|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.admin.patch.AbstractPatch
org.alfresco.repo.admin.patch.impl.BaseReindexingPatch
public abstract class BaseReindexingPatch
Base patch for reindexing nodes in a store based on a lucene query
Field Summary | |
---|---|
protected IndexerAndSearcher |
indexerAndSearcher
|
Fields inherited from class org.alfresco.repo.admin.patch.AbstractPatch |
---|
applicationEventPublisher, authenticationContext, ERR_PROPERTY_NOT_SET, namespaceService, nodeService, searchService, tenantAdminService, transactionHelper, transactionService |
Constructor Summary | |
---|---|
BaseReindexingPatch()
|
Method Summary | |
---|---|
protected void |
reindex(java.lang.String query,
org.alfresco.service.cmr.repository.StoreRef store)
Reindex a collection of nodes in a store based on a Lucene query |
void |
setIndexerAndSearcher(IndexerAndSearcher indexerAndSearcher)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected IndexerAndSearcher indexerAndSearcher
Constructor Detail |
---|
public BaseReindexingPatch()
Method Detail |
---|
public void setIndexerAndSearcher(IndexerAndSearcher indexerAndSearcher)
protected void reindex(java.lang.String query, org.alfresco.service.cmr.repository.StoreRef store)
query
- The Lucene query to execute to return nodesstore
- The Store containing the nodes to reindex
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |