RE: TooManyClauses: maxClauseCount is set to 1024

2013-04-18 Thread sawanverma
. Regards, Sawan From: Shawn Heisey-4 [via Lucene] [mailto:ml-node+s472066n4057074...@n3.nabble.com] Sent: Friday, April 19, 2013 12:33 AM To: Sawan Verma Subject: Re: TooManyClauses: maxClauseCount is set to 1024 On 4/18/2013 11:53 AM, sawanverma wrote: > Shawn, > > Thanks a lot for your rep

RE: TooManyClauses: maxClauseCount is set to 1024

2013-04-18 Thread sawanverma
Heisey-4 [via Lucene] [mailto:ml-node+s472066n4057027...@n3.nabble.com] Sent: 18 April 2013 PM 09:38 To: Sawan Verma Subject: Re: TooManyClauses: maxClauseCount is set to 1024 On 4/18/2013 6:02 AM, sawanverma wrote: > Hi Yonik, > > Thanks for your reply. > > I tried increasing the maxCl

RE: TooManyClauses: maxClauseCount is set to 1024

2013-04-18 Thread sawanverma
Yonik, When i remove the sort part from the query below it works fine. But with sort it throws the exception http://localhost:8983/solr/test/select/?q=content:*&fl=content&hl=true&hl.fl=content&hl.maxAnalyzedChars=31375&start=64&rows=1&sort=obs_date%20desc -- > Throws Exception http://localhos

RE: TooManyClauses: maxClauseCount is set to 1024

2013-04-18 Thread sawanverma
Verma Subject: Re: TooManyClauses: maxClauseCount is set to 1024 Can you provide a full stack trace of the exception? There's a maxClauseCount in solrconfig.xml that you can increase to work around the issue. -Yonik http://lucidworks.com On Thu, Apr 18, 2013 at 7:31 AM, sawanverma <

RE: TooManyClauses: maxClauseCount is set to 1024

2013-04-18 Thread sawanverma
Thanks Pravesh. But won't that hit the query performance? Still what would be the ideal value to increase? Say this error may come even if we increase the value from 1024 to say 5120? Have tried increasing the value and it had hit the performance. Regards, Sawan From: pravesh [via Lucene] [mai

TooManyClauses: maxClauseCount is set to 1024

2013-04-18 Thread sawanverma
Its quite confusing about this error. I had a situation where i have to turn on the highlighting. In some cases though the number of docs found for a particular query was for example say 2, the highlighting was coming only for 1. I did some checks and found that that particular text searched was i