Question: if it is a filter query, it will be cached in the filter query cache?
Follow-on questions if this is true: Is this the full results of the filter query? What exactly is cached? Thanks, Lance Norskog -----Original Message----- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 3:37 AM To: solr-user@lucene.apache.org Subject: Re: Searching items with in the search results with SOLR On Sep 18, 2007, at 2:45 AM, Dilip.TS wrote: > Is it possible to "Search items with in the search results" using > SOLR. If so how? Simply " AND " the previous query to the new query, or use the previous query as a filter query (&fq=...) parameter. Erik