
lucene at mikemccandless
Feb 8, 2010, 12:59 AM
Post #2 of 2
(434 views)
Permalink
|
Use IndexWriter.getReader to get a near real-time reader, after making changes... Mike On Mon, Feb 8, 2010 at 3:45 AM, NanoE <luceneformnano [at] yahoo> wrote: > > Hello, > > I am writing small library search and want to know what are the best > practice for lucene 3.0.0 for almost real time index update? > > Thanks Nano > -- > View this message in context: http://old.nabble.com/Best-Practice-3.0.0-tp27496796p27496796.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe [at] lucene > For additional commands, e-mail: java-user-help [at] lucene > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe [at] lucene For additional commands, e-mail: java-user-help [at] lucene
|