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 to Solr, so please let me know if there is any additional
information needed to assist me with this problem.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Highlighting-misses-some-characters-tp3439778p3439778.html
Sent from the Solr - User mailing list archive at Nabble.com.


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:



  







  
  







  



I'm not sure what all of these do, but like I said, someone else built the
system and now I'm in charge of getting it running correctly.

--
View this message in context: 
http://lucene.472066.n3.nabble.com/Highlighting-misses-some-characters-tp3439778p3440995.html
Sent from the Solr - User mailing list archive at Nabble.com.