xample tries to facet on the "cat" field, but the query
restricts results to the single category "music".
-- Jack Krupansky
-Original Message-
From: Ashwin Tandel
Sent: Monday, June 24, 2013 2:37 PM
To: solr-user
Subject: Creating solr query.
Hi,
It's with
On 25 June 2013 00:07, Ashwin Tandel wrote:
> 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
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 lo