Does Solr 4.2 have n-gram filter over words, not symbols like
EdgeNGramFilterFactory.

I hoped NGramTokenFilterFactory serves this purposes but looks like it also
creates n-grams over symbols.

I used it this way 
<filter class="solr.NGramTokenFilterFactory" minGramSize="3"
maxGramSize="10"/>
in hope that I will get 3-words to 10-words



--
View this message in context: 
http://lucene.472066.n3.nabble.com/words-n-gram-analyser-tp4233362.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to