Add a count to the number of child indexables found with
commiteb258828623dba13a7227e6414efd079fea6b7dc
authorjoeshaw <joeshaw>
Fri, 8 Dec 2006 23:22:34 +0000 (8 23:22 +0000)
committerjoeshaw <joeshaw>
Fri, 8 Dec 2006 23:22:34 +0000 (8 23:22 +0000)
treed67f581b59a243c3ea528cb02bce0cbf1691f1c3
parent3111c22a6b4b09cd5c562fd0857c145640959661
Add a count to the number of child indexables found with
beagle-extract-content.

Update the code in IndexerRequest a little; it was wrong in places, and
make it a little more judicious in its memory usage.

Fix a mem leak of URIs in LuceneFileQueryable.

Make LuceneIndexingDriver be a little smarter about getting indexables
from the IndexerRequest because of my changes to that class.

Don't store the list of accounts in the Evo mail's IMAP indexable
generator, because it's never used outside of one block of code.  Just
make it local to that function, saving a good bit of memory for every
IMAP folder.
beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs
beagled/ExtractContent.cs
beagled/IndexerRequest.cs
beagled/LuceneFileQueryable.cs
beagled/LuceneIndexingDriver.cs