Re: having solr generate and execute other related queries automatically

2009-11-13 Thread gdeconto
tpunder wrote: > > Maybe I misunderstand what you are trying to do (or the facet.query > feature). If I did an initial query on my data-set that left me with the > following questions: > ... > http://localhost:8983/solr/select/?q=*%3A*&start=0&rows=0&facet=on&facet.query=brand_id:1&facet.query=

Re: having solr generate and execute other related queries automatically

2009-11-12 Thread Tim Underwood
> > > Unfortunately no. the +20 queries are distinct from each other, even tho > they share some of the original query parameters (and some facet > information > from the original query facets). > > what I was envisioning was something that works like a facet, but instead > of > returning informat

Re: having solr generate and execute other related queries automatically

2009-11-12 Thread gdeconto
tpunder wrote: > > Could you use the facet.query feature > (http://wiki.apache.org/solr/SimpleFacetParameters#facet.query_:_Arbitrary_Query_Faceting) > to reduce it to 2 queries? > > So you'd: > > 1. Send solr the first query > 2. Solr executes and returns the query to you > 3. You then use t

Re: having solr generate and execute other related queries automatically

2009-11-12 Thread tpunder
Could you use the facet.query feature (http://wiki.apache.org/solr/SimpleFacetParameters#facet.query_:_Arbitrary_Query_Faceting) to reduce it to 2 queries? So you'd: 1. Send solr the first query 2. Solr executes and returns the query to you 3. You then use the facet results to create a 2nd query