Uses of Interface
org.elasticsearch.common.xcontent.XContent
-
-
Uses of XContent in org.elasticsearch.action.search
Methods in org.elasticsearch.action.search with parameters of type XContent Modifier and Type Method Description static voidMultiSearchRequest. readMultiLineFormat(BytesReference data, XContent xContent, CheckedBiConsumer<SearchRequest,XContentParser,IOException> consumer, String[] indices, IndicesOptions indicesOptions, String[] types, String routing, String searchType, Boolean ccsMinimizeRoundtrips, NamedXContentRegistry registry, boolean allowExplicitIndex, DeprecationLogger deprecationLogger)static byte[]MultiSearchRequest. writeMultiLineFormat(MultiSearchRequest multiSearchRequest, XContent xContent) -
Uses of XContent in org.elasticsearch.common.xcontent
Methods in org.elasticsearch.common.xcontent that return XContent Modifier and Type Method Description static XContentXContentFactory. xContent(byte[] data)Deprecated.the content type should not be guessed except for few cases where we effectively don't know the content type.static XContentXContentFactory. xContent(byte[] data, int offset, int length)Deprecated.guessing the content type should not be needed ideally.static XContentXContentFactory. xContent(CharSequence content)Deprecated.the content type should not be guessed except for few cases where we effectively don't know the content type.static XContentXContentFactory. xContent(XContentType type)Returns theXContentfor the provided content type.abstract XContentXContentType. xContent()Methods in org.elasticsearch.common.xcontent with parameters of type XContent Modifier and Type Method Description static XContentBuilderXContentBuilder. builder(XContent xContent)Create a newXContentBuilderusing the givenXContentcontent.static XContentBuilderXContentBuilder. builder(XContent xContent, Set<String> includes, Set<String> excludes)Create a newXContentBuilderusing the givenXContentcontent and some inclusive and/or exclusive filters.static Map<String,Object>XContentHelper. convertToMap(XContent xContent, InputStream input, boolean ordered)static Map<String,Object>XContentHelper. convertToMap(XContent xContent, String string, boolean ordered)Constructors in org.elasticsearch.common.xcontent with parameters of type XContent Constructor Description XContentBuilder(XContent xContent, OutputStream bos)Constructs a new builder using the provided XContent and an OutputStream.XContentBuilder(XContent xContent, OutputStream bos, Set<String> includes)Constructs a new builder using the provided XContent, an OutputStream and some filters.XContentBuilder(XContent xContent, OutputStream os, Set<String> includes, Set<String> excludes)Creates a new builder using the provided XContent, output stream and some inclusive and/or exclusive filters. -
Uses of XContent in org.elasticsearch.common.xcontent.json
Classes in org.elasticsearch.common.xcontent.json that implement XContent Modifier and Type Class Description classJsonXContentA JSON based content implementation using Jackson.Methods in org.elasticsearch.common.xcontent.json with parameters of type XContent Modifier and Type Method Description protected voidJsonXContentGenerator. copyRawValue(InputStream stream, XContent xContent) -
Uses of XContent in org.elasticsearch.index.reindex
Fields in org.elasticsearch.index.reindex declared as XContent Modifier and Type Field Description static XContentRemoteInfo. QUERY_CONTENT_TYPE -
Uses of XContent in org.elasticsearch.script.mustache
Methods in org.elasticsearch.script.mustache with parameters of type XContent Modifier and Type Method Description static byte[]MultiSearchTemplateRequest. writeMultiLineFormat(MultiSearchTemplateRequest multiSearchTemplateRequest, XContent xContent)
-