Class FulltextIndexActionServiceImpl
java.lang.Object
ch.tocco.nice2.enterprisesearch.impl.action.FulltextIndexActionServiceImpl
- All Implemented Interfaces:
FulltextIndexActionService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkIndexForEntity
(String entityName) nice2_enterprisesearch_FulltextIndexActionService.checkIndexForEntityvoid
fixIndex()
nice2_enterprisesearch_FulltextIndexActionService.fixIndexvoid
nice2_enterprisesearch_FulltextIndexActionService.runCompleteIndexCheckvoid
nice2_enterprisesearch_FulltextIndexActionService.runCompleteIndexingvoid
runIndexingForEntity
(String entityName) nice2_enterprisesearch_FulltextIndexActionService.runIndexingForEntityvoid
void
nice2_enterprisesearch_FulltextIndexActionService.truncateIndex
-
Constructor Details
-
FulltextIndexActionServiceImpl
-
-
Method Details
-
setupIndex
public void setupIndex()- Specified by:
setupIndex
in interfaceFulltextIndexActionService
-
runCompleteIndexing
public void runCompleteIndexing()Description copied from interface:FulltextIndexActionService
nice2_enterprisesearch_FulltextIndexActionService.runCompleteIndexing- Specified by:
runCompleteIndexing
in interfaceFulltextIndexActionService
-
runIndexingForEntity
Description copied from interface:FulltextIndexActionService
nice2_enterprisesearch_FulltextIndexActionService.runIndexingForEntity- Specified by:
runIndexingForEntity
in interfaceFulltextIndexActionService
-
runCompleteIndexCheck
public void runCompleteIndexCheck()Description copied from interface:FulltextIndexActionService
nice2_enterprisesearch_FulltextIndexActionService.runCompleteIndexCheck- Specified by:
runCompleteIndexCheck
in interfaceFulltextIndexActionService
-
checkIndexForEntity
Description copied from interface:FulltextIndexActionService
nice2_enterprisesearch_FulltextIndexActionService.checkIndexForEntity- Specified by:
checkIndexForEntity
in interfaceFulltextIndexActionService
-
truncateIndex
public void truncateIndex()Description copied from interface:FulltextIndexActionService
nice2_enterprisesearch_FulltextIndexActionService.truncateIndex- Specified by:
truncateIndex
in interfaceFulltextIndexActionService
-
fixIndex
public void fixIndex()Description copied from interface:FulltextIndexActionService
nice2_enterprisesearch_FulltextIndexActionService.fixIndex- Specified by:
fixIndex
in interfaceFulltextIndexActionService
-