On 6/21/07, Frédéric Glorieux <[EMAIL PROTECTED]> wrote:
I will also need multiple indexes searches,

Do you mean:

1) Multiple unrelated indexes with different schemas, that you will
search separately... but you just want them in the same JVM for some
reason.

2) Multiple indexes with different schemas, search will search across
all or some subset and combine the results (federated search)

3) Multiple indexes with the same schema, each index is a "shard" that
contains part of the total collection.  Search will merge results
across all shards to give appearance of a single large collection
(distributed search).

-Yonik

Reply via email to