On Aug 28, 2006, at 3:51 PM, d rj wrote:
I think that the best method to transfer Document objects across
the wire
from Lucene to Lucene.Net is to write the appropriate xml schema
using xsdl,
then write the necessary translation code for both Java and C# that
would
marshall Lucene Document
Anything could be in the client's sub-index (for example, say if searches
are being done against a large mail archive one may want to keep an local
index of the just the user's to/from as that may be the most often searched
data).
Building the index on the server than transferring it across to th
On Aug 28, 2006, at 9:52 AM, d rj wrote:
The primary reason for building a smaller client side sub-index is
quality
of service. Building a client side index will avoid both network
latency
and network outage issues. Rather than have the client application
attempt
to query the server's Lu
>>
>> As part of Lucene.Net release, I always test and validate this
>> test-case.
>>
>> Regards,
>>
>> -- George Aroush
>>
>>
>> -Original Message-
>> From: d rj [mailto:[EMAIL PROTECTED]
>> Sent: Friday, August 25, 2
how you've mentioned. It'd be interesting to hear more of a
rationale for this.
I'm facing the same issue, and here it is about "politics" where the
MS centered IT department suddenly uses lucene.net after seeing the
power of a local implementation based on the original Java version
(and on Lin
ge Aroush
-Original Message-
From: d rj [mailto:[EMAIL PROTECTED]
Sent: Friday, August 25, 2006 5:33 PM
To: java-user@lucene.apache.org
Subject: Sharing Documents between Lucene and DotLucene
Hello-
I am just wondering if any one has encountered any good strategies
for
sharing sea
ds,
-- George Aroush
-Original Message-
From: d rj [mailto:[EMAIL PROTECTED]
Sent: Friday, August 25, 2006 5:33 PM
To: java-user@lucene.apache.org
Subject: Sharing Documents between Lucene and DotLucene
Hello-
I am just wondering if any one has encountered any good strategies for
sharing sea
t of Lucene.Net release, I always test and validate this test-case.
Regards,
-- George Aroush
-Original Message-
From: d rj [mailto:[EMAIL PROTECTED]
Sent: Friday, August 25, 2006 5:33 PM
To: java-user@lucene.apache.org
Subject: Sharing Documents between Lucene and DotLucene
Hello-
I am
Hello-
I am just wondering if any one has encountered any good strategies for
sharing search records between a Linux based server using Lucene and a
Windows based client using DotLucene.
I am doing all the indexing on the server ( i.e. the master index is
contained on the server) and I would lik