]
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
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
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
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