Re: minGramSize

2013-04-23 Thread Walter Underwood
Perhaps he needs different analyzer chains for index and query. Create the edge ngrams when indexing, but not when querying. wunder On Apr 23, 2013, at 2:44 PM, Jack Krupansky wrote: > Why are you bothering to use an Edge/NGram filter if you are setting the > minGramSize to the token size?!! I

Re: minGramSize

2013-04-23 Thread Jack Krupansky
Why are you bothering to use an Edge/NGram filter if you are setting the minGramSize to the token size?!! I mean, why bother - just skip the Edge/NGrem filter and it would give the same result - setting minGramSize to the token size means that there would be only a single gram and it would be i