Thanks, that was the way it was looking. I just wanted to make sure I wasn't missing something.
On Tue, Oct 8, 2013 at 10:32 AM, Markus Jelsma <markus.jel...@openindex.io>wrote: > Facets do not return the stored constraints, it's usually bad idea to > tokenize or do some have analysis on facet fields. You need to copy your > field instead. > > -----Original message----- > > From:Tyler Foster <tfos...@cloudera.com> > > Sent: Tuesday 8th October 2013 19:28 > > To: solr-user@lucene.apache.org > > Subject: EdgeNGramFilterFactory and Faceting > > > > Hey Everyone, > > When faceting on a field using the EdgeNGramFilterFactory the returned > > facets values include all of the n-gram values. Is there a way to limit > > this list to the stored values without creating a new field? > > > > Thanks in advance! > > > > Tyler > > >