Re: Remote Searcher performance and Document retrieval

2007-01-08 Thread sashaman
No, I haven't compared it to a local index, but when working on other projects in the past I've always seen that "chatty" remote access can really hurt performance, and that batching up multiple calls into a single remote access saves a lot of time. Alex -- View this message in context: http:/

Remote Searcher performance and Document retrieval

2007-01-08 Thread sashaman
I have a question about the performance of the following Lucene setup: I have a MultiSearcher that contains 3 RemoteSearchables that point to IndexSearchables on 3 different boxes, and each index contains about 20,000 docs. When an end user runs a search, results are displayed with 20 hits per pa