Re: EdgeNGramFilterFactory and Faceting

2013-10-08 Thread Tyler Foster
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 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

EdgeNGramFilterFactory and Faceting

2013-10-08 Thread Tyler Foster
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