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

Re: EdgeNGramFilterFactory and Faceting

2013-10-08 Thread Shalin Shekhar Mangar
Tyler, faceting works on indexed content and not stored content. On Tue, Oct 8, 2013 at 10:45 PM, Tyler Foster wrote: > 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

RE: EdgeNGramFilterFactory and Faceting

2013-10-08 Thread Markus Jelsma
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 > Sent: Tuesday 8th October 2013 19:28 > To: solr-user@lucene.apache.org > Subject: EdgeNGr