31 jan 2008 kl. 09.42 skrev Cedric Ho:
I am wondering if there exist any implemenation of
org.apache.lucene.store.Directory which can be distributed across
multiple machines with comparable performance to a local FSDirectory
index, or is such an idea feasible in the first place.
By comparable performance I mean a 100G index distributed in 10
machines should achieve the same performance as a 10G index on a local
FSDirectory.
I never used these things and don't know about their caveats, but
perhaps a combination of
<http://lucene.apache.org/java/2_3_0/api/org/apache/lucene/search/RemoteSearchable.html
>
and
<http://lucene.apache.org/java/2_3_0/api/org/apache/lucene/search/ParallelMultiSearcher.html
>
can help you?
karl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]