Re: ngramfilter minGramSize problem

2014-04-07 Thread Andreas Owen
only 1 or 2 chars long. it seems to work but i have to test it some more On Sun, 06 Apr 2014 22:24:20 +0200, Andreas Owen wrote: i have the a fieldtype that uses ngramfilter whle indexing. is there a setting that can force the ngramfilter to index smaller words then the minGramSize? Mine is se

Re: ngramfilter minGramSize problem

2014-04-06 Thread Furkan KAMACI
22:24:20 +0200, Andreas Owen > wrote: > > i have the a fieldtype that uses ngramfilter whle indexing. is there a >> setting that can force the ngramfilter to index smaller words then the >> minGramSize? Mine is set to 3 and the search wont find word that are only 1 >> o

Re: ngramfilter minGramSize problem

2014-04-06 Thread Andreas Owen
ting that can force the ngramfilter to index smaller words then the minGramSize? Mine is set to 3 and the search wont find word that are only 1 or 2 chars long. i would like to not set minGramSize=1 because the results would be to diverse. fieldtype: positionIncr

Re: ngramfilter minGramSize problem

2014-04-06 Thread Furkan KAMACI
AMACI 2014-04-06 23:24 GMT+03:00 Andreas Owen : > i have the a fieldtype that uses ngramfilter whle indexing. is there a > setting that can force the ngramfilter to index smaller words then the > minGramSize? Mine is set to 3 and the search wont find word that are only 1 > or 2 chars l

ngramfilter minGramSize problem

2014-04-06 Thread Andreas Owen
i have the a fieldtype that uses ngramfilter whle indexing. is there a setting that can force the ngramfilter to index smaller words then the minGramSize? Mine is set to 3 and the search wont find word that are only 1 or 2 chars long. i would like to not set minGramSize=1 because the

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 toke

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

minGramSize

2013-04-23 Thread hassancrowdc
Hi, I want my minGramSize in ngram filter to be the size of the word passed in the query. how can i do that? Because if i put minsize to 2 and write in abc it gives me result for ab and bc i just want abc or what ever the length of my word is, i want it to be the minGram Size. how can i do that

having trouble searching on EdgeNGramFilterFactory field with a length < minGramSize

2013-03-19 Thread geeky2
hello, i am trying to debug the following query in the analyzer: *+itemModelNoExactMatchStr:JVM1640CJ01 +plsBrandId:0432 +plsBrandDesc:ge* the query is going against a field (plsBrandDesc) that is being indexed with solr.EdgeNGramFilterFactory and a minGramSize of 3. i have included the