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://localhost:8983/solr/test/select/?q=content:*&fl=content&hl=true&hl.fl=content&hl.maxAnalyzedChars=31375&start=64&rows=1 -- Works fine. >From the above its clear that sort is causing the problem. Any idea why is this happening and how to fix this? Regards, sawan -- View this message in context: http://lucene.472066.n3.nabble.com/TooManyClauses-maxClauseCount-is-set-to-1024-tp4056965p4056974.html Sent from the Solr - User mailing list archive at Nabble.com.