Class | Description |
---|---|
LogUpdateProcessor | |
LogUpdateProcessorFactory |
A logging processor.
|
Lookup3Signature | |
MD5Signature | |
RunUpdateProcessor | |
RunUpdateProcessorFactory |
Pass the command to the UpdateHandler without any modifications
|
Signature | |
SignatureUpdateProcessorFactory | |
TextProfileSignature |
This implementation is copied from Apache Nutch.
|
TextProfileSignature.Token | |
TextProfileSignature.TokenComparator | |
UniqFieldsUpdateProcessorFactory |
A non-duplicate processor.
|
UpdateRequestProcessor |
This is a good place for subclassed update handlers to process the document before it is
indexed.
|
UpdateRequestProcessorChain |
Manages a chain of UpdateRequestProcessorFactories.
|
UpdateRequestProcessorFactory |
A factory to generate an UpdateRequestProcessor for each request.
|
URLClassifyProcessor |
Update processor which examines a URL and outputs to various other fields
characteristics of that URL, including length, number of path levels, whether
it is a top level URL (levels==0), whether it looks like a landing/index page,
a canonical representation of the URL (e.g.
|
URLClassifyProcessorFactory |
Creates URLClassifyProcessor
|