Re: SolrRequestHandler question

2007-06-28 Thread Chris Hostetter
: I can't change the two-query fundamentals, but I'd like to hide the : implementation from the client. If I wanted to concentrate this logic at : the server, should I be considering a custom request handler? i do this, there's nthing wrong with teh appraoch ... but in my case i'm wuerying the s

SolrRequestHandler question

2007-06-28 Thread Jeff Rodenburg
I have a search use case that requires that I use the results of search from IndexA and apply them as a query component of a second search to IndexB. (The nature of the data doesn't allow me to combine these indexes). At present, this is handled at the client level: search one index, get the resul