Yes, absolutely you resend the q= each time, optionally with any facets selected by the user using fq=
On Wed, Oct 23, 2013 at 10:00 AM, Bruno Mannina <bmann...@free.fr> wrote: > Hello Tim, > > Yes solr's facet could be a solution, but I need to re-send the q= each > time. > I'm asking me just if an another solution exists. > > Facet seems to be the good solution. > > Bruno > > > > Le 23/10/2013 17:03, Timothy Potter a écrit : > > Hi Bruno, >> >> Have you looked into Solr's facet support? If I'm reading your post >> correctly, this sounds like the classic case for facets. Each time the >> user >> selects a facet, you add a filter query (fq clause) to the original query. >> http://wiki.apache.org/solr/**SolrFacetingOverview<http://wiki.apache.org/solr/SolrFacetingOverview> >> >> Tim >> >> >> On Wed, Oct 23, 2013 at 8:16 AM, Bruno Mannina <bmann...@free.fr> wrote: >> >> Dear Solr User, >>> >>> We have to do a new web project which is : Connect our SOLR database to a >>> web plateform. >>> >>> This Web Plateform will be used by several users at the same time. >>> They do requests on our SOLR and they can apply filter on the result. >>> >>> i.e.: >>> Our SOLR contains 87M docs >>> An user do requests, result is around few hundreds to several thousands. >>> On the Web Plateform, user will see first 20 results (or more by using >>> Next Page button) >>> But he will need also to filter the whole result by additional terms. >>> (Terms that our plateform will propose him) >>> >>> Is SOLR can create temporary index (manage by SOLR himself during a web >>> session) ? >>> >>> My goal is to not download the whole result on local computer to provide >>> filter, or to re-send >>> the same request several times added to the new criterias. >>> >>> Many thanks for your comment, >>> >>> Regards, >>> Bruno >>> >>> >