Perhaps use filters? q=first search user entered
q=second search&fq=first search user entered q=third search&fq=first search user entered&fq=second search Right now, this will only work easily with the standard request handler (because the fq parameter needs queries in lucene syntax). I expect this limitation to be remedied in the future (but probably not within the next month). With dismax, constructing a compound query might currently be the way to go. -Yonik On 4/26/07, Traut <[EMAIL PROTECTED]> wrote:
Create a second query with IDs from first query? (id:XX id:YY id:ZZ) ? On 4/26/07, Suresh Kannan <[EMAIL PROTECTED]> wrote: > > How to extend a query type? I need to implement search with in search > results without faceted.