Re: Query filtering

2012-09-28 Thread Finotti Simone
] Inviato: giovedì 27 settembre 2012 19.18 Fine: solr-user@lucene.apache.org Oggetto: Re: Query filtering I think one way to do this is issue another query and set a bunch of filter queries to restrict "interesting_facet" to just those ten values returned in the first query. fq=interesti

Re: Query filtering

2012-09-27 Thread Amit Nithian
I think one way to do this is issue another query and set a bunch of filter queries to restrict "interesting_facet" to just those ten values returned in the first query. fq=interesting_facet:1 OR interesting_facet:2 etc&q=context: Does that help? Amit On Thu, Sep 27, 2012 at 6:33 AM, Finotti Sim

Query filtering

2012-09-27 Thread Finotti Simone
Hello, I'm doing this query to return top 10 facets within a given "context", specified via the fq parameter. http://solr/core/select?fq=(...)&q=*:*&rows=0&facet.field=interesting_facet&facet.limit=10 Now, I should search for a term inside the context AND the previously identified top 10 facet

SOLR - Query - Filtering on grouped result

2012-07-24 Thread SARKAR, Subrata
Hi, Is there a way to make a SOLR query which will filter the result returned by the group. I am having the following three document in SOLR, and I want to pick up the latest document based on RqDate which is associated with OrganizationIdRef:154. So I wrote my query to group the results by Use