public abstract class CustomIndexerFactory extends SourceIndexerFactory
CustomIndexers
The CustomIndexerFactory instances are registered in the MimeLookup
under the mime path corresponding to mime type of handled files.
The IndexingSupport can be used to implement the CustomIndexerFactory
| Constructor and Description |
|---|
CustomIndexerFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract CustomIndexer |
createIndexer()
Creates new
Indexer. |
abstract boolean |
supportsEmbeddedIndexers() |
filesDeleted, filesDirty, getIndexerName, getIndexVersion, getPriority, rootsRemoved, scanFinished, scanStartedpublic abstract CustomIndexer createIndexer()
Indexer.public abstract boolean supportsEmbeddedIndexers()