Uses of Class
de.cxp.ocs.api.indexer.ImportSession
Packages that use ImportSession
Package
Description
-
Uses of ImportSession in de.cxp.ocs.api.indexer
Methods in de.cxp.ocs.api.indexer that return ImportSessionModifier and TypeMethodDescriptionFullIndexationService.startImport(String indexName, String locale) Start a new full import.Methods in de.cxp.ocs.api.indexer with parameters of type ImportSessionModifier and TypeMethodDescriptionvoidFullIndexationService.cancel(ImportSession session) Cancels import which results in a deletion of the temporary index.booleanFullIndexationService.done(ImportSession session) Finishes the import, flushing the new index and (in case there is already an index with the initialized name) replacing the old one. -
Uses of ImportSession in de.cxp.ocs.client
Methods in de.cxp.ocs.client that return ImportSessionMethods in de.cxp.ocs.client with parameters of type ImportSessionModifier and TypeMethodDescriptionvoidImportClient.cancel(ImportSession session) booleanImportClient.done(ImportSession session) -
Uses of ImportSession in de.cxp.ocs.controller
Methods in de.cxp.ocs.controller with parameters of type ImportSessionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> FullIndexationController.cancel(ImportSession session) org.springframework.http.ResponseEntity<Boolean> FullIndexationController.done(ImportSession session) -
Uses of ImportSession in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch with parameters of type ImportSessionModifier and TypeMethodDescriptionprotected intElasticsearchIndexer.addToIndex(ImportSession session, List<IndexableItem> bulk) booleanElasticsearchIndexer.deploy(ImportSession session) protected voidElasticsearchIndexer.validateSession(ImportSession session) -
Uses of ImportSession in de.cxp.ocs.indexer
Methods in de.cxp.ocs.indexer that return ImportSessionMethods in de.cxp.ocs.indexer with parameters of type ImportSessionModifier and TypeMethodDescriptionprotected abstract intAbstractIndexer.addToIndex(ImportSession session, List<IndexableItem> bulk) voidAbstractIndexer.cancel(ImportSession session) protected abstract booleanAbstractIndexer.deploy(ImportSession session) booleanAbstractIndexer.done(ImportSession session) protected abstract voidAbstractIndexer.validateSession(ImportSession session) -
Uses of ImportSession in de.cxp.ocs.model.index
Fields in de.cxp.ocs.model.index declared as ImportSession