> Thanks for your reply, that was > helpful. Is there any restriction on how many > parameters i can pass ?
I think there are some max limits on GET and POST methods. You can use both using solrJ. POST method enables longer parameters. http://lucene.apache.org/solr/api/org/apache/solr/client/solrj/SolrRequest.METHOD.html Also you may need to tweak your servlet container, for example: http://wiki.apache.org/solr/SolrTomcat#Enabling_Longer_Query_Requests