Hmm, though, one question: if you are using a single IndexWriter,
always on the same machine, then it should not matter that the
computer's clock is way off.

Because, the DeletionPolicy is comparing timestamps pulled only from a
single clock.  Ie the shift won't matter; only relative comparisons
matter.

Or are you somehow comparing timestamps pulled from different clocks
(computers)...?

Mike McCandless

http://blog.mikemccandless.com

On Thu, Feb 16, 2012 at 10:08 PM, superruiye <superru...@gmail.com> wrote:
> Oh,I made a mistake.Our testing server's time is faster hours than it should
> be.I reminded workmate to modify it,and index maintain in a range size.
> Thank you all the same.
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Why-read-past-EOF-tp3639401p3752592.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>

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

Reply via email to