RE: Performance searching over multiple indexes

2007-10-25 Thread Ard Schrijvers
Hello, > Using more than one Index will definitely decrease the > searching performance. The most Lucene search latency is to > load the hits. If there is no hit, the searching takes a > short time, dozens milli seconds and it's a const if the > document number is less than 1M. search 100 inde

RE: Performance searching over multiple indexes

2007-10-25 Thread Fang_Li
Using more than one Index will definitely decrease the searching performance. The most Lucene search latency is to load the hits. If there is no hit, the searching takes a short time, dozens milli seconds and it's a const if the document number is less than 1M. search 100 indexes will take 100 time