Re: Index sync up

2007-04-28 Thread Otis Gospodnetic
Hi Tony, - Original Message All, After playing around with Lucene, we decided to replace old full-text search engine with Lucene. I got "Lucene in Action" a week ago and finished reading most of the book. I got several questions. 1) Since the book was written two years ago and Lucen

Re: Index sync up

2007-04-28 Thread Erick Erickson
Lucene code yet and don't know how hard to implement that. Tony >From: "Erick Erickson" <[EMAIL PROTECTED]> >Reply-To: java-user@lucene.apache.org >To: java-user@lucene.apache.org >Subject: Re: Index sync up >Date: Fri, 27 Apr 2007 13:12:16 -0400 > ><

Re: Index sync up

2007-04-27 Thread Tony Qian
documents on that page instead of always returns first 100 documents. I haven't looked at Lucene code yet and don't know how hard to implement that. Tony From: "Erick Erickson" <[EMAIL PROTECTED]> Reply-To: java-user@lucene.apache.org To: java-user@lucene.apa

Re: Index sync up

2007-04-27 Thread Erick Erickson
<4> is also easy From the javadoc: "*Caution:* Iterate only over the hits needed. Iterating over all hits is generally not desirable and may be the source of performance issues." So an iterator should be fine for all documents, even those > 100. But do be aware that the entire query gets r

Re: Index sync up

2007-04-27 Thread Phil Myers
Regarding your first question (the easy one), there is some information here: http://www.gossamer-threads.com/lists/lucene/java-user/44312 --- Tony Qian <[EMAIL PROTECTED]> wrote: > All, > > After playing around with Lucene, we decided to > replace old full-text search > engine with Lucene.