RE: Searching items with in the search results with SOLR

2007-09-18 Thread Lance Norskog
: 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 "

Re: Searching items with in the search results with SOLR

2007-09-18 Thread Erik Hatcher
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