Re: Lucene 2.3.0 and NFS

2008-04-09 Thread
Hi, I know there are several options, though none of which I have tried myself. Rsync win32 port: http://sourceforge.net/projects/rsyncwin32/ rsync python script (should be platform-independent): http://www.vdesmedt.com/~vds2212/rsync.html Jarsync (in java): http://jarsync.sourceforge.net/, which

Re: Does Lucene support partition-by-keyword indexing?

2008-03-02 Thread
> with P2P, IMHO, redundant caching should be better. > > Your dichotomic approach looks nice, first a simple action to know > wich node to ask, and after, consolidation of the answers. > > In your scheme, where are indexed documents? Each letter node contains > their own documents?

Re: Does Lucene support partition-by-keyword indexing?

2008-03-02 Thread
, 2008 at 7:44 PM, Mathieu Lecarme <[EMAIL PROTECTED]> wrote: > > Le 2 mars 08 à 03:05, 仇寅 a écrit : > > > Hi, > > > > I agree with your point that it is easier to partition index by > > document. > > But the partition-by-keyword approach has much grea

Re: Does Lucene support partition-by-keyword indexing?

2008-03-02 Thread
Hi, I am just doing some simple research on P2P searches. In my assumption, all nodes in this system index their own documents and each node will be able to search all the documents in the network (including others'). This is just like file sharing. The simple approach is to keep all the indices l

Re: Does Lucene support partition-by-keyword indexing?

2008-03-01 Thread
Hi, I agree with your point that it is easier to partition index by document. But the partition-by-keyword approach has much greater scalability over the partition-by-document approach. Each query involves communicating with constant number of nodes; while partition-by-doc requires spreading the q