Uses of Class
de.cxp.ocs.indexer.model.IndexableItem
-
Packages that use IndexableItem Package Description de.cxp.ocs.elasticsearch de.cxp.ocs.indexer de.cxp.ocs.indexer.model de.cxp.ocs.spi.indexer -
-
Uses of IndexableItem in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch with parameters of type IndexableItem Modifier and Type Method Description protected 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 IndexableItem Modifier and Type Method Description protected intElasticsearchIndexer. addToIndex(ImportSession session, List<IndexableItem> bulk) -
Uses of IndexableItem in de.cxp.ocs.indexer
Methods in de.cxp.ocs.indexer that return IndexableItem Modifier and Type Method Description IndexableItemIndexItemConverter. 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 IndexableItem Modifier and Type Method Description protected 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 IndexableItem Modifier and Type Method Description protected 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 Modifier and Type Class Description classMasterItem -
Uses of IndexableItem in de.cxp.ocs.spi.indexer
Methods in de.cxp.ocs.spi.indexer with parameters of type IndexableItem Modifier and Type Method Description voidDocumentPostProcessor. process(Document originalDocument, IndexableItem record, FieldConfigAccess fieldConfig)Called for each converted document.
-