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 >