public abstract class EmbeddingIndexerFactory extends SourceIndexerFactory
EmbeddingIndexer
s.
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
EmbeddingIndexer . |
filesDeleted, filesDirty, getIndexerName, getIndexVersion, getPriority, rootsRemoved, scanFinished, scanStarted
public abstract EmbeddingIndexer createIndexer(Indexable indexable, Snapshot snapshot)
EmbeddingIndexer
.indexable
- for which the indexer should be createdsnapshot
- for which the indexer should be created