You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by "Dilip.TS" <di...@starmarksv.com> on 2007/09/18 08:45:27 UTC

Searching items with in the search results with SOLR

Hi,

 Is it possible to "Search items with in the search results" using SOLR. If
so how?

Thanks in advance,

Regards,
Dilip


RE: Searching items with in the search results with SOLR

Posted by Lance Norskog <go...@gmail.com>.
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:erik@ehatchersolutions.com] 
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


Re: Searching items with in the search results with SOLR

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
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