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.ResultElasticsearchIndexer._patch(String index, IndexableItem doc) protected UpdateIndexService.ResultElasticsearchIndexer._put(String indexName, Boolean replaceExisting, IndexableItem doc) Method parameters in de.cxp.ocs.elasticsearch with type arguments of type IndexableItemModifier and TypeMethodDescriptionprotected intElasticsearchIndexer.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.ResultAbstractIndexer._patch(String index, IndexableItem indexableItem) protected abstract UpdateIndexService.ResultAbstractIndexer._put(String indexName, Boolean replaceExisting, IndexableItem indexableItem) Method parameters in de.cxp.ocs.indexer with type arguments of type IndexableItemModifier and TypeMethodDescriptionprotected abstract intAbstractIndexer.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 TypeMethodDescriptionvoidDocumentPostProcessor.process(Document originalDocument, IndexableItem record, FieldConfigAccess fieldConfig) Called for each converted document.