Uses of Class
de.cxp.ocs.indexer.model.IndexableItem
Packages that use IndexableItem
Package
Description
-
Uses of IndexableItem in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch with parameters of type IndexableItemModifier and TypeMethodDescriptionprotected UpdateIndexService.Result
ElasticsearchIndexer._patch
(String index, IndexableItem doc) protected UpdateIndexService.Result
ElasticsearchIndexer._put
(String indexName, Boolean replaceExisting, IndexableItem doc) Method parameters in de.cxp.ocs.elasticsearch with type arguments of type IndexableItemModifier and TypeMethodDescriptionprotected int
ElasticsearchIndexer.addToIndex
(ImportSession session, List<IndexableItem> bulk) -
Uses of IndexableItem in de.cxp.ocs.indexer
Methods in de.cxp.ocs.indexer that return IndexableItemModifier and TypeMethodDescriptionIndexItemConverter.toIndexableItem
(Document doc) Converts a Document coming in via the REST API into the Indexable Item for Elasticsearch.Methods in de.cxp.ocs.indexer with parameters of type IndexableItemModifier and TypeMethodDescriptionprotected abstract UpdateIndexService.Result
AbstractIndexer._patch
(String index, IndexableItem indexableItem) protected abstract UpdateIndexService.Result
AbstractIndexer._put
(String indexName, Boolean replaceExisting, IndexableItem indexableItem) Method parameters in de.cxp.ocs.indexer with type arguments of type IndexableItemModifier and TypeMethodDescriptionprotected abstract int
AbstractIndexer.addToIndex
(ImportSession session, List<IndexableItem> bulk) -
Uses of IndexableItem in de.cxp.ocs.indexer.model
Subclasses of IndexableItem in de.cxp.ocs.indexer.model -
Uses of IndexableItem in de.cxp.ocs.spi.indexer
Methods in de.cxp.ocs.spi.indexer with parameters of type IndexableItemModifier and TypeMethodDescriptionvoid
DocumentPostProcessor.process
(Document originalDocument, IndexableItem record, FieldConfigAccess fieldConfig) Called for each converted document.