Sort on ParallelMultiSearcher with remote searchables

2007-09-17 Thread Amadeous
I want to sort results of a query according to a specific field(date).I have a parallelMultiSearcher with some underlying remote searchers. Indexes in remote searchables are large and enabling sort will make searching slow. As I understood from previous threads, a solution is: searching without so

Deleting from distributed index

2007-07-08 Thread Amadeous
Dear All I want to use Lucene in a multi-server architecture. The built-in rmi implementation of Lucene helped me to search in my servers concurrently: I have a gateway machine, and queries are handed to this machine. Then it asks the query from server machines and returns the aggregative results