Interface | Description |
---|---|
ErrorsCache.Convertor<T> |
Getter for properties of the given error description.
|
Class | Description |
---|---|
BinaryIndexer | |
BinaryIndexerFactory | |
ConstrainedBinaryIndexer |
An binary indexer with declared constraints on the binary.
|
Context |
Represents a context of indexing given root.
|
CustomIndexer |
Generic indexer for languages which have their own
custom indexing mechanism.
|
CustomIndexerFactory |
Factory class to create
CustomIndexer s
The CustomIndexerFactory instances are registered in the MimeLookup
under the mime path corresponding to mime type of handled files. |
EmbeddingIndexer |
Indexer of the embedded document.
|
EmbeddingIndexerFactory |
A factory class used to create
EmbeddingIndexer s. |
ErrorsCache |
Cache of errors in a file.
|
Indexable |
Represens a file to be procesed by an indexer.
|
PathRecognizer |
Enumeration of important path types for given language.
|
SourceIndexerFactory |
Abstract predecessor of the
CustomIndexerFactory and EmbeddingIndexerFactory . |
SuspendStatus |
A service for indexers to check if an indexing is suspended or
to park while indexing is suspended.
|
Enum | Description |
---|---|
ErrorsCache.ErrorKind |
Annotation Type | Description |
---|---|
ConstrainedBinaryIndexer.Registration |
The annotation to register
ConstrainedBinaryIndexer with constraints on
the scanned binary. |
PathRecognizerRegistration |
Registers a
PathRecognizer in the default Lookup . |