Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremenhttp://www.thetaphi.de
<http://www.lucidimagination.com/search/out?u=http%3A%2F%2Fwww.thetaphi.de>u...@thetaphi.de
eMail:
-Original Message-
From: Carmit Sahar [mailto:carmi...@gmail.com]
Sent: Thursday, November 04, 2010 9:27 AM
To: ja
Hi,
I have a weird result:
If I access the same document through the IndexReader or IndexSearcher, they
are not equal and have different hash values:
Document doc1 = indexSearcher.doc(i);
Document doc2 = indexSearcher.getIndexReader().document(i);
S