Whether removing the filter of not really depends on the use of it in the
search and what result is expected from it.
Have a look at
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.EdgeNGramFilterFactory
I'd say you should find out what exactly are the requirements for the
search,
Yea, I'm using EdgeNGramFilterFactory, should I remove that? I actually
inherited this index from another person who used to be part of the project,
so there may be a few things that need to be changed. Here is my field type
from the schema:
Hi,
Are you using any kind of NGram tokenizer?
At first I'd have said it is caused by stemming, but since it's not like the
stem and it's derived word are being highlighted, it's more like parts of it
are...
If you use NGram or EdgeNGram this will generate tokens for each part of the
word (the si