See: Description
Interface | Description |
---|---|
IContainerItemExtractor |
Provides methods for extracting items from container documents.
|
IDocumentLoader |
Defines the document loader interface that is used to load lazy documents.
|
IFieldExtractor |
Provides methods for extracting fields from a document.
|
ILogger |
Defines interface of a logger that is used for logging events and errors in an index.
|
Class | Description |
---|---|
ArrayReader |
Represents a byte array data reader.
|
ArrayWriter |
Represents a byte array data writer.
|
AttributeChangeBatch |
Represents a container for attribute changes.
|
Cancellation |
Represents an object for requesting cancellation of an operation.
|
ChunkSearchToken |
Represents a token for the continuation of the chunk search (search by pages).
|
CustomExtractorCollection |
Contains a collection of custom extractors.
|
Delegate |
Represents a delegate, which refers to a class instance that has a method to be invoked.
|
DocumentField |
Represents a document field data.
|
DocumentImage |
Represents a document image data.
|
Encodings |
Contains names of possible encodings.
|
ExtractedItemInfo |
Represents a container item information.
|
ExtractorSettings |
Contains settings for the document data extractor.
|
FileLogger |
Represents a logger that logs events and errors to a local file.
|
FileOutputAdapter |
Represents an output adapter that collects output into a file.
|
FragmentContainer |
Represents a container for text fragments with highlighted found terms of one document field.
|
ImageFrame |
Represents an image frame.
|
IndexInfo |
Contains basic information on an
Index . |
IndexingReport |
Represents a detailed information on an indexing operation.
|
MulticastDelegate |
Represents a delegate, which refers to class instances that have method to be invoked.
|
OutputAdapter |
Represents the base class of an output adapter that is used to collect an output in a generalized form.
|
ResultBuilderFactory |
Represents the base class of a result builder factory.
|
SearchImage |
Represents an image to search.
|
SearchReport |
Represents a detailed information on a search operation.
|
StreamOutputAdapter |
Represents an output adapter that collects output into a
java.io.OutputStream . |
StringOutputAdapter |
Represents an output adapter that collects output as a
System.String . |
StructureOutputAdapter |
Represents an output adapter that collects output as a structure containing each field separately.
|
WordPattern |
Represents a word pattern to use in word wildcard search.
|
Enum | Description |
---|---|
DocumentSourceKind |
Defines the kinds of document sources.
|
DocumentStatus |
Represents a document processing status.
|
IndexStatus |
Specifies an index status.
|
VersionUpdateResult |
Represents the result of an index version update operation.
|
The package provides common classes of the library.