VM options for faster lucene search

2010-04-25 Thread Harsh Srivastava
Hi all, Please suggest VM options for faster lucene search for 23G index. I am using lucene version 2.9.2 and java version 1.6 . -- Er. Harsh Srivastava - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For addi

merge results from physically separate hosts

2010-04-25 Thread Shaun Senecal
Is there currently a way to take a query, run it on multiple hosts containing different indexes, then merge the results from each host to present to the user? It looks like Solr can handle multiple hosts supporting the same index, but my case requires each index to be different. -