Modifier and Type | Interface and Description |
---|---|
interface |
SequencedSearchResultSource |
interface |
UpdatableSearchResultSource |
Modifier and Type | Class and Description |
---|---|
class |
CompositeSearchResultSource
SearchResultSource that aggregates results from multiple SearchResultSources.
|
class |
ZipNumClusterSearchResultSource
SearchResultSource wrapper for new implementation of CDX input source, including ZipNumCluster and CDX File
from archive-commons
|
Modifier and Type | Field and Description |
---|---|
protected SearchResultSource |
LocalResourceIndex.source |
Modifier and Type | Field and Description |
---|---|
protected List<SearchResultSource> |
CompositeSearchResultSource.sources |
Modifier and Type | Method and Description |
---|---|
List<SearchResultSource> |
CompositeSearchResultSource.getSources() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeSearchResultSource.addSource(SearchResultSource source)
add a SearchResultSource to this composite
|
void |
LocalResourceIndex.setSource(SearchResultSource source) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeSearchResultSource.setSources(List<SearchResultSource> sources) |
Modifier and Type | Class and Description |
---|---|
class |
BDBIndex |
Modifier and Type | Class and Description |
---|---|
class |
CDXFormatIndex |
class |
CDXIndex |
Modifier and Type | Class and Description |
---|---|
class |
DynamicCDXIndex
A CompositeSearchResultSource that autmatically manages it's list of sources
based on 3 configuration files, and a background thread:
Config 1: Mapping of ranges to hosts responsible for that range
this class is aware of the local host name, so uses this file
to determin which range(s) should be local
Config 2: Mapping of ranges to one or more MD5s that compose that range
when all of these MD5s have been copied local, this index
becomes active, and each request uses a composite of these
local files
Config 3: Mapping of MD5s to locations from which they can be retrieved
when a file that should be local is missing, these locations
will be used to retrieve a copy of that file
Background Thread: compares current set of files to the various
configurations files, gets files local that need to be and
updates the composite set searched when the correct set of
MD5s are localized.
|
Modifier and Type | Class and Description |
---|---|
class |
ZiplinesSearchResultSource
Deprecated.
Note, this implementation is now superceded by the one in archive-commons
|
Copyright © 2005–2015 IIPC. All rights reserved.