All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractBitwiseTrie<K,V> |
This class provides some basic Trie functionality and
utility methods for actual bitwise Trie implementations.
|
| Active |
|
| Buildable<T> |
|
| Cassandra |
Starts a Casandra Daemon after creating or loading the cassandra config.
|
| CassandraConfig |
A bean to represent Cassandra config.
|
| CassandraLog4JManager |
|
| CassandraLog4JManagerFactory |
|
| CassandraSupport |
A class to globalize the cluster and session objects, while providing query caches on a per-instance basis.
|
| CassandraSupport.NonClosableSession |
|
| CharSequenceAnalyzer |
|
| ClassSubPathResourceLoader |
|
| Cloner<T extends java.io.Serializable> |
|
| Configurable |
|
| ConfigurationException |
Thrown on a configuration error.
|
| ConfiguredBuildable<T> |
|
| CopyField |
|
| CopyField.Builder |
|
| CyclicGraphException |
This exception indicates that a cycle was detected while attempting to assemble the steps
of a plan into a DAG.
|
| DeferredBuilding |
|
| DocDestinationStatus |
|
| DocStatusChange |
|
| Document |
The publicly usable methods on a document.
|
| Document.Operation |
|
| DocumentImpl |
A container for the file data and associated metadata.
|
| DocumentLoggingContext |
|
| DocumentLoggingContext.ContextNames |
|
| DocumentProcessor |
|
| DropFieldProcessor |
|
| DropFieldProcessor.Builder |
|
| DuplicateToAll |
A router that simply duplicates the document to all subsequent steps.
|
| DuplicateToAll.Builder |
|
| FetchUrl |
Issue a GET request to fetch a document at a particular URL.
|
| FetchUrl.Builder |
|
| FieldTemplateProcessor |
Interpret the value of a field as a velocity template using the document as context.
|
| FieldTemplateProcessor.Builder |
|
| FileScanner |
Interface to provide some standardized default methods
|
| FTIQueryContext |
|
| JavaPlanConfig |
|
| JdbcScanner |
Scans a JDBC source such as an RDBMS (e.g.
|
| JdbcScanner.Builder |
Handles configuration parameters for the JDBC scanner.
|
| JesterJAppender |
|
| JesterjException |
Represents the base class for all JesterJ exceptions.
|
| JesterJForkJoinThreadFactory |
|
| JesterJLoader |
|
| JJCassandraDaemon |
A customized version of the cassandra class that does not use a logger and does a better job of
shutting down so that we can start it more than once in our tests.
|
| JJCassandraRoleManager |
|
| KeyAnalyzer<K> |
Defines the interface to analyze Trie keys on a bit level.
|
| LogAndDrop |
Simply write to the log file and then drop the document on the floor
|
| LogAndDrop.Builder |
|
| LogAndFail |
A processor for testing failure scenarios.
|
| LogAndFail.Builder |
|
| Main |
Start a running instance.
|
| Markers |
|
| NamedBuilder<TYPE extends Configurable> |
|
| NextSteps |
Encapsulate and manage status of steps to which a document should be sent
|
| NextSteps.StepStatus |
|
| NextSteps.StepStatusHolder |
|
| NoOpProcessor |
This is the default processor if none is otherwise configured.
|
| NoOpProcessor.Builder |
|
| NotSoInnocuousWorkerThread |
A worker thread without all the crazy restrictions of
java.util.concurrent.ForkJoinWorkerThread.InnocuousForkJoinWorkerThread.
|
| PatriciaTrie<E> |
Implementation of a PATRICIA Trie (Practical Algorithm to Retrieve Information
Coded in Alphanumeric).
|
| PersistenceException |
Thrown on an error having to do with data persistence.
|
| Plan |
|
| PlanImpl |
|
| PlanImpl.Builder |
|
| PlanProvider |
A class that can supply a plan.
|
| PreAnalyzeFields |
A processor that will produce a json value representing the analysis for the field.
|
| PreAnalyzeFields.Builder |
|
| PropertyEditor<T> |
Just a sketch...
|
| RegexValueReplace |
|
| RegexValueReplace.Builder |
|
| RoundRobinRouter |
A router that selects among the next steps in a round-robin fashion.
|
| RoundRobinRouter.Builder |
|
| RouteByStepName |
A router that sends documents to subsequent steps by comparing the value in a standard field
in the document to the name of subsequent steps.
|
| RouteByStepName.Builder |
|
| Router |
This interface defines operations fundamental to routing documents.
|
| RouterBase |
|
| RouterBase.Builder<T extends RouterBase> |
|
| Scanner |
Monitors a document source for changes on a regular basis.
|
| ScannerImpl |
A base implementation of a scanner that doesn't do anything.
|
| ScannerImpl.Builder |
|
| SendToSolrCloudProcessor |
|
| SendToSolrCloudProcessor.Builder |
|
| SetReadableFileSize |
Sets readable file size field values, as follows:
reads the value of the specified input field, interprets it as a number, determines its
magnitude and expresses it as bytes, KB, MB, GB or TB;
provides options to write a combined field ("200 KB"), a units field ("KB"), and/or a numeric
field ("200").
|
| SetReadableFileSize.Builder |
Represents a builder which sets configuration properties on the
SetReadableFileSize processor.
|
| SetStaticValue |
|
| SetStaticValue.Builder |
|
| SimpleDateTimeReformatter |
|
| SimpleDateTimeReformatter.Builder |
|
| SimpleFileScanner |
Scanner for local filesystems.
|
| SimpleFileScanner.Builder |
|
| SolrSchemaUtil |
A stateful utility bean for working with schema documents.
|
| SplitFieldProcessor |
|
| SplitFieldProcessor.Builder |
|
| SqlUtils |
Contains helper methods related to SQL usage.
|
| Status |
The conceptual states available for indexed resources.
|
| StatusReporter |
|
| StaxExtractingProcessor |
A class for extracting fields from an xml document using a memory efficient Stax parsing.
|
| StaxExtractingProcessor.Attribute |
|
| StaxExtractingProcessor.Builder |
|
| StaxExtractingProcessor.DefaultHandlerFactory |
|
| StaxExtractingProcessor.ElementSpec |
An class to describe an element and what to do with it when it's encountered.
|
| StaxExtractingProcessor.LimitedStaxHandler |
A base implementation to be extended to handle the elements within the matched elements.
|
| StaxExtractingProcessor.LimitedStaxHandlerFactory |
A factory for generating handlers given an accumulator supplied on a per-match basis.
|
| Step |
A Step is a BlockingQueue with a capacity equal to its concurrency level.
|
| StepImpl |
|
| StepImpl.Builder |
|
| TikaProcessor |
|
| TikaProcessor.Builder |
|
| TrimValues |
|
| TrimValues.Builder |
|
| UnmodifiableTrie<K,V> |
An unmodifiable Trie.
|
| UrlEncodeFieldProcessor |
|
| UrlEncodeFieldProcessor.Builder |
|
| WrappingProcessor |
A processor that can execute arbitrary code before/after an existing processor.
|
| WrappingProcessor.Builder |
|