Uses of Class
org.nuxeo.elasticsearch.io.JsonESDocumentWriter
Packages that use JsonESDocumentWriter
Package
Description
-
Uses of JsonESDocumentWriter in org.nuxeo.elasticsearch
Fields in org.nuxeo.elasticsearch declared as JsonESDocumentWriterModifier and TypeFieldDescriptionprotected JsonESDocumentWriterElasticSearchComponent.jsonESDocumentWriter -
Uses of JsonESDocumentWriter in org.nuxeo.elasticsearch.config
Fields in org.nuxeo.elasticsearch.config with type parameters of type JsonESDocumentWriterModifier and TypeFieldDescriptionprotected Class<JsonESDocumentWriter>ElasticSearchDocWriterDescriptor.klassMethods in org.nuxeo.elasticsearch.config that return types with arguments of type JsonESDocumentWriter -
Uses of JsonESDocumentWriter in org.nuxeo.elasticsearch.core
Constructors in org.nuxeo.elasticsearch.core with parameters of type JsonESDocumentWriterModifierConstructorDescriptionElasticSearchIndexingImpl(ElasticSearchAdminImpl esa, JsonESDocumentWriter jsonESDocumentWriter)