public class ADMLuceneNoActionIndexerImpl extends ADMLuceneIndexerImpl
AbstractLuceneIndexerImpl.Action, AbstractLuceneIndexerImpl.Command<S>, AbstractLuceneIndexerImpl.FTSStatus, AbstractLuceneIndexerImpl.IndexUpdateStatus
bulkLoader, commandList, containerDeletions, deletions, docs, indexUpdateStatus, maxAtomicTransformationTime, NOT_INDEXED_CONTENT_MISSING, NOT_INDEXED_NO_TRANSFORMATION, NOT_INDEXED_NO_TYPE_CONVERSION, NOT_INDEXED_TRANSFORMATION_FAILED, transactionService
deltaId, store
Constructor and Description |
---|
ADMLuceneNoActionIndexerImpl() |
Modifier and Type | Method and Description |
---|---|
void |
createChildRelationship(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef)
Create a refernce link between a parent and child.
|
void |
createNode(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef)
Create an index entry when a new node is created.
|
void |
deleteChildRelationship(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef)
Delete a relationship between a parent and child.
|
void |
deleteNode(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef)
Delete a node entry from an index.
|
void |
updateChildRelationship(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipBeforeRef,
org.alfresco.service.cmr.repository.ChildAssociationRef relationshipAfterRef)
Alter the relationship between parent and child nodes in the index.
|
void |
updateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
Update an index entry due to property changes on a node.
|
createDocuments, deleteImpl, deleteIndex, deleteLeafOnly, detectNodeChanges, doCommit, doPrepare, doRollBack, doSetRollbackOnly, flushPending, getDeleteOnlyNodes, getNoActionIndexer, getUpdateIndexer, indexProperty, readDocuments, registerCallBack, setAspectIndexFilter, setContentService, setFullTextSearchIndexer, setNodeService, setTenantService, setTransformerDebug, setTypeIndexFilter, updateFullTextSearch
checkAbleToDoWork, commit, delete, deleteContainerAndBelow, deletePrimary, deleteReference, doInReadthroughTransaction, getContainerDeletions, getDeletions, index, isModified, locateContainer, prepare, reindex, rollback, setBulkLoader, setMaxAtomicTransformationTime, setReadThrough, setRollbackOnly, setTransactionService
closeDeltaReader, closeDeltaWriter, deleteIndex, doReadOnly, getDeltaId, getDeltaReader, getDeltaWriter, getDictionaryService, getLuceneConfig, getReader, getSearcher, getSearcher, getStatus, initialise, saveDelta, setDictionaryService, setInfo, setLuceneConfig, setStatus
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doReadOnly, getContainerDeletions, getDeletions, getDeltaId
setReadThrough
commit, isModified, prepare, rollback
public void createChildRelationship(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef) throws LuceneIndexException
Indexer
createChildRelationship
in interface Indexer
createChildRelationship
in class ADMLuceneIndexerImpl
relationshipRef
- ChildAssociationRefLuceneIndexException
public void createNode(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef) throws LuceneIndexException
Indexer
createNode
in interface Indexer
createNode
in class ADMLuceneIndexerImpl
relationshipRef
- ChildAssociationRefLuceneIndexException
public void deleteChildRelationship(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef) throws LuceneIndexException
Indexer
deleteChildRelationship
in interface Indexer
deleteChildRelationship
in class ADMLuceneIndexerImpl
relationshipRef
- ChildAssociationRefLuceneIndexException
public void deleteNode(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef) throws LuceneIndexException
Indexer
deleteNode
in interface Indexer
deleteNode
in class ADMLuceneIndexerImpl
relationshipRef
- ChildAssociationRefLuceneIndexException
public void updateChildRelationship(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipBeforeRef, org.alfresco.service.cmr.repository.ChildAssociationRef relationshipAfterRef) throws LuceneIndexException
Indexer
updateChildRelationship
in interface Indexer
updateChildRelationship
in class ADMLuceneIndexerImpl
relationshipBeforeRef
- ChildAssociationRefrelationshipAfterRef
- ChildAssociationRefLuceneIndexException
public void updateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef) throws LuceneIndexException
Indexer
updateNode
in interface Indexer
updateNode
in class ADMLuceneIndexerImpl
nodeRef
- NodeRefLuceneIndexException
Copyright © 2005–2017 Alfresco Software. All rights reserved.