Uses of Interface
org.nuxeo.ecm.core.search.index.IndexingJsonWriter
Packages that use IndexingJsonWriter
Package
Description
-
Uses of IndexingJsonWriter in org.nuxeo.ecm.core.search
Fields in org.nuxeo.ecm.core.search with type parameters of type IndexingJsonWriterModifier and TypeFieldDescriptionprotected final Map
<SearchIndex, IndexingJsonWriter> SearchServiceImpl.indexToJsonWriter
protected Class
<? extends IndexingJsonWriter> SearchIndexDescriptor.writerClass
Methods in org.nuxeo.ecm.core.search that return IndexingJsonWriterMethods in org.nuxeo.ecm.core.search that return types with arguments of type IndexingJsonWriterModifier and TypeMethodDescriptionClass
<? extends IndexingJsonWriter> SearchIndexDescriptor.getWriterClass()
Methods in org.nuxeo.ecm.core.search with parameters of type IndexingJsonWriterModifier and TypeMethodDescriptionprotected String
SearchServiceImpl.json
(IndexingJsonWriter writer, DocumentModel doc) -
Uses of IndexingJsonWriter in org.nuxeo.ecm.core.search.client.repository
Fields in org.nuxeo.ecm.core.search.client.repository declared as IndexingJsonWriterModifier and TypeFieldDescriptionprotected static final IndexingJsonWriter
RepositorySearchClient.INDEXING_WRITER
-
Uses of IndexingJsonWriter in org.nuxeo.ecm.core.search.index
Classes in org.nuxeo.ecm.core.search.index that implement IndexingJsonWriterModifier and TypeClassDescriptionclass
JSon writer that outputs a format ready to eat by elasticsearch. -
Uses of IndexingJsonWriter in org.nuxeo.elasticsearch.config
Fields in org.nuxeo.elasticsearch.config with type parameters of type IndexingJsonWriterModifier and TypeFieldDescriptionprotected Class
<IndexingJsonWriter> ElasticSearchDocWriterDescriptor.klass
Methods in org.nuxeo.elasticsearch.config that return types with arguments of type IndexingJsonWriter