I think that ShingleFilterFactory is what you're looking for, see:
https://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.ShingleFilterFactory

Best,
Erick

On Wed, Oct 7, 2015 at 4:29 PM, vit <bulgako...@yahoo.com> wrote:
> 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