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