Hi, It's with regards to generating a query string for Solr. I am looking for a solution where I can create the query string like
'q=name:ipod AND cat=music AND features=cool&facet=on&facet.field=cat' Is there any library through which we can create this query string. I came across Solrj but looks like it is not as reach as lucene API. Is there a way we can use lucene API and generate the query string or is there any other way. Thanks in Advance, Ashwin