Uses of Enum Class
de.cxp.ocs.api.indexer.UpdateIndexService.Result
Packages that use UpdateIndexService.Result
Package
Description
-
Uses of UpdateIndexService.Result in de.cxp.ocs.api.indexer
Methods in de.cxp.ocs.api.indexer that return UpdateIndexService.ResultModifier and TypeMethodDescriptionstatic UpdateIndexService.ResultReturns the enum constant of this class with the specified name.static UpdateIndexService.Result[]UpdateIndexService.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.cxp.ocs.api.indexer that return types with arguments of type UpdateIndexService.ResultModifier and TypeMethodDescriptionUpdateIndexService.deleteDocuments(String indexName, List<String> ids) Delete existing document.UpdateIndexService.patchDocuments(String indexName, List<Document> docs) Partial update of an existing document.UpdateIndexService.putDocuments(String indexName, Boolean replaceExisting, String langCode, List<Document> docs) Puts a document to the index. -
Uses of UpdateIndexService.Result in de.cxp.ocs.client
Methods in de.cxp.ocs.client that return types with arguments of type UpdateIndexService.ResultModifier and TypeMethodDescriptionImportClient.deleteDocuments(String indexName, List<String> ids) ImportClient.patchDocuments(String indexName, List<Document> docs) Patch one or more documents.ImportClient.putDocuments(String indexName, Boolean replaceExisting, String langCode, List<Document> docs) Add or overwrite existing documents.ImportClient.putProducts(String indexName, Boolean replaceExisting, String langCode, List<Product> products) Similar to putDocuments, but for the extended sub typeProductthat supports variants. -
Uses of UpdateIndexService.Result in de.cxp.ocs.controller
Methods in de.cxp.ocs.controller that return types with arguments of type UpdateIndexService.ResultModifier and TypeMethodDescriptionUpdateIndexController.deleteDocuments(String indexName, List<String> ids) UpdateIndexController.patchDocuments(String indexName, List<Document> documents) UpdateIndexController.putDocuments(String indexName, Boolean replaceExisting, String langCode, List<Document> documents) -
Uses of UpdateIndexService.Result in de.cxp.ocs.elasticsearch
Methods in de.cxp.ocs.elasticsearch that return UpdateIndexService.ResultModifier and TypeMethodDescriptionprotected UpdateIndexService.ResultElasticsearchIndexer._patch(String index, IndexableItem doc) protected UpdateIndexService.ResultElasticsearchIndexer._put(String indexName, Boolean replaceExisting, IndexableItem doc) Methods in de.cxp.ocs.elasticsearch that return types with arguments of type UpdateIndexService.ResultModifier and TypeMethodDescriptionElasticsearchIndexer.deleteDocuments(String indexName, List<String> ids) -
Uses of UpdateIndexService.Result in de.cxp.ocs.indexer
Methods in de.cxp.ocs.indexer that return UpdateIndexService.ResultModifier and TypeMethodDescriptionprotected abstract UpdateIndexService.ResultAbstractIndexer._patch(String index, IndexableItem indexableItem) protected abstract UpdateIndexService.ResultAbstractIndexer._put(String indexName, Boolean replaceExisting, IndexableItem indexableItem) AbstractIndexer.patchDocument(String index, Document doc) AbstractIndexer.putDocument(String indexName, Boolean replaceExisting, Document doc) Methods in de.cxp.ocs.indexer that return types with arguments of type UpdateIndexService.ResultModifier and TypeMethodDescriptionAbstractIndexer.patchDocuments(String indexName, List<Document> documents) AbstractIndexer.putDocuments(String indexName, Boolean replaceExisting, String langCode, List<Document> documents) Put documents into existing index.AbstractIndexer.putDocuments(String indexName, Boolean replaceExisting, List<Document> documents)