public abstract class EmbeddingIndexerFactory extends SourceIndexerFactory
EmbeddingIndexers.
The EmbeddingIndexerFactory instances are registered in the MimeLookup
under the mime path corresponding to mime type of handled embeddings.
The IndexingSupport can be used to implement the EmbeddingIndexerFactory
| Constructor and Description |
|---|
EmbeddingIndexerFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract EmbeddingIndexer |
createIndexer(Indexable indexable,
Snapshot snapshot)
Creates new
Indexer. |
filesDeleted, filesDirty, getIndexerName, getIndexVersion, getPriority, rootsRemoved, scanFinished, scanStartedpublic abstract EmbeddingIndexer createIndexer(Indexable indexable, Snapshot snapshot)
Indexer.indexing - for which the indexer should be createdsnapshot - for which the indexer should be created