> I tired adding &hl.maxAnalyzedChars=-1 to my search > query but it didnt > helped. > Just wanted to know if there are limitations on the certain > search terms. > Its bit strange that solr is not behaving properly for > certain terms > (especially returning the excerpts in highlighting > dictionary). > The terms which i have found so far are: > 1. co-ownership > 2. "co ownership" > 3. co-employees >
Can you paste your field type definition and declaration? Are you storing term vectors? Also can you give us an query and document pair (returns that document but no highlighting) I will try to reproduce the problem. Also what happens when you use &hl.usePhraseHighlighter=false?