Re: Issue with getting highlight with hl.maxAnalyzedChars = -1

2013-05-17 Thread Dmitry Kan
Can you solve by retaining hl.maxAnalyzedChars=maxLength+buffer, where maxLength is the max length of your text field plus some reasonable buffer on top? On Tue, May 14, 2013 at 1:03 PM, meghana wrote: > Hi, > > Query pasted in my post, is returning 1 record with 0 highlights, if i just > remov

Re: Issue with getting highlight with hl.maxAnalyzedChars = -1

2013-05-14 Thread meghana
Hi, Query pasted in my post, is returning 1 record with 0 highlights, if i just remove hl.maxAnalyzedChars= -1 from my query, it return proper highlight... same query with some different random id ,working fine and returning highlights properly , while few records return 0 highlights with hl.max

Re: Issue with getting highlight with hl.maxAnalyzedChars = -1

2013-05-12 Thread Dmitry Kan
You didn't say, what is exactly going weird.. On Fri, May 10, 2013 at 2:19 PM, meghana wrote: > I am facing one weird issue while setting hl.maxAnalyzedChars to -1 to > fetch > highlight for some random records, for other records its working fine. > > Below is my solr query > > http://localhost