solr.NGramFilterFactory stops to index the content if it find a token smaller
than minim ngram size
---------------------------------------------------------------------------------------------------
Key: SOLR-1192
URL: https://issues.apache.org/jira/browse/SOLR-1192
Project: Solr
Issue Type: Bug
Components: Analysis
Affects Versions: 1.3
Environment: any
Reporter: viobade
Fix For: 1.3
If a field is split in tokens (by a tokenizer) and after that is aplied the
NGramFilterFactory for these tokens...the indexing goes well while the length
of the tokens is greater or equal with minim ngram size (ussually is 3).
Otherwise the indexing breaks in this point and the rest of tokens are no more
indexed. This behaviour can be easy observed with the analysis tool which is in
Solr admin interface.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.