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<String, IndexingJsonWriter> SearchServiceImpl.indexToJsonWriterprotected Class<? extends IndexingJsonWriter> SearchIndexDescriptor.writerClassMethods 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 StringSearchServiceImpl.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 IndexingJsonWriterRepositorySearchClient.INDEXING_WRITER -
Uses of IndexingJsonWriter in org.nuxeo.ecm.core.search.index
Classes in org.nuxeo.ecm.core.search.index that implement IndexingJsonWriterModifier and TypeClassDescriptionclassJSon 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.klassMethods in org.nuxeo.elasticsearch.config that return types with arguments of type IndexingJsonWriter