AW: Avoiding caching of special filter queries

2007-04-23 Thread Burkamp, Christian
EMAIL PROTECTED] Gesendet: Freitag, 20. April 2007 22:33 An: solr-user@lucene.apache.org Betreff: Re: Avoiding caching of special filter queries On 4/20/07, Burkamp, Christian <[EMAIL PROTECTED]> wrote: > Hi Erik, > > No, what I need to do is > > &q="my funny query

Re: Avoiding caching of special filter queries

2007-04-20 Thread Mike Klaas
On 4/20/07, Burkamp, Christian <[EMAIL PROTECTED]> wrote: Hi Erik, No, what I need to do is &q="my funny query"&fq=user:erik&fq=id:"doc Id"&hl=on ... This is because the StandardRequestHandler needs the original query to do proper highlighting. The user gets his paginated result page with

Re: AW: Avoiding caching of special filter queries

2007-04-20 Thread Erik Hatcher
r query to select this one document and add the highlighting parameters. I think the above will suit this use case just fine. No? Erik -- Christian -Ursprüngliche Nachricht- Von: Erik Hatcher [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 20. April 2007 15:43 An: solr-user@

AW: Avoiding caching of special filter queries

2007-04-20 Thread Burkamp, Christian
, 20. April 2007 15:43 An: solr-user@lucene.apache.org Betreff: Re: Avoiding caching of special filter queries On Apr 20, 2007, at 7:11 AM, Burkamp, Christian wrote: > I'm using filter queries to implement document level security with > solr. > The caching mechanism for filters sep

Re: Avoiding caching of special filter queries

2007-04-20 Thread Erik Hatcher
On Apr 20, 2007, at 7:11 AM, Burkamp, Christian wrote: I'm using filter queries to implement document level security with solr. The caching mechanism for filters separate from queries comes in handy and the system performs well once all the filters for the users of the system are stored in the

Avoiding caching of special filter queries

2007-04-20 Thread Burkamp, Christian
Hi, I'm using filter queries to implement document level security with solr. The caching mechanism for filters separate from queries comes in handy and the system performs well once all the filters for the users of the system are stored in the cache. However, I'm storing full document content in t