Hi,
try to look at Compass (http://www.opensymphony.com/compass/). It is built
on top of Lucene but provides additional concepts (transactions is one of
them). You might find this useful depending on your needs.
Regards,
Lukas
On 4/16/07, Erick Erickson <[EMAIL PROTECTED]> wrote:
See below.
Hello guys,
This is a follow up email on my previous post
http://www.nabble.com/how-to-index-XML-elements-with-the-same-name-using-Lucene-tf3428085.html#a9555198.
I have successfully indexed XML elements with the same name. But when I
tried to search through my index, the output only displays th
The one valid use of cross-posting...
Begin forwarded message:
From: Rich Bowen <[EMAIL PROTECTED]>
Date: April 16, 2007 10:50:54 AM EDT
To: [EMAIL PROTECTED]
Subject: Call for Papers Opens for ApacheCon US 2007
Reply-To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
PMCs, please send this ann
markharw00d wrote:
See the Junit test example for field-sensitive highlighting.
If you pass a fieldname to the QueryScorer constructor it only considers
query terms for that field - the default without is all fields
Thanks for hint, it works :-)
--
Doron,
I'll try that and let you know the result.
thanks for suggestions.
Tony
From: Doron Cohen <[EMAIL PROTECTED]>
Reply-To: java-user@lucene.apache.org
To: java-user@lucene.apache.org
Subject: Re: Index performance
Date: Thu, 12 Apr 2007 13:40:07 -0700
To cover all possible non-indexing o
Erick,
Sorry for late reply. I was stuck with other project. content object is
plain Java object. It has all fields set.
Thanks,
Tony
From: "Erick Erickson" <[EMAIL PROTECTED]>
Reply-To: java-user@lucene.apache.org
To: java-user@lucene.apache.org
Subject: Re: Index performance
Date: Thu, 12
You can still recover all the terms. However,
depending upon whether you've stored the field values, the reconstruction
may or may not be completely accurate.
Luke has to do something like this because you can use the
"Reconstruct & Edit" button, you can download that source and see
how it's done
Hi guys,
In my existing index, i have not stored my index with TermVector.YES.
is there any way to fetch all the terms from the given document id.
Thanks.
Bhavin pandya
See below.
On 4/16/07, Moti Nisenson <[EMAIL PROTECTED]> wrote:
Hi,
I was wondering if the addIndexes() method in IndexWriter can be used for
updating documents.
Specifically, I'd like to leave my primary index alone during the update
process. Instead, I want to use a separate index (on a RAM
Hi,
I was wondering if the addIndexes() method in IndexWriter can be used for
updating documents.
Specifically, I'd like to leave my primary index alone during the update
process. Instead, I want to use a separate index (on a RAMDirectory), and to
make the updateDocument() calls on it and finall
10 matches
Mail list logo