NGramFilterFactory - proximity and percentage of ngrams found

2011-11-15 Thread elisabeth benoit
Hello, I'm trying to use NGramFilterFactory for spell correction. I have three questions. 1) I use an edismax request handler. In this case, what is the relation between my ngrams and my default operator (q.op), if there is any? 2) Is there a way to control the proximity and percentage of

Re: NGramFilterFactory - proximity and percentage of ngrams found

2011-11-15 Thread Erick Erickson
Well, I can have ago at two of them... (1) there isn't any relationship here. Although the q.op parameter can be used, see: http://wiki.apache.org/solr/DisMaxQParserPlugin#mm_.28Minimum_.27Should.27_Match.29 (2) I have no real clue (3) Probably the edge factory would be good here,