Re: Re: Antwort: Re: refiltering search results

2012-08-29 Thread Erick Erickson
gt; solr-user@lucene.apache.org > Datum: > 29.08.2012 10:50 > Betreff: > Re: Antwort: Re: refiltering search results > > > Thanks for the answer. > > My next question is how can i filter the result or how to replace the old > ResponseBuilder Result with a new one? > >

Antwort: Re: Antwort: Re: refiltering search results

2012-08-29 Thread Johannes . Schwendinger
Von: Ahmet Arslan An: solr-user@lucene.apache.org Datum: 29.08.2012 10:50 Betreff: Re: Antwort: Re: refiltering search results Thanks for the answer. My next question is how can i filter the result or how to replace the old ResponseBuilder Result with a new one? --- On Wed, 8/29/12

Re: Antwort: Re: refiltering search results

2012-08-29 Thread Ahmet Arslan
--- On Wed, 8/29/12, johannes.schwendin...@blum.com wrote: > From: johannes.schwendin...@blum.com > Subject: Antwort: Re: refiltering search results > To: solr-user@lucene.apache.org > Date: Wednesday, August 29, 2012, 8:22 AM > The main idea is to filter results as > muc

Antwort: Re: refiltering search results

2012-08-28 Thread Johannes . Schwendinger
Rafalovitch An: solr-user@lucene.apache.org Datum: 28.08.2012 16:48 Betreff: Re: refiltering search results I think there was a JOIN example (for version 4) somewhere with the permission restrictions. Or, if you have very broad categories, you can use different search handlers with restriction queries

Re: refiltering search results

2012-08-28 Thread Ahmet Arslan
> Im trying to develop a search component to filter the search > results agein > with current data so that the user only sess results he is > permitted to > see. > > Can someone give me a hint where to start and how to do > this? Is a Search > Component the right place to do this? May you can

Re: refiltering search results

2012-08-28 Thread Alexandre Rafalovitch
I think there was a JOIN example (for version 4) somewhere with the permission restrictions. Or, if you have very broad categories, you can use different search handlers with restriction queries baked in. These might be enough. Otherwise, you have to send the list of IDs back and forth and it coul