public class ADMLuceneNoActionIndexerImpl extends ADMLuceneIndexerImpl
AbstractLuceneIndexerImpl.Action, AbstractLuceneIndexerImpl.Command, AbstractLuceneIndexerImpl.FTSStatus, AbstractLuceneIndexerImpl.IndexUpdateStatusbulkLoader, commandList, containerDeletions, deletions, docs, indexUpdateStatus, maxAtomicTransformationTime, NOT_INDEXED_CONTENT_MISSING, NOT_INDEXED_NO_TRANSFORMATION, NOT_INDEXED_NO_TYPE_CONVERSION, NOT_INDEXED_TRANSFORMATION_FAILED, transactionServicedeltaId, 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, detectNodeChanges, doCommit, doPrepare, doRollBack, doSetRollbackOnly, flushPending, getDeleteOnlyNodes, getNoActionIndexer, getUpdateIndexer, indexProperty, readDocuments, registerCallBack, setContentService, setFullTextSearchIndexer, setNodeService, setTenantService, setTransformerDebug, updateFullTextSearchcheckAbleToDoWork, commit, delete, deleteContainerAndBelow, deleteLeafOnly, deletePrimary, deleteReference, doInReadthroughTransaction, getContainerDeletions, getDeletions, index, isModified, locateContainer, prepare, reindex, rollback, setBulkLoader, setMaxAtomicTransformationTime, setReadThrough, setRollbackOnly, setTransactionServicecloseDeltaReader, closeDeltaWriter, deleteIndex, doReadOnly, getDeltaId, getDeltaReader, getDeltaWriter, getDictionaryService, getLuceneConfig, getReader, getSearcher, getSearcher, getStatus, initialise, saveDelta, setDictionaryService, setInfo, setLuceneConfig, setStatusclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoReadOnly, getContainerDeletions, getDeletions, getDeltaIdsetReadThroughcommit, isModified, prepare, rollbackpublic void createChildRelationship(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef)
throws LuceneIndexException
IndexercreateChildRelationship in interface IndexercreateChildRelationship in class ADMLuceneIndexerImplLuceneIndexExceptionpublic void createNode(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef)
throws LuceneIndexException
IndexercreateNode in interface IndexercreateNode in class ADMLuceneIndexerImplLuceneIndexExceptionpublic void deleteChildRelationship(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef)
throws LuceneIndexException
IndexerdeleteChildRelationship in interface IndexerdeleteChildRelationship in class ADMLuceneIndexerImplLuceneIndexExceptionpublic void deleteNode(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipRef)
throws LuceneIndexException
IndexerdeleteNode in interface IndexerdeleteNode in class ADMLuceneIndexerImplLuceneIndexExceptionpublic void updateChildRelationship(org.alfresco.service.cmr.repository.ChildAssociationRef relationshipBeforeRef,
org.alfresco.service.cmr.repository.ChildAssociationRef relationshipAfterRef)
throws LuceneIndexException
IndexerupdateChildRelationship in interface IndexerupdateChildRelationship in class ADMLuceneIndexerImplLuceneIndexExceptionpublic void updateNode(org.alfresco.service.cmr.repository.NodeRef nodeRef)
throws LuceneIndexException
IndexerupdateNode in interface IndexerupdateNode in class ADMLuceneIndexerImplLuceneIndexExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.