beagle r3693 - in branches/beagle-0.2.16/beagled: . EvolutionMailQueryable KMailQueryable Lucene.Net/Store Lucene.Net/upstream-changes



Author: dbera
Date: 2007-05-08 17:58:18 +0100 (Tue, 08 May 2007)
New Revision: 3693
ViewCVS link: http://svn.gnome.org/viewcvs/beagle?rev=3693&view=rev

Added:
   branches/beagle-0.2.16/beagled/Lucene.Net/upstream-changes/27_lockfile_delete_use_syscall.patch
Modified:
   branches/beagle-0.2.16/beagled/BeagleDaemon.cs
   branches/beagle-0.2.16/beagled/BuildIndex.cs
   branches/beagle-0.2.16/beagled/EvolutionMailQueryable/EvolutionSummaryTracker.cs
   branches/beagle-0.2.16/beagled/KMailQueryable/KMailIndexableGenerator.cs
   branches/beagle-0.2.16/beagled/KMailQueryable/KMailIndexer.cs
   branches/beagle-0.2.16/beagled/Lucene.Net/Store/FSDirectory.cs
   branches/beagle-0.2.16/beagled/LuceneCommon.cs
   branches/beagle-0.2.16/beagled/LuceneQueryable.cs
   branches/beagle-0.2.16/beagled/QueryResult.cs
   branches/beagle-0.2.16/beagled/wrapper.in
Log:
Merge from trunk:beagled/
(Leaving out the major ones)

r3531: Call SetProcessName() in beagle-extract-content
r3560: Always use the LuceneQueryingDriver's item count in
LuceneQueryable.GetQueryableStatus().  It refreshes its IndexReader if
it's out of date, so it always has a fresh view of the index, and
doesn't start an index helper process.
r3561: Always use the LuceneQueryingDriver's item count in
LuceneQueryable.GetQueryableStatus().  It refreshes its IndexReader if
it's out of date, so it always has a fresh view of the index, and
doesn't start an index helper process.
r3599: Remove Mono's --debug from the default wrapper in the beagled directory, so that things like beagle-build-index use less memory.  It can still be passed in through the MONO_EXTRA_ARGS environment variable.
r3644: Lower the CPU priority for the main daemon process a little, for cases where it gets a little CPU-hungry
r3638, r3645: Verify the index before purging.
r3648: Print some info out during a beagle-build-index run
r3660: Handle invalid content in the index version file.
r3667: Fix an exception that could occur when trying to index mails from an
Evolution IMAP folder with a comma.  bgo #432417, lp #108957
r3670: Set Indexable.Crawled to false for new messages to reduce thrasing.
r3672: Remove the separate crawler thread from BuildIndex. Do the crawling and indexing in the same thread, indexing files as and when they are found during crawling.
r3685: Use Mono.Posix native file delete method instead of System.IO.File.Delete.






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