On 3/27/07, Joan Codina <[EMAIL PROTECTED]> wrote:
I'm using solr, to build a search engine, and it works great!! Thanks for the job,guys!
Glad it is working for you.
but... I need to build a searcher that must allow to perform a "search process" for a collection of documents. And this search process may last several days, and be composed of several queries that I must be able to store and reuse. My doubts are: How can I store the search results? How can I add previously stored search results to a new search?
I'm not sure what you mean by "search process", nor really what you mean by the functionality requirements you list. You can certainly store search results and combine them together however you wish, but it seems that that is more on the post-query data-analysis side of things rather than having anything to do with Solr. Could you clarify what you're looking for Solr to do for you? -Mike