AW: Avoiding caching of special filter queries

2007-04-23 Thread Burkamp, Christian
Hi Erik and Mike, Thank you for clarifying. Erik's pretty obvious solution works for now. I will try the more complex approach if it turns out to be a performance issue to do the search again. Thanks alot, --Christian -Ursprüngliche Nachricht- Von: Mike Klaas [mailto:[EMAIL PROTECTED

Re: AW: Avoiding caching of special filter queries

2007-04-20 Thread Erik Hatcher
On Apr 20, 2007, at 10:02 AM, Burkamp, Christian wrote: No, what I need to do is &q="my funny query"&fq=user:erik&fq=id:"doc Id"&hl=on ... No you don't what you need is: &q="my funny query" AND id:"doc Id"&fq=user:erik&hl=on This is because the StandardRequestHandler needs t

AW: Avoiding caching of special filter queries

2007-04-20 Thread Burkamp, Christian
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 his next 10 hits. He can then select one document for hig