Uses of Class
de.cxp.ocs.model.index.Document
-
-
Uses of Document in de.cxp.ocs
Methods in de.cxp.ocs that return Document Modifier and Type Method Description DocumentSearchController. getDocument(String tenant, String docId)static DocumentDocumentMapper. mapToOriginalDocument(String id, Map<String,Object> source, FieldConfigIndex fieldConfig) -
Uses of Document in de.cxp.ocs.api.indexer
Method parameters in de.cxp.ocs.api.indexer with type arguments of type Document Modifier and Type Method Description Map<String,UpdateIndexService.Result>UpdateIndexService. patchDocuments(String indexName, List<Document> docs)Partial update of an existing document.Map<String,UpdateIndexService.Result>UpdateIndexService. putDocuments(String indexName, Boolean replaceExisting, List<Document> docs)Puts a document to the index. -
Uses of Document in de.cxp.ocs.api.searcher
Methods in de.cxp.ocs.api.searcher that return Document Modifier and Type Method Description DocumentSearchService. getDocument(String tenant, String docId) -
Uses of Document in de.cxp.ocs.client
Methods in de.cxp.ocs.client that return Document Modifier and Type Method Description DocumentSearchClient. getDocument(String tenant, String docId)Method parameters in de.cxp.ocs.client with type arguments of type Document Modifier and Type Method Description Map<String,UpdateIndexService.Result>ImportClient. patchDocuments(String indexName, List<Document> docs)Patch one or more documents.Map<String,UpdateIndexService.Result>ImportClient. putDocuments(String indexName, Boolean replaceExisting, List<Document> docs)Add or overwrite existing documents. -
Uses of Document in de.cxp.ocs.client.deserializer
Methods in de.cxp.ocs.client.deserializer that return Document Modifier and Type Method Description DocumentDocumentDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of Document in de.cxp.ocs.controller
Method parameters in de.cxp.ocs.controller with type arguments of type Document Modifier and Type Method Description Map<String,UpdateIndexService.Result>UpdateIndexController. patchDocuments(String indexName, List<Document> documents)Map<String,UpdateIndexService.Result>UpdateIndexController. putDocuments(String indexName, Boolean replaceExisting, List<Document> documents) -
Uses of Document in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch that return Document Modifier and Type Method Description protected DocumentElasticsearchIndexer. _get(String indexName, @NonNull String id)static DocumentResultMapper. mapToOriginalDocument(String id, Map<String,Object> source, FieldConfigIndex fieldConfig) -
Uses of Document in de.cxp.ocs.indexer
Methods in de.cxp.ocs.indexer that return Document Modifier and Type Method Description protected abstract DocumentAbstractIndexer. _get(@NonNull String indexName, @NonNull String docId)static DocumentDocumentPatcher. patchDocument(Document patchDocument, Document indexedDocument, @NonNull FieldConfigIndex fieldConfIndex)Methods in de.cxp.ocs.indexer with parameters of type Document Modifier and Type Method Description static Set<String>DocumentPatcher. getRequiredFieldsForMerge(Document doc, @NonNull FieldConfigIndex fieldConfIndex)UpdateIndexService.ResultAbstractIndexer. patchDocument(String index, Document doc)static DocumentDocumentPatcher. patchDocument(Document patchDocument, Document indexedDocument, @NonNull FieldConfigIndex fieldConfIndex)UpdateIndexService.ResultAbstractIndexer. putDocument(String indexName, Boolean replaceExisting, Document doc)IndexableItemIndexItemConverter. toIndexableItem(Document doc)Converts a Document coming in via the REST API into the Indexable Item for Elasticsearch.Method parameters in de.cxp.ocs.indexer with type arguments of type Document Modifier and Type Method Description Map<String,UpdateIndexService.Result>AbstractIndexer. patchDocuments(String indexName, List<Document> documents)Map<String,UpdateIndexService.Result>AbstractIndexer. putDocuments(String indexName, Boolean replaceExisting, List<Document> documents) -
Uses of Document in de.cxp.ocs.model.index
Subclasses of Document in de.cxp.ocs.model.index Modifier and Type Class Description classProductMain product containing the data that is common for all variants.Fields in de.cxp.ocs.model.index declared as Document Modifier and Type Field Description Document[]BulkImportData. documentsDocument[]Product. variantsfor products without variants, it can be null or rather us a document directly.Methods in de.cxp.ocs.model.index that return Document Modifier and Type Method Description DocumentDocument. addAttribute(Attribute attr)DocumentDocument. addCategory(Category... values)DocumentDocument. set(String name, double... values)DocumentDocument. set(String name, int... values)DocumentDocument. set(String name, long... values)DocumentDocument. set(String name, String... values)DocumentDocument. setAttributes(Attribute... values) -
Uses of Document in de.cxp.ocs.model.result
Fields in de.cxp.ocs.model.result declared as Document Modifier and Type Field Description DocumentResultHit. documentThe found document. -
Uses of Document in de.cxp.ocs.preprocessor
Methods in de.cxp.ocs.preprocessor with parameters of type Document Modifier and Type Method Description voidCombiFieldBuilder. build(Document targetItem)Deprecated.Builds the combi field and writes it's value into theDataItem.protected abstract BiConsumer<T,Object>ConfigureableDataprocessor. getProcessConsumer(Document sourceDocument, boolean visible)Returns aBiConsumerwhose input is the configuredConfigureableFieldwith the value of the currently processed record.protected booleanConfigureableDataprocessor. isRecordVisible(Document sourceDocument, boolean visible)Called at the end of each process(Document, boolean) run afterConfigureableDataprocessor.getProcessConsumer(Document, boolean)is has run for everyConfigureableField, to determine weather the record should be visible or not.booleanConfigureableDataprocessor. process(Document sourceDocument, boolean visible) -
Uses of Document in de.cxp.ocs.preprocessor.impl
Methods in de.cxp.ocs.preprocessor.impl with parameters of type Document Modifier and Type Method Description protected BiConsumer<PatternConfiguration,Object>RemoveValuesDataProcessor. getProcessConsumer(Document sourceData, boolean visible)protected BiConsumer<PatternWithReplacementConfiguration,Object>ReplacePatternInValuesDataProcessor. getProcessConsumer(Document doc, boolean visible)protected BiConsumer<SplitValueConfiguration,Object>SplitValueDataProcessor. getProcessConsumer(Document doc, boolean visible)booleanAsciiFoldingDataProcessor. process(Document sourceDocument, boolean visible)booleanExtractCategoryLevelDataProcessor. process(Document document, boolean visible)booleanFlagFieldDataProcessor. process(Document document, boolean visible)booleanRemoveFieldContentDelimiterProcessor. process(Document document, boolean visible)booleanSkipDocumentDataProcessor. process(Document doc, boolean visible)booleanWordSplitterDataProcessor. process(Document sourceDocument, boolean visible) -
Uses of Document in de.cxp.ocs.spi.indexer
Methods in de.cxp.ocs.spi.indexer with parameters of type Document Modifier and Type Method Description voidDocumentPostProcessor. process(Document originalDocument, IndexableItem record, FieldConfigAccess fieldConfig)Called for each converted document.booleanDocumentPreProcessor. process(Document sourceDocument, boolean visible)Called for each source document. -
Uses of Document in de.cxp.ocs.util
Methods in de.cxp.ocs.util that return Document Modifier and Type Method Description DocumentDocumentDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-