Re: Highlighting misses some characters

2011-10-21 Thread docmattman
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:

Highlighting misses some characters

2011-10-20 Thread docmattman
I have highlighting on in query. If I do a search for "Apple", it will highlight "Appl". If I do a search for "deleted" it will highlight "delet", "agreed" will highlight "agre". How can I get it to highlight the full term that I'm searching for and not leave off certain letters? I'm pretty new