Interface LuceneIndexer
-
- All Superinterfaces:
Indexer,TransactionSynchronisationAwareIndexer
public interface LuceneIndexer extends Indexer, TransactionSynchronisationAwareIndexer
- Author:
- Andy Hind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <R> RdoReadOnly(IndexInfo.LockWork<R> lockWork)Set<String>getContainerDeletions()booleangetDeleteOnlyNodes()Set<String>getDeletions()StringgetDeltaId()-
Methods inherited from interface org.alfresco.repo.search.Indexer
createChildRelationship, createNode, deleteChildRelationship, deleteIndex, deleteNode, detectNodeChanges, flushPending, setReadThrough, updateChildRelationship, updateNode
-
Methods inherited from interface org.alfresco.repo.search.TransactionSynchronisationAwareIndexer
commit, isModified, prepare, rollback
-
-