beagle r3645 - trunk/beagle/beagled



Author: joeshaw
Date: 2007-04-09 20:48:00 +0100 (Mon, 09 Apr 2007)
New Revision: 3645
ViewCVS link: http://svn.gnome.org/viewcvs/beagle?rev=3645&view=rev

Modified:
   trunk/beagle/beagled/LuceneCommon.cs
Log:
Use a slightly different approach for verifying the index.  Instead of
walking over the documents, we walk over all terms and term positions so
that we read in the entire index.  Also do a better job of cleaning up
after ourselves in the event that we do hit a problem.  This adds to
bgo #380328 and follows the guidelines here:

http://mail-archives.apache.org/mod_mbox/lucene-java-user/200504.mbox/%3c4265767B 5090307 getopt org%3e

This will largely go away when we move to Lucene 2.1, and isn't as big
of a problem now that MS Word extraction is done out of process. 






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]