Re: NRT and IndexSearcher performance

2010-01-20 Thread Michael McCandless
//www.thetaphi.de > eMail: u...@thetaphi.de > >> -Original Message- >> From: jchang [mailto:jchangkihat...@gmail.com] >> Sent: Wednesday, January 20, 2010 2:05 AM >> To: java-dev@lucene.apache.org >> Subject: NRT and IndexSearcher performance >> >>

Re: NRT and IndexSearcher performance

2010-01-20 Thread Michael McCandless
On Tue, Jan 19, 2010 at 8:04 PM, jchang wrote: > > The javadocs for IndexSearcher in Lucene 3.0.0 read: "For performance > reasons it is recommended to open only one IndexSearcher and use it for all > of your searches." As Uwe pointed out, creating an IndexSearcher from an already created IndexR

RE: NRT and IndexSearcher performance

2010-01-20 Thread Uwe Schindler
gt; Sent: Wednesday, January 20, 2010 2:05 AM > To: java-dev@lucene.apache.org > Subject: NRT and IndexSearcher performance > > > The javadocs for IndexSearcher in Lucene 3.0.0 read: "For performance > reasons it is recommended to open only one IndexSearcher and use it for &

Re: NRT and IndexSearcher performance

2010-01-19 Thread John Wang
er(org.apache.lucene.store.Directory directory)? Or is it > also > > aimed at IndexSearcher(org.apache.lucene.index.IndexReader indexReader), > > which I believe I have to use to get NRT (correct me if I am wrong)? > > -- > > View this message in

Re: NRT and IndexSearcher performance

2010-01-19 Thread Jason Rutherglen
> which I believe I have to use to get NRT (correct me if I am wrong)? > -- > View this message in context: > http://old.nabble.com/NRT-and-IndexSearcher-performance-tp27235434p27235434.html > Sent from the Lucene - Java Developer mailing list archive at Nabble.com. > > >

NRT and IndexSearcher performance

2010-01-19 Thread jchang
o aimed at IndexSearcher(org.apache.lucene.index.IndexReader indexReader), which I believe I have to use to get NRT (correct me if I am wrong)? -- View this message in context: http://old.nabble.com/NRT-and-IndexSearcher-performance-tp27235434p27235434.html Sent from the Lucene - Java Developer ma