You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by NanoE <lu...@yahoo.com> on 2010/02/08 09:45:31 UTC

Best Practice 3.0.0

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@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Best Practice 3.0.0

Posted by Michael McCandless <lu...@mikemccandless.com>.
Use IndexWriter.getReader to get a near real-time reader, after making
changes...

Mike

On Mon, Feb 8, 2010 at 3:45 AM, NanoE <lu...@yahoo.com> 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@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org