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