|
Class Summary |
| ArchiveReaderCloseableIterator |
|
| ArcIndexer |
Transforms an ARC file into Iterator. |
| ARCRecordToSearchResultAdapter |
|
| DirectoryIndexQueue |
Simple queue implementation, which uses a directory containing empty files
to indicate the presence of items in a queue (set in this case...) |
| IndexQueueUpdater |
This class polls a ResourceFileLocationDB repeatedly, to notice new files
arriving in the DB. |
| IndexWorker |
Simple worker, which gets tasks from an IndexQueue, in the case, the name
of ARC/WARC files to be indexed, retrieves the ARC/WARC location from a
ResourceFileLocationDB, creates the index, which is serialized into a file,
and then hands that file off to a ResourceIndex for merging, using an
IndexClient. |
| WarcIndexer |
|
| WARCRecordToSearchResultAdapter |
Adapts certain WARCRecords into SearchResults. |