Re: Merging Indeces

2007-04-16 Thread Lukas Vlcek
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.

how to output particular field from a List in an XML File

2007-04-16 Thread louiebagz
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

Fwd: Call for Papers Opens for ApacheCon US 2007

2007-04-16 Thread Erik Hatcher
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

Re: highlighter highlights another term

2007-04-16 Thread Leos Literak
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 :-) --

Re: Index performance

2007-04-16 Thread Tony Qian
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

Re: Index performance

2007-04-16 Thread Tony Qian
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

Re: How to get list of all terms from given doc id?

2007-04-16 Thread Erick Erickson
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

How to get list of all terms from given doc id?

2007-04-16 Thread Bhavin Pandya
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

Re: Merging Indeces

2007-04-16 Thread Erick Erickson
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

Merging Indeces

2007-04-16 Thread Moti Nisenson
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