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 TypeMethodDescriptionvoid
FullIndexationService.cancel
(ImportSession session) Cancels import which results in a deletion of the temporary index.boolean
FullIndexationService.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 TypeMethodDescriptionvoid
ImportClient.cancel
(ImportSession session) boolean
ImportClient.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 int
ElasticsearchIndexer.addToIndex
(ImportSession session, List<IndexableItem> bulk) boolean
ElasticsearchIndexer.deploy
(ImportSession session) protected void
ElasticsearchIndexer.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 int
AbstractIndexer.addToIndex
(ImportSession session, List<IndexableItem> bulk) void
AbstractIndexer.cancel
(ImportSession session) protected abstract boolean
AbstractIndexer.deploy
(ImportSession session) boolean
AbstractIndexer.done
(ImportSession session) protected abstract void
AbstractIndexer.validateSession
(ImportSession session) -
Uses of ImportSession in de.cxp.ocs.model.index
Fields in de.cxp.ocs.model.index declared as ImportSession