Uses of Class
org.elasticsearch.common.xcontent.XContentBuilder
-
-
Uses of XContentBuilder in org.elasticsearch
Methods in org.elasticsearch that return XContentBuilder Modifier and Type Method Description XContentBuilderElasticsearchException. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderVersion. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch with parameters of type XContentBuilder Modifier and Type Method Description static voidElasticsearchException. generateFailureXContent(XContentBuilder builder, ToXContent.Params params, Exception e, boolean detailed)Render any exception as a xcontent, encapsulated within a field or object named "error".static voidElasticsearchException. generateThrowableXContent(XContentBuilder builder, ToXContent.Params params, Throwable t)Static toXContent helper method that rendersElasticsearchExceptionorThrowableinstances as XContent, delegating the rendering toElasticsearchException.toXContent(XContentBuilder, Params)orElasticsearchException.innerToXContent(XContentBuilder, Params, Throwable, String, String, Map, Map, Throwable).protected static voidElasticsearchException. innerToXContent(XContentBuilder builder, ToXContent.Params params, Throwable throwable, String type, String message, Map<String,List<String>> headers, Map<String,List<String>> metadata, Throwable cause)protected voidElasticsearchException. metadataToXContent(XContentBuilder builder, ToXContent.Params params)Renders additional per exception information into the XContentXContentBuilderElasticsearchException. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderVersion. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action
Methods in org.elasticsearch.action that return XContentBuilder Modifier and Type Method Description XContentBuilderDocWriteResponse. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDocWriteResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTaskOperationFailure. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderDocWriteResponse. innerToXContent(XContentBuilder builder, ToXContent.Params params)protected voidFailedNodeException. metadataToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDocWriteResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTaskOperationFailure. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.allocation
Methods in org.elasticsearch.action.admin.cluster.allocation that return XContentBuilder Modifier and Type Method Description XContentBuilderClusterAllocationExplanation. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.allocation with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderClusterAllocationExplanation. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.configuration
Methods in org.elasticsearch.action.admin.cluster.configuration that return XContentBuilder Modifier and Type Method Description XContentBuilderAddVotingConfigExclusionsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClearVotingConfigExclusionsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.configuration with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderAddVotingConfigExclusionsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClearVotingConfigExclusionsResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.health
Methods in org.elasticsearch.action.admin.cluster.health that return XContentBuilder Modifier and Type Method Description XContentBuilderClusterHealthResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.health with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderClusterHealthResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.node.info
Methods in org.elasticsearch.action.admin.cluster.node.info that return XContentBuilder Modifier and Type Method Description XContentBuilderNodesInfoResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPluginsAndModules. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.node.info with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderNodesInfoResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPluginsAndModules. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.node.reload
Methods in org.elasticsearch.action.admin.cluster.node.reload that return XContentBuilder Modifier and Type Method Description XContentBuilderNodesReloadSecureSettingsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.node.reload with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderNodesReloadSecureSettingsResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.node.stats
Methods in org.elasticsearch.action.admin.cluster.node.stats that return XContentBuilder Modifier and Type Method Description XContentBuilderNodesStatsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNodeStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.node.stats with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderNodesStatsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNodeStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Methods in org.elasticsearch.action.admin.cluster.node.tasks.cancel that return XContentBuilder Modifier and Type Method Description XContentBuilderCancelTasksResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.node.tasks.cancel with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderCancelTasksResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.node.tasks.get
Methods in org.elasticsearch.action.admin.cluster.node.tasks.get that return XContentBuilder Modifier and Type Method Description XContentBuilderGetTaskResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.node.tasks.get with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetTaskResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.node.tasks.list
Methods in org.elasticsearch.action.admin.cluster.node.tasks.list that return XContentBuilder Modifier and Type Method Description XContentBuilderListTasksResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTaskGroup. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderListTasksResponse. toXContentGroupedByNode(XContentBuilder builder, ToXContent.Params params, DiscoveryNodes discoveryNodes)Convert this task response to XContent grouping by executing nodes.XContentBuilderListTasksResponse. toXContentGroupedByNone(XContentBuilder builder, ToXContent.Params params)Presents a flat list of tasksXContentBuilderListTasksResponse. toXContentGroupedByParents(XContentBuilder builder, ToXContent.Params params)Convert this response to XContent grouping by parent tasks.Methods in org.elasticsearch.action.admin.cluster.node.tasks.list with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderListTasksResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTaskGroup. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderListTasksResponse. toXContentGroupedByNode(XContentBuilder builder, ToXContent.Params params, DiscoveryNodes discoveryNodes)Convert this task response to XContent grouping by executing nodes.XContentBuilderListTasksResponse. toXContentGroupedByNone(XContentBuilder builder, ToXContent.Params params)Presents a flat list of tasksXContentBuilderListTasksResponse. toXContentGroupedByParents(XContentBuilder builder, ToXContent.Params params)Convert this response to XContent grouping by parent tasks. -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.node.usage
Methods in org.elasticsearch.action.admin.cluster.node.usage that return XContentBuilder Modifier and Type Method Description XContentBuilderNodesUsageResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNodeUsage. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.node.usage with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderNodesUsageResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNodeUsage. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.remote
Methods in org.elasticsearch.action.admin.cluster.remote that return XContentBuilder Modifier and Type Method Description XContentBuilderRemoteInfoResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.remote with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRemoteInfoResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.repositories.cleanup
Methods in org.elasticsearch.action.admin.cluster.repositories.cleanup that return XContentBuilder Modifier and Type Method Description XContentBuilderCleanupRepositoryResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.repositories.cleanup with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderCleanupRepositoryResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.repositories.get
Methods in org.elasticsearch.action.admin.cluster.repositories.get that return XContentBuilder Modifier and Type Method Description XContentBuilderGetRepositoriesResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.repositories.get with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetRepositoriesResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.repositories.put
Methods in org.elasticsearch.action.admin.cluster.repositories.put that return XContentBuilder Modifier and Type Method Description XContentBuilderPutRepositoryRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.repositories.put with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderPutRepositoryRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.repositories.verify
Methods in org.elasticsearch.action.admin.cluster.repositories.verify that return XContentBuilder Modifier and Type Method Description XContentBuilderVerifyRepositoryResponse.NodeView. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderVerifyRepositoryResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.repositories.verify with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderVerifyRepositoryResponse.NodeView. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderVerifyRepositoryResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.reroute
Methods in org.elasticsearch.action.admin.cluster.reroute with parameters of type XContentBuilder Modifier and Type Method Description protected voidClusterRerouteResponse. addCustomFields(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.settings
Methods in org.elasticsearch.action.admin.cluster.settings that return XContentBuilder Modifier and Type Method Description XContentBuilderClusterGetSettingsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterUpdateSettingsRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.settings with parameters of type XContentBuilder Modifier and Type Method Description protected voidClusterUpdateSettingsResponse. addCustomFields(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterGetSettingsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterUpdateSettingsRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.shards
Methods in org.elasticsearch.action.admin.cluster.shards that return XContentBuilder Modifier and Type Method Description XContentBuilderClusterSearchShardsGroup. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterSearchShardsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.shards with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderClusterSearchShardsGroup. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterSearchShardsResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.snapshots.create
Methods in org.elasticsearch.action.admin.cluster.snapshots.create that return XContentBuilder Modifier and Type Method Description XContentBuilderCreateSnapshotRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCreateSnapshotResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.snapshots.create with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderCreateSnapshotRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCreateSnapshotResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.snapshots.get
Methods in org.elasticsearch.action.admin.cluster.snapshots.get that return XContentBuilder Modifier and Type Method Description XContentBuilderGetSnapshotsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.snapshots.get with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetSnapshotsResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.snapshots.restore
Methods in org.elasticsearch.action.admin.cluster.snapshots.restore that return XContentBuilder Modifier and Type Method Description XContentBuilderRestoreSnapshotRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRestoreSnapshotResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.snapshots.restore with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRestoreSnapshotRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRestoreSnapshotResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.snapshots.status
Methods in org.elasticsearch.action.admin.cluster.snapshots.status that return XContentBuilder Modifier and Type Method Description XContentBuilderSnapshotIndexShardStatus. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotIndexStatus. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotShardsStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotsStatusResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotStatus. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.snapshots.status with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderSnapshotIndexShardStatus. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotIndexStatus. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotShardsStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotsStatusResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotStatus. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.stats
Methods in org.elasticsearch.action.admin.cluster.stats that return XContentBuilder Modifier and Type Method Description XContentBuilderClusterStatsIndices.ShardStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsIndices. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsNodes.Counts. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsNodes.JvmStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsNodes.OsStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsNodes.ProcessStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsNodes. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.stats with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderClusterStatsIndices.ShardStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsIndices. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsNodes.Counts. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsNodes.JvmStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsNodes.OsStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsNodes.ProcessStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsNodes. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterStatsResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.storedscripts
Methods in org.elasticsearch.action.admin.cluster.storedscripts that return XContentBuilder Modifier and Type Method Description XContentBuilderGetStoredScriptResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutStoredScriptRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.storedscripts with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetStoredScriptResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutStoredScriptRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.cluster.tasks
Methods in org.elasticsearch.action.admin.cluster.tasks that return XContentBuilder Modifier and Type Method Description XContentBuilderPendingClusterTasksResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.cluster.tasks with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderPendingClusterTasksResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.alias
Methods in org.elasticsearch.action.admin.indices.alias that return XContentBuilder Modifier and Type Method Description XContentBuilderAlias. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesAliasesRequest.AliasActions. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesAliasesRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.alias with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderAlias. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesAliasesRequest.AliasActions. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesAliasesRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.analyze
Methods in org.elasticsearch.action.admin.indices.analyze that return XContentBuilder Modifier and Type Method Description XContentBuilderAnalyzeAction.AnalyzeToken. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAnalyzeAction.AnalyzeTokenList. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAnalyzeAction.CharFilteredText. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAnalyzeAction.DetailAnalyzeResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAnalyzeAction.Response. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.analyze with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderAnalyzeAction.AnalyzeToken. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAnalyzeAction.AnalyzeTokenList. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAnalyzeAction.CharFilteredText. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAnalyzeAction.DetailAnalyzeResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAnalyzeAction.Response. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.close
Methods in org.elasticsearch.action.admin.indices.close that return XContentBuilder Modifier and Type Method Description XContentBuilderCloseIndexResponse.ShardResult.Failure. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCloseIndexResponse.IndexResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCloseIndexResponse.ShardResult. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.close with parameters of type XContentBuilder Modifier and Type Method Description protected voidCloseIndexResponse. addCustomFields(XContentBuilder builder, ToXContent.Params params)XContentBuilderCloseIndexResponse.ShardResult.Failure. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCloseIndexResponse.IndexResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCloseIndexResponse.ShardResult. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.create
Methods in org.elasticsearch.action.admin.indices.create that return XContentBuilder Modifier and Type Method Description XContentBuilderCreateIndexRequest. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCreateIndexRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.create with parameters of type XContentBuilder Modifier and Type Method Description protected voidCreateIndexResponse. addCustomFields(XContentBuilder builder, ToXContent.Params params)CreateIndexRequestBuilderCreateIndexRequestBuilder. addMapping(String type, XContentBuilder source)Adds mapping that will be added when the index gets created.CreateIndexRequestCreateIndexRequest. aliases(XContentBuilder source)Sets the aliases that will be associated with the index when it gets createdXContentBuilderCreateIndexRequest. innerToXContent(XContentBuilder builder, ToXContent.Params params)CreateIndexRequestCreateIndexRequest. mapping(String type, XContentBuilder source)Adds mapping that will be added when the index gets created.CreateIndexRequestBuilderCreateIndexRequestBuilder. setAliases(XContentBuilder source)Sets the aliases that will be associated with the index when it gets createdCreateIndexRequestBuilderCreateIndexRequestBuilder. setSettings(XContentBuilder builder)Allows to set the settings using a json builder.CreateIndexRequestBuilderCreateIndexRequestBuilder. setSource(XContentBuilder source)Sets the settings and mappings as a single source.CreateIndexRequestCreateIndexRequest. settings(XContentBuilder builder)Allows to set the settings using a json builder.CreateIndexRequestCreateIndexRequest. source(XContentBuilder source)Sets the settings and mappings as a single source.XContentBuilderCreateIndexRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.flush
Methods in org.elasticsearch.action.admin.indices.flush that return XContentBuilder Modifier and Type Method Description XContentBuilderSyncedFlushResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.flush with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderSyncedFlushResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.get
Methods in org.elasticsearch.action.admin.indices.get that return XContentBuilder Modifier and Type Method Description XContentBuilderGetIndexResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.get with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetIndexResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.mapping.get
Methods in org.elasticsearch.action.admin.indices.mapping.get that return XContentBuilder Modifier and Type Method Description XContentBuilderGetFieldMappingsResponse.FieldMappingMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetFieldMappingsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetMappingsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.mapping.get with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetFieldMappingsResponse.FieldMappingMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetFieldMappingsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetMappingsResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.mapping.put
Methods in org.elasticsearch.action.admin.indices.mapping.put that return XContentBuilder Modifier and Type Method Description static XContentBuilderPutMappingRequest. buildFromSimplifiedDef(String type, Object... source)XContentBuilderPutMappingRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.mapping.put with parameters of type XContentBuilder Modifier and Type Method Description PutMappingRequestBuilderPutMappingRequestBuilder. setSource(XContentBuilder mappingBuilder)The mapping source definition.PutMappingRequestPutMappingRequest. source(XContentBuilder mappingBuilder)The mapping source definition.XContentBuilderPutMappingRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.recovery
Methods in org.elasticsearch.action.admin.indices.recovery that return XContentBuilder Modifier and Type Method Description XContentBuilderRecoveryResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.recovery with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRecoveryResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.rollover
Methods in org.elasticsearch.action.admin.indices.rollover that return XContentBuilder Modifier and Type Method Description XContentBuilderMaxAgeCondition. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMaxDocsCondition. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMaxSizeCondition. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRolloverInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRolloverRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.rollover with parameters of type XContentBuilder Modifier and Type Method Description protected voidRolloverResponse. addCustomFields(XContentBuilder builder, ToXContent.Params params)XContentBuilderMaxAgeCondition. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMaxDocsCondition. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMaxSizeCondition. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRolloverInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRolloverRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.segments
Methods in org.elasticsearch.action.admin.indices.segments with parameters of type XContentBuilder Modifier and Type Method Description protected voidIndicesSegmentResponse. addCustomXContentFields(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.settings.get
Methods in org.elasticsearch.action.admin.indices.settings.get that return XContentBuilder Modifier and Type Method Description XContentBuilderGetSettingsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.settings.get with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetSettingsResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.settings.put
Methods in org.elasticsearch.action.admin.indices.settings.put that return XContentBuilder Modifier and Type Method Description XContentBuilderUpdateSettingsRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.settings.put with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderUpdateSettingsRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.shards
Methods in org.elasticsearch.action.admin.indices.shards that return XContentBuilder Modifier and Type Method Description XContentBuilderIndicesShardStoresResponse.Failure. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesShardStoresResponse.StoreStatus. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesShardStoresResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.shards with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderIndicesShardStoresResponse.Failure. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesShardStoresResponse.StoreStatus. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesShardStoresResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.shrink
Methods in org.elasticsearch.action.admin.indices.shrink that return XContentBuilder Modifier and Type Method Description XContentBuilderResizeRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.shrink with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderResizeRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.stats
Methods in org.elasticsearch.action.admin.indices.stats that return XContentBuilder Modifier and Type Method Description XContentBuilderCommonStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderShardStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.stats with parameters of type XContentBuilder Modifier and Type Method Description protected voidIndicesStatsResponse. addCustomXContentFields(XContentBuilder builder, ToXContent.Params params)XContentBuilderCommonStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderShardStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.template.get
Methods in org.elasticsearch.action.admin.indices.template.get that return XContentBuilder Modifier and Type Method Description XContentBuilderGetIndexTemplatesResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.template.get with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetIndexTemplatesResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.template.put
Methods in org.elasticsearch.action.admin.indices.template.put that return XContentBuilder Modifier and Type Method Description XContentBuilderPutIndexTemplateRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.template.put with parameters of type XContentBuilder Modifier and Type Method Description PutIndexTemplateRequestBuilderPutIndexTemplateRequestBuilder. addMapping(String type, XContentBuilder source)Adds mapping that will be added when the index template gets created.PutIndexTemplateRequestPutIndexTemplateRequest. aliases(XContentBuilder source)Sets the aliases that will be associated with the index when it gets createdPutIndexTemplateRequestPutIndexTemplateRequest. mapping(String type, XContentBuilder source)Adds mapping that will be added when the index gets created.PutIndexTemplateRequestBuilderPutIndexTemplateRequestBuilder. setAliases(XContentBuilder source)Sets the aliases that will be associated with the index when it gets createdPutIndexTemplateRequestBuilderPutIndexTemplateRequestBuilder. setSource(XContentBuilder templateBuilder)The template source definition.PutIndexTemplateRequestPutIndexTemplateRequest. source(XContentBuilder templateBuilder)The template source definition.XContentBuilderPutIndexTemplateRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.upgrade.get
Methods in org.elasticsearch.action.admin.indices.upgrade.get that return XContentBuilder Modifier and Type Method Description XContentBuilderUpgradeStatusResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.upgrade.get with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderUpgradeStatusResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.upgrade.post
Methods in org.elasticsearch.action.admin.indices.upgrade.post with parameters of type XContentBuilder Modifier and Type Method Description protected voidUpgradeResponse. addCustomXContentFields(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.admin.indices.validate.query
Methods in org.elasticsearch.action.admin.indices.validate.query that return XContentBuilder Modifier and Type Method Description XContentBuilderQueryExplanation. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderValidateQueryRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.admin.indices.validate.query with parameters of type XContentBuilder Modifier and Type Method Description protected voidValidateQueryResponse. addCustomXContentFields(XContentBuilder builder, ToXContent.Params params)XContentBuilderQueryExplanation. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderValidateQueryRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.bulk
Methods in org.elasticsearch.action.bulk that return XContentBuilder Modifier and Type Method Description XContentBuilderBulkItemResponse.Failure. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderBulkItemResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderBulkResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.bulk with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderBulkItemResponse.Failure. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderBulkItemResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderBulkResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.explain
Methods in org.elasticsearch.action.explain that return XContentBuilder Modifier and Type Method Description XContentBuilderExplainRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderExplainResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.explain with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderExplainRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderExplainResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.fieldcaps
Methods in org.elasticsearch.action.fieldcaps that return XContentBuilder Modifier and Type Method Description XContentBuilderFieldCapabilities. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFieldCapabilitiesResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.fieldcaps with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderFieldCapabilities. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFieldCapabilitiesResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.get
Methods in org.elasticsearch.action.get that return XContentBuilder Modifier and Type Method Description XContentBuilderGetResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiGetRequest.Item. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiGetRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiGetResponse.Failure. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiGetResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.get with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiGetRequest.Item. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiGetRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiGetResponse.Failure. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiGetResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.index
Methods in org.elasticsearch.action.index with parameters of type XContentBuilder Modifier and Type Method Description IndexRequestBuilderIndexRequestBuilder. setSource(XContentBuilder sourceBuilder)Sets the content source to index.IndexRequestIndexRequest. source(XContentBuilder sourceBuilder)Sets the content source to index. -
Uses of XContentBuilder in org.elasticsearch.action.ingest
Methods in org.elasticsearch.action.ingest that return XContentBuilder Modifier and Type Method Description XContentBuilderGetPipelineResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutPipelineRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimulateDocumentBaseResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimulateDocumentVerboseResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimulatePipelineRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimulatePipelineResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimulateProcessorResult. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.ingest with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetPipelineResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutPipelineRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimulateDocumentBaseResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimulateDocumentVerboseResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimulatePipelineRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimulatePipelineResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimulateProcessorResult. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.main
Methods in org.elasticsearch.action.main that return XContentBuilder Modifier and Type Method Description XContentBuilderMainResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.main with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderMainResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.search
-
Uses of XContentBuilder in org.elasticsearch.action.support
Methods in org.elasticsearch.action.support that return XContentBuilder Modifier and Type Method Description protected XContentBuilderDefaultShardOperationFailedException. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDefaultShardOperationFailedException. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesOptions. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.support with parameters of type XContentBuilder Modifier and Type Method Description protected XContentBuilderDefaultShardOperationFailedException. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDefaultShardOperationFailedException. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesOptions. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.support.broadcast
Methods in org.elasticsearch.action.support.broadcast that return XContentBuilder Modifier and Type Method Description XContentBuilderBroadcastResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.support.broadcast with parameters of type XContentBuilder Modifier and Type Method Description protected voidBroadcastResponse. addCustomXContentFields(XContentBuilder builder, ToXContent.Params params)Override in subclass to add custom fields following the common `_shards` fieldXContentBuilderBroadcastResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.support.master
Methods in org.elasticsearch.action.support.master that return XContentBuilder Modifier and Type Method Description XContentBuilderAcknowledgedResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.support.master with parameters of type XContentBuilder Modifier and Type Method Description protected voidAcknowledgedResponse. addCustomFields(XContentBuilder builder, ToXContent.Params params)protected voidShardsAcknowledgedResponse. addCustomFields(XContentBuilder builder, ToXContent.Params params)XContentBuilderAcknowledgedResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.support.replication
Methods in org.elasticsearch.action.support.replication that return XContentBuilder Modifier and Type Method Description XContentBuilderReplicationResponse.ShardInfo.Failure. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderReplicationResponse.ShardInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderReplicationTask.Status. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.support.replication with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderReplicationResponse.ShardInfo.Failure. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderReplicationResponse.ShardInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderReplicationTask.Status. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.support.tasks
Methods in org.elasticsearch.action.support.tasks with parameters of type XContentBuilder Modifier and Type Method Description protected voidBaseTasksResponse. toXContentCommon(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.termvectors
Methods in org.elasticsearch.action.termvectors that return XContentBuilder Modifier and Type Method Description XContentBuilderMultiTermVectorsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermVectorsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.termvectors with parameters of type XContentBuilder Modifier and Type Method Description TermVectorsRequestTermVectorsRequest. doc(XContentBuilder documentBuilder)Sets an artificial document from which term vectors are requested for.TermVectorsRequestBuilderTermVectorsRequestBuilder. setDoc(XContentBuilder xContent)Sets the artificial document from which to generate term vectors.XContentBuilderMultiTermVectorsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermVectorsResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.action.update
Methods in org.elasticsearch.action.update that return XContentBuilder Modifier and Type Method Description XContentBuilderUpdateResponse. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderUpdateRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.action.update with parameters of type XContentBuilder Modifier and Type Method Description UpdateRequestUpdateRequest. doc(XContentBuilder source)Sets the doc to use for updates when a script is not specified.XContentBuilderUpdateResponse. innerToXContent(XContentBuilder builder, ToXContent.Params params)UpdateRequestBuilderUpdateRequestBuilder. setDoc(XContentBuilder source)Sets the doc to use for updates when a script is not specified.UpdateRequestBuilderUpdateRequestBuilder. setUpsert(XContentBuilder source)Sets the doc source of the update request to be used when the document does not exists.XContentBuilderUpdateRequest. toXContent(XContentBuilder builder, ToXContent.Params params)UpdateRequestUpdateRequest. upsert(XContentBuilder source)Sets the doc source of the update request to be used when the document does not exists. -
Uses of XContentBuilder in org.elasticsearch.client
Methods in org.elasticsearch.client that return XContentBuilder Modifier and Type Method Description XContentBuilderGetAliasesResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSyncedFlushResponse.IndexResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSyncedFlushResponse.ShardCounts. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSyncedFlushResponse.ShardFailure. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSyncedFlushResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetAliasesResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSyncedFlushResponse.IndexResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSyncedFlushResponse.ShardCounts. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSyncedFlushResponse.ShardFailure. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSyncedFlushResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.ccr
Methods in org.elasticsearch.client.ccr that return XContentBuilder Modifier and Type Method Description XContentBuilderForgetFollowerRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutAutoFollowPatternRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutFollowRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderResumeFollowRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.ccr with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderForgetFollowerRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutAutoFollowPatternRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutFollowRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderResumeFollowRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.core
Methods in org.elasticsearch.client.core that return XContentBuilder Modifier and Type Method Description XContentBuilderCountRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiTermVectorsRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPageParams. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermVectorsRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.core with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderCountRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiTermVectorsRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPageParams. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermVectorsRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Constructors in org.elasticsearch.client.core with parameters of type XContentBuilder Constructor Description TermVectorsRequest(String index, String type, XContentBuilder docBuilder)Deprecated.Types are in the process of being removed, useTermVectorsRequest(java.lang.String,org.elasticsearch.common.xcontent.XContentBuilder)instead.TermVectorsRequest(String index, XContentBuilder docBuilder)Constructs TermVectorRequest for an artificial document -
Uses of XContentBuilder in org.elasticsearch.client.enrich
Methods in org.elasticsearch.client.enrich that return XContentBuilder Modifier and Type Method Description XContentBuilderPutPolicyRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.enrich with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderPutPolicyRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.graph
Methods in org.elasticsearch.client.graph that return XContentBuilder Modifier and Type Method Description XContentBuilderGraphExploreRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGraphExploreResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHop. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderVertex. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderVertexRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.graph with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGraphExploreRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGraphExploreResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHop. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderVertex. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderVertexRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.indexlifecycle
-
Uses of XContentBuilder in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return XContentBuilder Modifier and Type Method Description XContentBuilderCreateIndexRequest. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAnalyzeRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCreateIndexRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutIndexTemplateRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutMappingRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.indices with parameters of type XContentBuilder Modifier and Type Method Description CreateIndexRequestCreateIndexRequest. aliases(XContentBuilder source)Sets the aliases that will be associated with the index when it gets createdPutIndexTemplateRequestPutIndexTemplateRequest. aliases(XContentBuilder source)Sets the aliases that will be associated with the index when it gets createdXContentBuilderCreateIndexRequest. innerToXContent(XContentBuilder builder, ToXContent.Params params)CreateIndexRequestCreateIndexRequest. mapping(XContentBuilder source)Adds mapping that will be added when the index gets created.PutIndexTemplateRequestPutIndexTemplateRequest. mapping(XContentBuilder source)Adds mapping that will be added when the index gets created.CreateIndexRequestCreateIndexRequest. settings(XContentBuilder builder)Allows to set the settings using a json builder.CreateIndexRequestCreateIndexRequest. source(XContentBuilder source)Sets the settings and mappings as a single source.PutIndexTemplateRequestPutIndexTemplateRequest. source(XContentBuilder templateBuilder)The template source definition.PutMappingRequestPutMappingRequest. source(XContentBuilder builder)The mapping source definition.XContentBuilderAnalyzeRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCreateIndexRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutIndexTemplateRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutMappingRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.indices.rollover
Methods in org.elasticsearch.client.indices.rollover that return XContentBuilder Modifier and Type Method Description XContentBuilderRolloverRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.indices.rollover with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRolloverRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.ml
-
Uses of XContentBuilder in org.elasticsearch.client.ml.calendars
Methods in org.elasticsearch.client.ml.calendars that return XContentBuilder Modifier and Type Method Description XContentBuilderCalendar. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderScheduledEvent. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.ml.calendars with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderCalendar. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderScheduledEvent. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.ml.datafeed
Methods in org.elasticsearch.client.ml.datafeed that return XContentBuilder Modifier and Type Method Description XContentBuilderChunkingConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDatafeedConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDatafeedStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDatafeedTimingStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDatafeedUpdate. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDelayedDataCheckConfig. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.ml.datafeed with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderChunkingConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDatafeedConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDatafeedStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDatafeedTimingStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDatafeedUpdate. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDelayedDataCheckConfig. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.ml.dataframe
Methods in org.elasticsearch.client.ml.dataframe that return XContentBuilder Modifier and Type Method Description XContentBuilderDataFrameAnalyticsConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDataFrameAnalyticsDest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDataFrameAnalyticsSource. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPhaseProgress. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderQueryConfig. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.ml.dataframe with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderDataFrameAnalyticsConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDataFrameAnalyticsDest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDataFrameAnalyticsSource. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPhaseProgress. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderQueryConfig. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.ml.filestructurefinder
Methods in org.elasticsearch.client.ml.filestructurefinder that return XContentBuilder Modifier and Type Method Description XContentBuilderFieldStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFileStructure. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.ml.filestructurefinder with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderFieldStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFileStructure. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.ml.job.config
-
Uses of XContentBuilder in org.elasticsearch.client.ml.job.process
Methods in org.elasticsearch.client.ml.job.process that return XContentBuilder Modifier and Type Method Description XContentBuilderDataCounts. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderModelSizeStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderModelSnapshot. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderQuantiles. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTimingStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.ml.job.process with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderDataCounts. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderModelSizeStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderModelSnapshot. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderQuantiles. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTimingStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.ml.job.results
Methods in org.elasticsearch.client.ml.job.results that return XContentBuilder Modifier and Type Method Description XContentBuilderAnomalyCause. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAnomalyRecord. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderBucket. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderBucketInfluencer. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCategoryDefinition. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInfluence. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInfluencer. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOverallBucket.JobInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOverallBucket. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.ml.job.results with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderAnomalyCause. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAnomalyRecord. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderBucket. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderBucketInfluencer. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCategoryDefinition. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInfluence. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInfluencer. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOverallBucket.JobInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOverallBucket. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.ml.job.stats
Methods in org.elasticsearch.client.ml.job.stats that return XContentBuilder Modifier and Type Method Description XContentBuilderForecastStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderJobStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimpleStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.ml.job.stats with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderForecastStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderJobStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSimpleStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.rollup
Methods in org.elasticsearch.client.rollup that return XContentBuilder Modifier and Type Method Description XContentBuilderDeleteRollupJobRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetRollupCapsRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetRollupIndexCapsRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutRollupJobRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRollableIndexCaps. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRollupJobCaps.RollupFieldCaps. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRollupJobCaps. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.rollup with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderDeleteRollupJobRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetRollupCapsRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetRollupIndexCapsRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutRollupJobRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRollableIndexCaps. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRollupJobCaps.RollupFieldCaps. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRollupJobCaps. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.rollup.job.config
Methods in org.elasticsearch.client.rollup.job.config that return XContentBuilder Modifier and Type Method Description XContentBuilderDateHistogramGroupConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGroupConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHistogramGroupConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMetricConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRollupJobConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermsGroupConfig. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.rollup.job.config with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderDateHistogramGroupConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGroupConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHistogramGroupConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMetricConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRollupJobConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermsGroupConfig. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.security
-
Uses of XContentBuilder in org.elasticsearch.client.security.support.expressiondsl.expressions
Methods in org.elasticsearch.client.security.support.expressiondsl.expressions that return XContentBuilder Modifier and Type Method Description XContentBuilderCompositeRoleMapperExpression. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderExceptRoleMapperExpression. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.security.support.expressiondsl.expressions with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderCompositeRoleMapperExpression. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderExceptRoleMapperExpression. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.security.support.expressiondsl.fields
Methods in org.elasticsearch.client.security.support.expressiondsl.fields that return XContentBuilder Modifier and Type Method Description XContentBuilderFieldRoleMapperExpression. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.security.support.expressiondsl.fields with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderFieldRoleMapperExpression. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.security.user.privileges
Methods in org.elasticsearch.client.security.user.privileges that return XContentBuilder Modifier and Type Method Description XContentBuilderAbstractIndicesPrivileges.FieldSecurity. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderApplicationPrivilege. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderApplicationResourcePrivileges. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGlobalPrivileges. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesPrivileges. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.security.user.privileges with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderAbstractIndicesPrivileges.FieldSecurity. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderApplicationPrivilege. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderApplicationResourcePrivileges. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGlobalPrivileges. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndicesPrivileges. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.slm
Methods in org.elasticsearch.client.slm that return XContentBuilder Modifier and Type Method Description XContentBuilderExecuteSnapshotLifecyclePolicyResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetSnapshotLifecyclePolicyResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetSnapshotLifecycleStatsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutSnapshotLifecyclePolicyRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotInvocationRecord. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotLifecyclePolicy. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotLifecyclePolicyMetadata.SnapshotInProgress. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotLifecyclePolicyMetadata. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotLifecycleStats.SnapshotPolicyStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotLifecycleStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotRetentionConfiguration. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.slm with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderExecuteSnapshotLifecyclePolicyResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetSnapshotLifecyclePolicyResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetSnapshotLifecycleStatsResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutSnapshotLifecyclePolicyRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotInvocationRecord. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotLifecyclePolicy. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotLifecyclePolicyMetadata.SnapshotInProgress. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotLifecyclePolicyMetadata. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotLifecycleStats.SnapshotPolicyStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotLifecycleStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotRetentionConfiguration. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.transform
Methods in org.elasticsearch.client.transform that return XContentBuilder Modifier and Type Method Description XContentBuilderPreviewTransformRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutTransformRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderUpdateTransformRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.transform with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderPreviewTransformRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPutTransformRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderUpdateTransformRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.transform.transforms
Methods in org.elasticsearch.client.transform.transforms that return XContentBuilder Modifier and Type Method Description XContentBuilderDestConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNodeAttributes. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderQueryConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSourceConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTransformConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTransformConfigUpdate. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.transform.transforms with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderDestConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNodeAttributes. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderQueryConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSourceConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTransformConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTransformConfigUpdate. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.transform.transforms.pivot
Methods in org.elasticsearch.client.transform.transforms.pivot that return XContentBuilder Modifier and Type Method Description XContentBuilderAggregationConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDateHistogramGroupSource.CalendarInterval. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDateHistogramGroupSource.FixedInterval. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDateHistogramGroupSource. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGroupConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHistogramGroupSource. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPivotConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermsGroupSource. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.transform.transforms.pivot with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderAggregationConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDateHistogramGroupSource.CalendarInterval. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDateHistogramGroupSource.FixedInterval. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDateHistogramGroupSource. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGroupConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHistogramGroupSource. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPivotConfig. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermsGroupSource. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.client.watcher
Methods in org.elasticsearch.client.watcher that return XContentBuilder Modifier and Type Method Description XContentBuilderExecuteWatchRequest. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.client.watcher with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderExecuteWatchRequest. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.cluster
Methods in org.elasticsearch.cluster that return XContentBuilder Modifier and Type Method Description XContentBuilderClusterInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterState. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDiskUsage. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRepositoryCleanupInProgress. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRestoreInProgress. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotDeletionsInProgress. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotsInProgress.Entry. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotsInProgress. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.cluster.block
Methods in org.elasticsearch.cluster.block that return XContentBuilder Modifier and Type Method Description XContentBuilderClusterBlock. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.cluster.block with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderClusterBlock. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.cluster.coordination
Methods in org.elasticsearch.cluster.coordination that return XContentBuilder Modifier and Type Method Description XContentBuilderCoordinationMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCoordinationMetaData.VotingConfigExclusion. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCoordinationMetaData.VotingConfiguration. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.cluster.coordination with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderCoordinationMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCoordinationMetaData.VotingConfigExclusion. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCoordinationMetaData.VotingConfiguration. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.cluster.health
Methods in org.elasticsearch.cluster.health that return XContentBuilder Modifier and Type Method Description XContentBuilderClusterIndexHealth. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterShardHealth. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.cluster.health with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderClusterIndexHealth. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderClusterShardHealth. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata that return XContentBuilder Modifier and Type Method Description XContentBuilderAliasMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndexGraveyard.Tombstone. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndexGraveyard. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndexMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderManifest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMetaData.UnknownGatewayOnlyCustom. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRepositoriesMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.cluster.metadata with parameters of type XContentBuilder Modifier and Type Method Description static voidIndexTemplateMetaData.Builder. removeType(IndexTemplateMetaData indexTemplateMetaData, XContentBuilder builder)Removes the nested type in the xContent representation ofIndexTemplateMetaData.static voidAliasMetaData.Builder. toXContent(AliasMetaData aliasMetaData, XContentBuilder builder, ToXContent.Params params)XContentBuilderAliasMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndexGraveyard.Tombstone. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndexGraveyard. toXContent(XContentBuilder builder, ToXContent.Params params)static voidIndexMetaData.Builder. toXContent(IndexMetaData indexMetaData, XContentBuilder builder, ToXContent.Params params)XContentBuilderIndexMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)static voidIndexTemplateMetaData.Builder. toXContent(IndexTemplateMetaData indexTemplateMetaData, XContentBuilder builder, ToXContent.Params params)Serializes the template to xContent, making sure not to nest mappings under the type name.XContentBuilderManifest. toXContent(XContentBuilder builder, ToXContent.Params params)static voidMetaData.Builder. toXContent(MetaData metaData, XContentBuilder builder, ToXContent.Params params)XContentBuilderMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMetaData.UnknownGatewayOnlyCustom. toXContent(XContentBuilder builder, ToXContent.Params params)static voidRepositoriesMetaData. toXContent(RepositoryMetaData repository, XContentBuilder builder, ToXContent.Params params)Serializes information about a single repositoryXContentBuilderRepositoriesMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)static voidIndexTemplateMetaData.Builder. toXContentWithTypes(IndexTemplateMetaData indexTemplateMetaData, XContentBuilder builder, ToXContent.Params params)Serializes the template to xContent, using the legacy format where the mappings are nested under the type name. -
Uses of XContentBuilder in org.elasticsearch.cluster.node
Methods in org.elasticsearch.cluster.node that return XContentBuilder Modifier and Type Method Description XContentBuilderDiscoveryNode. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.cluster.node with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderDiscoveryNode. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.cluster.routing
Methods in org.elasticsearch.cluster.routing that return XContentBuilder Modifier and Type Method Description XContentBuilderAllocationId. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRecoverySource. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderShardRouting. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderUnassignedInfo. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.cluster.routing with parameters of type XContentBuilder Modifier and Type Method Description voidRecoverySource. addAdditionalFields(XContentBuilder builder, ToXContent.Params params)to be overridden by subclassesvoidRecoverySource.ExistingStoreRecoverySource. addAdditionalFields(XContentBuilder builder, ToXContent.Params params)voidRecoverySource.SnapshotRecoverySource. addAdditionalFields(XContentBuilder builder, ToXContent.Params params)XContentBuilderAllocationId. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRecoverySource. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderShardRouting. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderUnassignedInfo. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.cluster.routing.allocation
Methods in org.elasticsearch.cluster.routing.allocation that return XContentBuilder Modifier and Type Method Description static XContentBuilderAbstractAllocationDecision. discoveryNodeToXContent(DiscoveryNode node, boolean outerObjectWritten, XContentBuilder builder)Generates X-Content for aDiscoveryNodethat leaves off some of the non-critical fields.XContentBuilderAbstractAllocationDecision. nodeDecisionsToXContent(List<NodeAllocationResult> nodeDecisions, XContentBuilder builder, ToXContent.Params params)Generates X-Content for the node-level decisions, creating the outer "node_decisions" object in which they are serialized.XContentBuilderAllocateUnassignedDecision. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMoveDecision. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNodeAllocationResult.ShardStoreInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNodeAllocationResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRerouteExplanation. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRoutingExplanations. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderShardAllocationDecision. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.cluster.routing.allocation with parameters of type XContentBuilder Modifier and Type Method Description static XContentBuilderAbstractAllocationDecision. discoveryNodeToXContent(DiscoveryNode node, boolean outerObjectWritten, XContentBuilder builder)Generates X-Content for aDiscoveryNodethat leaves off some of the non-critical fields.XContentBuilderAbstractAllocationDecision. nodeDecisionsToXContent(List<NodeAllocationResult> nodeDecisions, XContentBuilder builder, ToXContent.Params params)Generates X-Content for the node-level decisions, creating the outer "node_decisions" object in which they are serialized.XContentBuilderAllocateUnassignedDecision. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMoveDecision. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNodeAllocationResult.ShardStoreInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNodeAllocationResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRerouteExplanation. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRoutingExplanations. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderShardAllocationDecision. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.cluster.routing.allocation.command
Methods in org.elasticsearch.cluster.routing.allocation.command that return XContentBuilder Modifier and Type Method Description XContentBuilderAbstractAllocateAllocationCommand. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAllocationCommands. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCancelAllocationCommand. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMoveAllocationCommand. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.cluster.routing.allocation.command with parameters of type XContentBuilder Modifier and Type Method Description protected voidAbstractAllocateAllocationCommand. extraXContent(XContentBuilder builder)protected voidBasePrimaryAllocationCommand. extraXContent(XContentBuilder builder)XContentBuilderAbstractAllocateAllocationCommand. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAllocationCommands. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCancelAllocationCommand. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMoveAllocationCommand. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.cluster.routing.allocation.decider
Methods in org.elasticsearch.cluster.routing.allocation.decider that return XContentBuilder Modifier and Type Method Description XContentBuilderDecision.Multi. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDecision.Single. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.cluster.routing.allocation.decider with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderDecision.Multi. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDecision.Single. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.common
Methods in org.elasticsearch.common with parameters of type XContentBuilder Modifier and Type Method Description protected voidParsingException. metadataToXContent(XContentBuilder builder, ToXContent.Params params)static StringStrings. toString(XContentBuilder xContentBuilder)Returns a string representation of the builder (only applicable for text based xcontent).voidFieldMemoryStats. toXContent(XContentBuilder builder, String key, String rawKey, String readableKey)Generates x-content into the given builder for each of the fields in this stats instance -
Uses of XContentBuilder in org.elasticsearch.common.breaker
Methods in org.elasticsearch.common.breaker with parameters of type XContentBuilder Modifier and Type Method Description protected voidCircuitBreakingException. metadataToXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.common.bytes
Methods in org.elasticsearch.common.bytes that return XContentBuilder Modifier and Type Method Description XContentBuilderBytesReference. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.common.bytes with parameters of type XContentBuilder Modifier and Type Method Description static BytesReferenceBytesReference. bytes(XContentBuilder xContentBuilder)Convert anXContentBuilderinto a BytesReference.XContentBuilderBytesReference. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.common.document
Methods in org.elasticsearch.common.document that return XContentBuilder Modifier and Type Method Description XContentBuilderDocumentField. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.common.document with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderDocumentField. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.common.geo
Methods in org.elasticsearch.common.geo that return XContentBuilder Modifier and Type Method Description static XContentBuilderGeoJson. toXContent(Geometry geometry, XContentBuilder builder, ToXContent.Params params)XContentBuilderGeometryFormat. toXContent(Geometry geometry, XContentBuilder builder, ToXContent.Params params)Serializes the geometry into its JSON representationXContentBuilderGeoPoint. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.common.geo with parameters of type XContentBuilder Modifier and Type Method Description static XContentBuilderGeoJson. toXContent(Geometry geometry, XContentBuilder builder, ToXContent.Params params)XContentBuilderGeometryFormat. toXContent(Geometry geometry, XContentBuilder builder, ToXContent.Params params)Serializes the geometry into its JSON representationXContentBuilderGeoPoint. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.common.geo.builders
-
Uses of XContentBuilder in org.elasticsearch.common.geo.parsers
Methods in org.elasticsearch.common.geo.parsers that return XContentBuilder Modifier and Type Method Description XContentBuilderCoordinateNode. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.common.geo.parsers with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderCoordinateNode. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.common.settings
Methods in org.elasticsearch.common.settings that return XContentBuilder Modifier and Type Method Description XContentBuilderSetting. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSettings. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.common.settings with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderSetting. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSettings. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.common.text
Methods in org.elasticsearch.common.text that return XContentBuilder Modifier and Type Method Description XContentBuilderText. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.common.text with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderText. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.common.transport
Methods in org.elasticsearch.common.transport that return XContentBuilder Modifier and Type Method Description XContentBuilderTransportAddress. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.common.transport with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderTransportAddress. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.common.unit
Methods in org.elasticsearch.common.unit that return XContentBuilder Modifier and Type Method Description XContentBuilderByteSizeValue. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFuzziness. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.common.unit with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderByteSizeValue. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFuzziness. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.common.xcontent
Methods in org.elasticsearch.common.xcontent that return XContentBuilder Modifier and Type Method Description XContentBuilderXContentBuilder. array(String name, boolean[] values)XContentBuilderXContentBuilder. array(String name, double[] values)XContentBuilderXContentBuilder. array(String name, float[] values)XContentBuilderXContentBuilder. array(String name, int[] values)XContentBuilderXContentBuilder. array(String name, long[] values)XContentBuilderXContentBuilder. array(String name, short[] values)XContentBuilderXContentBuilder. array(String name, Object... values)XContentBuilderXContentBuilder. array(String name, String... values)XContentBuilderXContentBuilder. array(String name, BigDecimal[] values)XContentBuilderXContentBuilder. array(String name, BigInteger[] values)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 XContentBuilderXContentFactory. cborBuilder()Returns a content builder using CBOR format (XContentType.CBOR.static XContentBuilderXContentFactory. contentBuilder(XContentType type)Returns a binary content builder for the provided content type.static XContentBuilderXContentFactory. contentBuilder(XContentType type, OutputStream outputStream)Constructs a xcontent builder that will output the result into the provided output stream.XContentBuilderXContentBuilder. copyCurrentStructure(XContentParser parser)XContentBuilderXContentBuilder. endArray()XContentBuilderXContentBuilder. endObject()XContentBuilderXContentBuilder. field(String name)XContentBuilderXContentBuilder. field(String name, boolean value)XContentBuilderXContentBuilder. field(String name, byte value)XContentBuilderXContentBuilder. field(String name, byte[] value)XContentBuilderXContentBuilder. field(String name, byte[] value, int offset, int length)XContentBuilderXContentBuilder. field(String name, double value)XContentBuilderXContentBuilder. field(String name, float value)XContentBuilderXContentBuilder. field(String name, int value)XContentBuilderXContentBuilder. field(String name, long value)XContentBuilderXContentBuilder. field(String name, short value)XContentBuilderXContentBuilder. field(String name, Boolean value)XContentBuilderXContentBuilder. field(String name, Byte value)XContentBuilderXContentBuilder. field(String name, Double value)XContentBuilderXContentBuilder. field(String name, Float value)XContentBuilderXContentBuilder. field(String name, Integer value)XContentBuilderXContentBuilder. field(String name, Iterable<?> values)XContentBuilderXContentBuilder. field(String name, Long value)XContentBuilderXContentBuilder. field(String name, Object value)XContentBuilderXContentBuilder. field(String name, Short value)XContentBuilderXContentBuilder. field(String name, String value)XContentBuilderXContentBuilder. field(String name, BigDecimal value)XContentBuilderXContentBuilder. field(String name, BigInteger value)XContentBuilderXContentBuilder. field(String name, Map<String,Object> values)XContentBuilderXContentBuilder. field(String name, ToXContent value)XContentBuilderXContentBuilder. field(String name, ToXContent value, ToXContent.Params params)XContentBuilderXContentBuilder. humanReadable(boolean humanReadable)Set the "human readable" flag.XContentBuilderXContentBuilder. humanReadableField(String rawFieldName, String readableFieldName, Object value)static XContentBuilderXContentFactory. jsonBuilder()Returns a content builder using JSON format (XContentType.JSON.static XContentBuilderXContentFactory. jsonBuilder(OutputStream os)Constructs a new json builder that will output the result into the provided output stream.XContentBuilderXContentBuilder. latlon(double lat, double lon)XContentBuilderXContentBuilder. latlon(String name, double lat, double lon)XContentBuilderXContentBuilder. lfAtEnd()Indicate that the currentXContentBuildermust write a line feed ("\n") at the end of the built object.XContentBuilderXContentBuilder. map(Map<String,?> values)XContentBuilderXContentBuilder. mapContents(Map<String,?> values)writes a map without the start object and end object headersXContentBuilderXContentBuilder. nullField(String name)XContentBuilderXContentBuilder. nullValue()XContentBuilderXContentBuilder. percentageField(String rawFieldName, String readableFieldName, double percentage)XContentBuilderXContentBuilder. prettyPrint()XContentBuilderXContentBuilder. rawField(String name, InputStream value)Deprecated.userawField(String, InputStream, XContentType)to avoid content type auto-detectionXContentBuilderXContentBuilder. rawField(String name, InputStream value, XContentType contentType)Writes a raw field with the value taken from the bytes in the streamXContentBuilderXContentBuilder. rawValue(InputStream stream, XContentType contentType)Writes a value with the source coming directly from the bytes in the streamstatic XContentBuilderXContentFactory. smileBuilder()Returns a content builder using SMILE format (XContentType.SMILE.XContentBuilderXContentBuilder. startArray()XContentBuilderXContentBuilder. startArray(String name)XContentBuilderXContentBuilder. startObject()XContentBuilderXContentBuilder. startObject(String name)XContentBuilderXContentBuilder. timeField(String name, Object timeValue)Write a time-based field and value, if the passed timeValue is null a null value is written, otherwise a date transformers lookup is performed.XContentBuilderXContentBuilder. timeField(String name, String readableName, long value)If thehumanReadableflag is set, writes both a formatted and unformatted version of the time value using the date transformer for theLongclass.XContentBuilderXContentBuilder. timeValue(Object timeValue)Write a time-based value, if the value is null a null value is written, otherwise a date transformers lookup is performed.XContentBuilderToXContent. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderXContentBuilder. utf8Value(byte[] bytes, int offset, int length)Writes the binary content of the given byte array as UTF-8 bytes.XContentBuilderXContentBuilder. value(boolean value)XContentBuilderXContentBuilder. value(byte value)XContentBuilderXContentBuilder. value(byte[] value)XContentBuilderXContentBuilder. value(byte[] value, int offset, int length)XContentBuilderXContentBuilder. value(double value)XContentBuilderXContentBuilder. value(float value)XContentBuilderXContentBuilder. value(int value)XContentBuilderXContentBuilder. value(long value)XContentBuilderXContentBuilder. value(short value)XContentBuilderXContentBuilder. value(Boolean value)XContentBuilderXContentBuilder. value(Byte value)XContentBuilderXContentBuilder. value(Double value)XContentBuilderXContentBuilder. value(Float value)XContentBuilderXContentBuilder. value(Integer value)XContentBuilderXContentBuilder. value(Long value)XContentBuilderXContentBuilder. value(Object value)XContentBuilderXContentBuilder. value(Short value)XContentBuilderXContentBuilder. value(String value)XContentBuilderXContentBuilder. value(BigDecimal value)XContentBuilderXContentBuilder. value(BigInteger value)XContentBuilderXContentBuilder. value(Path value)static XContentBuilderXContentFactory. yamlBuilder()Returns a content builder using YAML format (XContentType.YAML.Methods in org.elasticsearch.common.xcontent with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderToXContent. toXContent(XContentBuilder builder, ToXContent.Params params)voidXContentBuilder.Writer. write(XContentBuilder builder, Object value)static voidXContentHelper. writeRawField(String field, BytesReference source, XContentBuilder builder, ToXContent.Params params)Deprecated.useXContentHelper.writeRawField(String, BytesReference, XContentType, XContentBuilder, Params)to avoid content type auto-detectionstatic voidXContentHelper. writeRawField(String field, BytesReference source, XContentType xContentType, XContentBuilder builder, ToXContent.Params params)Writes a "raw" (bytes) field, handling cases where the bytes are compressed, and tries to optimize writing usingrawField(String, InputStream, XContentType). -
Uses of XContentBuilder in org.elasticsearch.common.xcontent.json
Methods in org.elasticsearch.common.xcontent.json that return XContentBuilder Modifier and Type Method Description static XContentBuilderJsonXContent. contentBuilder() -
Uses of XContentBuilder in org.elasticsearch.discovery
Methods in org.elasticsearch.discovery that return XContentBuilder Modifier and Type Method Description XContentBuilderDiscoveryStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.discovery with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderDiscoveryStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.discovery.zen
Methods in org.elasticsearch.discovery.zen that return XContentBuilder Modifier and Type Method Description XContentBuilderPendingClusterStateStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPublishClusterStateStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.discovery.zen with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderPendingClusterStateStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPublishClusterStateStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.gateway
Methods in org.elasticsearch.gateway that return XContentBuilder Modifier and Type Method Description protected XContentBuilderMetaDataStateFormat. newXContentBuilder(XContentType type, OutputStream stream)Methods in org.elasticsearch.gateway with parameters of type XContentBuilder Modifier and Type Method Description abstract voidMetaDataStateFormat. toXContent(XContentBuilder builder, T state)Writes the given state to the given XContentBuilder Subclasses need to implement this class for theirs specific state. -
Uses of XContentBuilder in org.elasticsearch.http
Methods in org.elasticsearch.http that return XContentBuilder Modifier and Type Method Description XContentBuilderHttpInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHttpStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.http with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderHttpInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHttpStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index
Methods in org.elasticsearch.index that return XContentBuilder Modifier and Type Method Description XContentBuilderIndex. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderIndex. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.analysis
Methods in org.elasticsearch.index.analysis that return XContentBuilder Modifier and Type Method Description XContentBuilderNameOrDefinition. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.analysis with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderNameOrDefinition. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.cache.query
Methods in org.elasticsearch.index.cache.query that return XContentBuilder Modifier and Type Method Description XContentBuilderQueryCacheStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.cache.query with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderQueryCacheStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.cache.request
Methods in org.elasticsearch.index.cache.request that return XContentBuilder Modifier and Type Method Description XContentBuilderRequestCacheStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.cache.request with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRequestCacheStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.engine
Methods in org.elasticsearch.index.engine that return XContentBuilder Modifier and Type Method Description XContentBuilderCommitStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSegmentsStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.engine with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderCommitStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSegmentsStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.fielddata
Methods in org.elasticsearch.index.fielddata that return XContentBuilder Modifier and Type Method Description XContentBuilderFieldDataStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.fielddata with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderFieldDataStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.flush
Methods in org.elasticsearch.index.flush that return XContentBuilder Modifier and Type Method Description XContentBuilderFlushStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.flush with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderFlushStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.get
Methods in org.elasticsearch.index.get that return XContentBuilder Modifier and Type Method Description XContentBuilderGetResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetResult. toXContentEmbedded(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.get with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderGetResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGetResult. toXContentEmbedded(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper with parameters of type XContentBuilder Modifier and Type Method Description protected voidObjectMapper. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidRootObjectMapper. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidFieldMapper. doXContentAnalyzers(XContentBuilder builder, boolean includeDefaults)voidAbstractGeometryFieldMapper. doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)protected voidBooleanFieldMapper. doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)protected voidDateFieldMapper. doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)protected voidFieldMapper. doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)protected voidGeoPointFieldMapper. doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)protected voidIpFieldMapper. doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)protected voidKeywordFieldMapper. doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)voidLegacyGeoShapeFieldMapper. doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)Deprecated.protected voidNumberFieldMapper. doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)protected voidRangeFieldMapper. doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)protected voidTextFieldMapper. doXContentBody(XContentBuilder builder, boolean includeDefaults, ToXContent.Params params)protected voidFieldMapper. doXContentDocValues(XContentBuilder builder, boolean includeDefaults)XContentBuilderAllFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCompletionFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDocumentMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDynamicTemplate. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFieldAliasMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFieldMapper.CopyTo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFieldMapper.MultiFields. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFieldNamesFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIdFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIgnoredFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndexFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMapping. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderObjectMapper. toXContent(XContentBuilder builder, ToXContent.Params params)voidObjectMapper. toXContent(XContentBuilder builder, ToXContent.Params params, ToXContent custom)XContentBuilderRoutingFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSeqNoFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSourceFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTypeFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderVersionFieldMapper. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.merge
Methods in org.elasticsearch.index.merge that return XContentBuilder Modifier and Type Method Description XContentBuilderMergeStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.merge with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderMergeStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query with parameters of type XContentBuilder Modifier and Type Method Description protected abstract voidAbstractGeometryQueryBuilder. doShapeQueryXContent(XContentBuilder builder, ToXContent.Params params)writes the xcontent specific to this shape queryvoidGeoShapeQueryBuilder. doShapeQueryXContent(XContentBuilder builder, ToXContent.Params params)protected voidAbstractGeometryQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected abstract voidAbstractQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidBaseTermQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidBoolQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidBoostingQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidCommonTermsQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)Deprecated.protected voidConstantScoreQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidDisMaxQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidDistanceFeatureQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidExistsQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidFieldMaskingSpanQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidFuzzyQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidGeoBoundingBoxQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidGeoDistanceQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidGeoPolygonQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidIdsQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidIntervalQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidMatchAllQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidMatchBoolPrefixQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidMatchNoneQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidMatchPhrasePrefixQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidMatchPhraseQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)voidMatchQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidMoreLikeThisQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)voidMultiMatchQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidNestedQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)voidPrefixQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidQueryStringQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidRangeQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidRegexpQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidScriptQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params builderParams)protected voidSimpleQueryStringBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidSpanContainingQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidSpanFirstQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidSpanMultiTermQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidSpanNearQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidSpanNotQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidSpanOrQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidSpanWithinQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidTermsQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidTermsSetQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidTypeQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidWildcardQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidWrapperQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidAbstractQueryBuilder. printBoostAndQueryName(XContentBuilder builder)XContentBuilderAbstractQueryBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInnerHitBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIntervalsSourceProvider.Combine. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIntervalsSourceProvider.Disjunction. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIntervalsSourceProvider.IntervalFilter. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIntervalsSourceProvider.Match. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIntervalsSourceProvider.Prefix. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIntervalsSourceProvider.Wildcard. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMoreLikeThisQueryBuilder.Item. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSpanNearQueryBuilder.SpanGapQueryBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)Constructors in org.elasticsearch.index.query with parameters of type XContentBuilder Constructor Description Item(String index, String type, XContentBuilder doc)Deprecated.Types are in the process of being removed, useItem(java.lang.String,org.elasticsearch.common.xcontent.XContentBuilder)instead.Item(String index, XContentBuilder doc)Constructor for an artificial document request, that is not present in the index. -
Uses of XContentBuilder in org.elasticsearch.index.query.functionscore
Methods in org.elasticsearch.index.query.functionscore that return XContentBuilder Modifier and Type Method Description XContentBuilderFunctionScoreQueryBuilder.FilterFunctionBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderScoreFunctionBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.query.functionscore with parameters of type XContentBuilder Modifier and Type Method Description voidDecayFunctionBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)voidFieldValueFactorFunctionBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidFunctionScoreQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)voidRandomScoreFunctionBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected abstract voidScoreFunctionBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)Convert this subclass's data into XContent.voidScriptScoreFunctionBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidScriptScoreQueryBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected voidWeightBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFunctionScoreQueryBuilder.FilterFunctionBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderScoreFunctionBuilder. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.rankeval
Methods in org.elasticsearch.index.rankeval that return XContentBuilder Modifier and Type Method Description XContentBuilderMetricDetail. innerToXContent(XContentBuilder builder, ToXContent.Params params)Implementations should write their own fields to theXContentBuilderpassed in.XContentBuilderEvalQueryQuality. toXContent(XContentBuilder builder, ToXContent.Params params)default XContentBuilderMetricDetail. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRankEvalResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRankEvalSpec. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRatedDocument. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRatedRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRatedSearchHit. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.rankeval with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderMetricDetail. innerToXContent(XContentBuilder builder, ToXContent.Params params)Implementations should write their own fields to theXContentBuilderpassed in.XContentBuilderEvalQueryQuality. toXContent(XContentBuilder builder, ToXContent.Params params)default XContentBuilderMetricDetail. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRankEvalResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRankEvalSpec. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRatedDocument. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRatedRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRatedSearchHit. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.recovery
Methods in org.elasticsearch.index.recovery that return XContentBuilder Modifier and Type Method Description XContentBuilderRecoveryStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.recovery with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRecoveryStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.refresh
Methods in org.elasticsearch.index.refresh that return XContentBuilder Modifier and Type Method Description XContentBuilderRefreshStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.refresh with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRefreshStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.reindex
-
Uses of XContentBuilder in org.elasticsearch.index.search.stats
Methods in org.elasticsearch.index.search.stats that return XContentBuilder Modifier and Type Method Description XContentBuilderSearchStats.Stats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.search.stats with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderSearchStats.Stats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.seqno
Methods in org.elasticsearch.index.seqno that return XContentBuilder Modifier and Type Method Description XContentBuilderRetentionLease. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRetentionLeases. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRetentionLeaseStats. toXContent(XContentBuilder builder, ToXContent.Params params)Converts the retention lease stats toXContentusing the specified builder and pararms.XContentBuilderSeqNoStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.seqno with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRetentionLease. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRetentionLeases. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRetentionLeaseStats. toXContent(XContentBuilder builder, ToXContent.Params params)Converts the retention lease stats toXContentusing the specified builder and pararms.XContentBuilderSeqNoStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.shard
Methods in org.elasticsearch.index.shard that return XContentBuilder Modifier and Type Method Description XContentBuilderDocsStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndexingStats.Stats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndexingStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPrimaryReplicaSyncer.ResyncTask.Status. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderShardId. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.shard with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderDocsStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndexingStats.Stats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIndexingStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPrimaryReplicaSyncer.ResyncTask.Status. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderShardId. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.snapshots.blobstore
Methods in org.elasticsearch.index.snapshots.blobstore that return XContentBuilder Modifier and Type Method Description XContentBuilderBlobStoreIndexShardSnapshot. toXContent(XContentBuilder builder, ToXContent.Params params)Serializes shard snapshot metadata info into JSONXContentBuilderBlobStoreIndexShardSnapshots. toXContent(XContentBuilder builder, ToXContent.Params params)Writes index file for the shard in the following format.Methods in org.elasticsearch.index.snapshots.blobstore with parameters of type XContentBuilder Modifier and Type Method Description static voidBlobStoreIndexShardSnapshot.FileInfo. toXContent(BlobStoreIndexShardSnapshot.FileInfo file, XContentBuilder builder, ToXContent.Params params)Serializes file info into JSONXContentBuilderBlobStoreIndexShardSnapshot. toXContent(XContentBuilder builder, ToXContent.Params params)Serializes shard snapshot metadata info into JSONXContentBuilderBlobStoreIndexShardSnapshots. toXContent(XContentBuilder builder, ToXContent.Params params)Writes index file for the shard in the following format. -
Uses of XContentBuilder in org.elasticsearch.index.store
Methods in org.elasticsearch.index.store that return XContentBuilder Modifier and Type Method Description XContentBuilderStoreStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.store with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderStoreStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.translog
Methods in org.elasticsearch.index.translog that return XContentBuilder Modifier and Type Method Description XContentBuilderTranslogStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.translog with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderTranslogStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.index.warmer
Methods in org.elasticsearch.index.warmer that return XContentBuilder Modifier and Type Method Description XContentBuilderWarmerStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.index.warmer with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderWarmerStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.indices
Methods in org.elasticsearch.indices that return XContentBuilder Modifier and Type Method Description XContentBuilderNodeIndicesStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermsLookup. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.indices with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderNodeIndicesStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermsLookup. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.indices.breaker
Methods in org.elasticsearch.indices.breaker that return XContentBuilder Modifier and Type Method Description XContentBuilderAllCircuitBreakerStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCircuitBreakerStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.indices.breaker with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderAllCircuitBreakerStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCircuitBreakerStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.indices.recovery
Methods in org.elasticsearch.indices.recovery that return XContentBuilder Modifier and Type Method Description XContentBuilderRecoveryState.File. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRecoveryState.Index. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRecoveryState. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRecoveryState.Translog. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRecoveryState.VerifyIndex. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.indices.recovery with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRecoveryState.File. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRecoveryState.Index. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRecoveryState. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRecoveryState.Translog. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRecoveryState.VerifyIndex. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.ingest
Methods in org.elasticsearch.ingest that return XContentBuilder Modifier and Type Method Description XContentBuilderIngestInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIngestMetadata. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIngestStats.Stats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIngestStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPipelineConfiguration. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderProcessorInfo. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.ingest with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderIngestInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIngestMetadata. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIngestStats.Stats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderIngestStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPipelineConfiguration. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderProcessorInfo. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.monitor.fs
Methods in org.elasticsearch.monitor.fs that return XContentBuilder Modifier and Type Method Description XContentBuilderFsInfo.DeviceStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFsInfo.IoStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFsInfo.Path. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFsInfo. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.monitor.fs with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderFsInfo.DeviceStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFsInfo.IoStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFsInfo.Path. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFsInfo. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.monitor.jvm
Methods in org.elasticsearch.monitor.jvm that return XContentBuilder Modifier and Type Method Description XContentBuilderJvmInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderJvmStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.monitor.jvm with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderJvmInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderJvmStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.monitor.os
Methods in org.elasticsearch.monitor.os that return XContentBuilder Modifier and Type Method Description XContentBuilderOsInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats.Cgroup.CpuStat. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats.Cgroup. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats.Cpu. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats.Mem. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats.Swap. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.monitor.os with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderOsInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats.Cgroup.CpuStat. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats.Cgroup. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats.Cpu. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats.Mem. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats.Swap. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderOsStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.monitor.process
Methods in org.elasticsearch.monitor.process that return XContentBuilder Modifier and Type Method Description XContentBuilderProcessInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderProcessStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.monitor.process with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderProcessInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderProcessStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.node
Methods in org.elasticsearch.node that return XContentBuilder Modifier and Type Method Description XContentBuilderAdaptiveSelectionStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.node with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderAdaptiveSelectionStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.persistent
Methods in org.elasticsearch.persistent that return XContentBuilder Modifier and Type Method Description XContentBuilderPersistentTasksCustomMetaData.PersistentTask. toXContent(XContentBuilder builder, ToXContent.Params xParams)XContentBuilderPersistentTasksCustomMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPersistentTasksNodeService.Status. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.persistent with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderPersistentTasksCustomMetaData.PersistentTask. toXContent(XContentBuilder builder, ToXContent.Params xParams)XContentBuilderPersistentTasksCustomMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPersistentTasksNodeService.Status. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins that return XContentBuilder Modifier and Type Method Description XContentBuilderPluginInfo. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.plugins with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderPluginInfo. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.repositories
Methods in org.elasticsearch.repositories that return XContentBuilder Modifier and Type Method Description XContentBuilderRepositoryData. snapshotsToXContent(XContentBuilder builder)Writes the snapshots metadata and the related indices metadata to x-content.XContentBuilderIndexId. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRepositoryCleanupResult. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.repositories with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRepositoryData. snapshotsToXContent(XContentBuilder builder)Writes the snapshots metadata and the related indices metadata to x-content.XContentBuilderIndexId. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRepositoryCleanupResult. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.rest
Methods in org.elasticsearch.rest that return XContentBuilder Modifier and Type Method Description XContentBuilderRestChannel. newBuilder()XContentBuilderRestChannel. newBuilder(XContentType xContentType, boolean useFiltering)XContentBuilderRestChannel. newBuilder(XContentType xContentType, XContentType responseContentType, boolean useFiltering)XContentBuilderRestChannel. newErrorBuilder()Constructors in org.elasticsearch.rest with parameters of type XContentBuilder Constructor Description BytesRestResponse(RestStatus status, XContentBuilder builder)Creates a new response based onXContentBuilder. -
Uses of XContentBuilder in org.elasticsearch.rest.action
Methods in org.elasticsearch.rest.action with parameters of type XContentBuilder Modifier and Type Method Description static voidRestActions. buildBroadcastShardsHeader(XContentBuilder builder, ToXContent.Params params, int total, int successful, int skipped, int failed, ShardOperationFailedException[] shardFailures)static voidRestActions. buildBroadcastShardsHeader(XContentBuilder builder, ToXContent.Params params, BroadcastResponse response)static voidRestActions. buildNodesHeader(XContentBuilder builder, ToXContent.Params params, int total, int successful, int failed, List<FailedNodeException> failures)Create the XContent header for anyBaseNodesResponse.static <NodeResponse extends BaseNodeResponse>
voidRestActions. buildNodesHeader(XContentBuilder builder, ToXContent.Params params, BaseNodesResponse<NodeResponse> response)Create the XContent header for anyBaseNodesResponse.RestResponseRestActions.NodesResponseRestListener. buildResponse(NodesResponse response, XContentBuilder builder)abstract RestResponseRestBuilderListener. buildResponse(Response response, XContentBuilder builder)Builds a response to send back over the channel.RestResponseRestStatusToXContentListener. buildResponse(Response response, XContentBuilder builder)RestResponseRestToXContentListener. buildResponse(Response response, XContentBuilder builder)static <NodesResponse extends BaseNodesResponse & ToXContent>
BytesRestResponseRestActions. nodesResponse(XContentBuilder builder, ToXContent.Params params, NodesResponse response) -
Uses of XContentBuilder in org.elasticsearch.script
Methods in org.elasticsearch.script that return XContentBuilder Modifier and Type Method Description XContentBuilderScript. toXContent(XContentBuilder builder, ToXContent.Params builderParams)This will build scripts into the following XContent structure:{ "<(id, source)>" : "<idOrCode>", "lang" : "<lang>", "options" : { "option0" : "<option0>", "option1" : "<option1>", ... }, "params" : { "param0" : "<param0>", "param1" : "<param1>", ... } }Example:{ "source" : "return Math.log(doc.popularity) * params.multiplier;", "lang" : "painless", "params" : { "multiplier" : 100.0 } }Note that lang, options, and params will only be included if there have been any specified.XContentBuilderScriptMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)This will write XContent fromScriptMetaData.XContentBuilderScriptStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderStoredScriptSource. toXContent(XContentBuilder builder, ToXContent.Params params)This will write XContent from aStoredScriptSource.Methods in org.elasticsearch.script with parameters of type XContentBuilder Modifier and Type Method Description protected voidScriptException. metadataToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderScript. toXContent(XContentBuilder builder, ToXContent.Params builderParams)This will build scripts into the following XContent structure:{ "<(id, source)>" : "<idOrCode>", "lang" : "<lang>", "options" : { "option0" : "<option0>", "option1" : "<option1>", ... }, "params" : { "param0" : "<param0>", "param1" : "<param1>", ... } }Example:{ "source" : "return Math.log(doc.popularity) * params.multiplier;", "lang" : "painless", "params" : { "multiplier" : 100.0 } }Note that lang, options, and params will only be included if there have been any specified.XContentBuilderScriptMetaData. toXContent(XContentBuilder builder, ToXContent.Params params)This will write XContent fromScriptMetaData.XContentBuilderScriptStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderStoredScriptSource. toXContent(XContentBuilder builder, ToXContent.Params params)This will write XContent from aStoredScriptSource. -
Uses of XContentBuilder in org.elasticsearch.script.mustache
Methods in org.elasticsearch.script.mustache that return XContentBuilder Modifier and Type Method Description XContentBuilderMultiSearchTemplateResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchTemplateRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchTemplateResponse. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.script.mustache with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderMultiSearchTemplateResponse. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchTemplateRequest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchTemplateResponse. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search
Methods in org.elasticsearch.search that return XContentBuilder Modifier and Type Method Description XContentBuilderSearchHit. toInnerXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchHit.NestedIdentity. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchHit. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchHits. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchSortValues. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search with parameters of type XContentBuilder Modifier and Type Method Description protected voidSearchParseException. metadataToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchHit. toInnerXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchHit.NestedIdentity. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchHit. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchHits. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchSortValues. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.aggregations
Methods in org.elasticsearch.search.aggregations with parameters of type XContentBuilder Modifier and Type Method Description abstract XContentBuilderInternalAggregation. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected abstract XContentBuilderParsedAggregation. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderParsedMultiBucketAggregation. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected abstract XContentBuilderAbstractAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderParsedMultiBucketAggregation.ParsedBucket. keyToXContent(XContentBuilder builder)protected voidMultiBucketConsumerService.TooManyBucketsException. metadataToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAbstractAggregationBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAggregations. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAggregatorFactories.Builder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInternalAggregation. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInternalOrder.CompoundOrder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInternalOrder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderParsedAggregation. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderParsedMultiBucketAggregation.ParsedBucket. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAggregations. toXContentInternal(XContentBuilder builder, ToXContent.Params params)Directly write all the aggregations without their bounding object. -
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket
Methods in org.elasticsearch.search.aggregations.bucket that return XContentBuilder Modifier and Type Method Description XContentBuilderInternalSingleBucketAggregation. doXContentBody(XContentBuilder builder, ToXContent.Params params)XContentBuilderParsedSingleBucketAggregation. doXContentBody(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.aggregations.bucket with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderInternalSingleBucketAggregation. doXContentBody(XContentBuilder builder, ToXContent.Params params)XContentBuilderParsedSingleBucketAggregation. doXContentBody(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.adjacency
Methods in org.elasticsearch.search.aggregations.bucket.adjacency that return XContentBuilder Modifier and Type Method Description XContentBuilderInternalAdjacencyMatrix. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderAdjacencyMatrixAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAdjacencyMatrixAggregator.KeyedFilter. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInternalAdjacencyMatrix.InternalBucket. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.aggregations.bucket.adjacency with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderInternalAdjacencyMatrix. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderAdjacencyMatrixAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderAdjacencyMatrixAggregator.KeyedFilter. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInternalAdjacencyMatrix.InternalBucket. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.composite
Methods in org.elasticsearch.search.aggregations.bucket.composite with parameters of type XContentBuilder Modifier and Type Method Description static XContentBuilderCompositeAggregation. bucketToXContent(CompositeAggregation.Bucket bucket, XContentBuilder builder, ToXContent.Params params)static voidCompositeAggregation. buildCompositeMap(String fieldName, Map<String,Object> composite, XContentBuilder builder)protected abstract voidCompositeValuesSourceBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected voidDateHistogramValuesSourceBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected voidGeoTileGridValuesSourceBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected voidHistogramValuesSourceBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)XContentBuilderInternalComposite. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderParsedComposite. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected voidTermsValuesSourceBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderCompositeAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCompositeValuesSourceBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)static XContentBuilderCompositeValuesSourceParserHelper. toXContent(CompositeValuesSourceBuilder<?> source, XContentBuilder builder, ToXContent.Params params)XContentBuilderInternalComposite.InternalBucket. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderParsedComposite.ParsedBucket. toXContent(XContentBuilder builder, ToXContent.Params params)static XContentBuilderCompositeAggregation. toXContentFragment(CompositeAggregation aggregation, XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.filter
Methods in org.elasticsearch.search.aggregations.bucket.filter that return XContentBuilder Modifier and Type Method Description XContentBuilderInternalFilters. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderFilterAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderFiltersAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFiltersAggregator.KeyedFilter. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInternalFilters.InternalBucket. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderParsedFilters.ParsedBucket. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.aggregations.bucket.filter with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderInternalFilters. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderFilterAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderFiltersAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFiltersAggregator.KeyedFilter. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderInternalFilters.InternalBucket. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderParsedFilters.ParsedBucket. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.geogrid
Methods in org.elasticsearch.search.aggregations.bucket.geogrid that return XContentBuilder Modifier and Type Method Description protected XContentBuilderGeoGridAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)XContentBuilderInternalGeoGrid. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderParsedGeoGridBucket. keyToXContent(XContentBuilder builder)XContentBuilderInternalGeoGridBucket. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.aggregations.bucket.geogrid with parameters of type XContentBuilder Modifier and Type Method Description protected XContentBuilderGeoGridAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)XContentBuilderInternalGeoGrid. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderParsedGeoGridBucket. keyToXContent(XContentBuilder builder)XContentBuilderInternalGeoGridBucket. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.global
Methods in org.elasticsearch.search.aggregations.bucket.global that return XContentBuilder Modifier and Type Method Description protected XContentBuilderGlobalAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.aggregations.bucket.global with parameters of type XContentBuilder Modifier and Type Method Description protected XContentBuilderGlobalAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.histogram
-
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.missing
Methods in org.elasticsearch.search.aggregations.bucket.missing that return XContentBuilder Modifier and Type Method Description XContentBuilderMissingAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.aggregations.bucket.missing with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderMissingAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.nested
Methods in org.elasticsearch.search.aggregations.bucket.nested that return XContentBuilder Modifier and Type Method Description protected XContentBuilderNestedAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderReverseNestedAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.aggregations.bucket.nested with parameters of type XContentBuilder Modifier and Type Method Description protected XContentBuilderNestedAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderReverseNestedAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.range
-
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.sampler
Methods in org.elasticsearch.search.aggregations.bucket.sampler that return XContentBuilder Modifier and Type Method Description protected XContentBuilderDiversifiedAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)XContentBuilderUnmappedSampler. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderSamplerAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.aggregations.bucket.sampler with parameters of type XContentBuilder Modifier and Type Method Description protected XContentBuilderDiversifiedAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)XContentBuilderUnmappedSampler. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderSamplerAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.significant
Methods in org.elasticsearch.search.aggregations.bucket.significant that return XContentBuilder Modifier and Type Method Description XContentBuilderInternalMappedSignificantTerms. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderParsedSignificantTerms. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderSignificantTermsAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)XContentBuilderUnmappedSignificantTerms. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderSignificantTextAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)protected abstract XContentBuilderInternalSignificantTerms.Bucket. keyToXContent(XContentBuilder builder)protected XContentBuilderParsedSignificantLongTerms.ParsedBucket. keyToXContent(XContentBuilder builder)protected XContentBuilderParsedSignificantStringTerms.ParsedBucket. keyToXContent(XContentBuilder builder)protected abstract XContentBuilderParsedSignificantTerms.ParsedBucket. keyToXContent(XContentBuilder builder)protected XContentBuilderSignificantStringTerms.Bucket. keyToXContent(XContentBuilder builder)XContentBuilderInternalSignificantTerms.Bucket. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderParsedSignificantTerms.ParsedBucket. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.aggregations.bucket.significant with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderInternalMappedSignificantTerms. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderParsedSignificantTerms. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderSignificantTermsAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)XContentBuilderUnmappedSignificantTerms. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderSignificantTextAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)protected abstract XContentBuilderInternalSignificantTerms.Bucket. keyToXContent(XContentBuilder builder)protected XContentBuilderParsedSignificantLongTerms.ParsedBucket. keyToXContent(XContentBuilder builder)protected XContentBuilderParsedSignificantStringTerms.ParsedBucket. keyToXContent(XContentBuilder builder)protected abstract XContentBuilderParsedSignificantTerms.ParsedBucket. keyToXContent(XContentBuilder builder)protected XContentBuilderSignificantStringTerms.Bucket. keyToXContent(XContentBuilder builder)XContentBuilderInternalSignificantTerms.Bucket. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderParsedSignificantTerms.ParsedBucket. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.significant.heuristics
-
Uses of XContentBuilder in org.elasticsearch.search.aggregations.bucket.terms
-
Uses of XContentBuilder in org.elasticsearch.search.aggregations.metrics
-
Uses of XContentBuilder in org.elasticsearch.search.aggregations.pipeline
-
Uses of XContentBuilder in org.elasticsearch.search.aggregations.support
Methods in org.elasticsearch.search.aggregations.support that return XContentBuilder Modifier and Type Method Description protected abstract XContentBuilderMultiValuesSourceAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected abstract XContentBuilderValuesSourceAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiValuesSourceAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderValuesSourceAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiValuesSourceFieldConfig. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.aggregations.support with parameters of type XContentBuilder Modifier and Type Method Description protected abstract XContentBuilderMultiValuesSourceAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)protected abstract XContentBuilderValuesSourceAggregationBuilder. doXContentBody(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiValuesSourceAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderValuesSourceAggregationBuilder. internalXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderMultiValuesSourceFieldConfig. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.builder
Methods in org.elasticsearch.search.builder that return XContentBuilder Modifier and Type Method Description XContentBuilderSearchSourceBuilder. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchSourceBuilder.IndexBoost. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchSourceBuilder.ScriptField. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchSourceBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.builder with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderSearchSourceBuilder. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchSourceBuilder.IndexBoost. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchSourceBuilder.ScriptField. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchSourceBuilder. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.collapse
Methods in org.elasticsearch.search.collapse that return XContentBuilder Modifier and Type Method Description XContentBuilderCollapseBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.collapse with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderCollapseBuilder. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.fetch
Methods in org.elasticsearch.search.fetch with parameters of type XContentBuilder Modifier and Type Method Description voidStoredFieldsContext. toXContent(String preferredName, XContentBuilder builder) -
Uses of XContentBuilder in org.elasticsearch.search.fetch.subphase
Methods in org.elasticsearch.search.fetch.subphase that return XContentBuilder Modifier and Type Method Description XContentBuilderFetchSourceContext. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.fetch.subphase with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderFetchSourceContext. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.fetch.subphase.highlight
Methods in org.elasticsearch.search.fetch.subphase.highlight that return XContentBuilder Modifier and Type Method Description XContentBuilderAbstractHighlighterBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHighlightBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHighlightField. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.fetch.subphase.highlight with parameters of type XContentBuilder Modifier and Type Method Description protected abstract voidAbstractHighlighterBuilder. innerXContent(XContentBuilder builder)voidHighlightBuilder.Field. innerXContent(XContentBuilder builder)voidHighlightBuilder. innerXContent(XContentBuilder builder)XContentBuilderAbstractHighlighterBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHighlightBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderHighlightField. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.profile
Methods in org.elasticsearch.search.profile that return XContentBuilder Modifier and Type Method Description XContentBuilderProfileResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchProfileShardResults. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.profile with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderProfileResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSearchProfileShardResults. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.profile.aggregation
Methods in org.elasticsearch.search.profile.aggregation that return XContentBuilder Modifier and Type Method Description XContentBuilderAggregationProfileShardResult. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.profile.aggregation with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderAggregationProfileShardResult. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.profile.query
Methods in org.elasticsearch.search.profile.query that return XContentBuilder Modifier and Type Method Description XContentBuilderCollectorResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderQueryProfileShardResult. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.profile.query with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderCollectorResult. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderQueryProfileShardResult. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.rescore
Methods in org.elasticsearch.search.rescore that return XContentBuilder Modifier and Type Method Description XContentBuilderRescorerBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.rescore with parameters of type XContentBuilder Modifier and Type Method Description voidQueryRescorerBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)protected abstract voidRescorerBuilder. doXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRescorerBuilder. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.searchafter
Methods in org.elasticsearch.search.searchafter that return XContentBuilder Modifier and Type Method Description XContentBuilderSearchAfterBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.searchafter with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderSearchAfterBuilder. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.slice
Methods in org.elasticsearch.search.slice that return XContentBuilder Modifier and Type Method Description XContentBuilderSliceBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.slice with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderSliceBuilder. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.sort
Methods in org.elasticsearch.search.sort that return XContentBuilder Modifier and Type Method Description XContentBuilderFieldSortBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGeoDistanceSortBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNestedSortBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderScoreSortBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderScriptSortBuilder. toXContent(XContentBuilder builder, ToXContent.Params builderParams)Methods in org.elasticsearch.search.sort with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderFieldSortBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderGeoDistanceSortBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderNestedSortBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderScoreSortBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderScriptSortBuilder. toXContent(XContentBuilder builder, ToXContent.Params builderParams) -
Uses of XContentBuilder in org.elasticsearch.search.suggest
Methods in org.elasticsearch.search.suggest that return XContentBuilder Modifier and Type Method Description protected abstract XContentBuilderSuggestionBuilder. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggest.Suggestion.Entry.Option. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggest.Suggestion.Entry. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggest.Suggestion. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggestBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggestionBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.suggest with parameters of type XContentBuilder Modifier and Type Method Description protected abstract XContentBuilderSuggestionBuilder. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggest.Suggestion.Entry.Option. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggest.Suggestion.Entry. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggest.Suggestion. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggest. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggestBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSuggestionBuilder. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.suggest.completion
Methods in org.elasticsearch.search.suggest.completion that return XContentBuilder Modifier and Type Method Description protected XContentBuilderCompletionSuggestionBuilder. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCompletionStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCompletionSuggestion.Entry.Option. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFuzzyOptions. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRegexOptions. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.suggest.completion with parameters of type XContentBuilder Modifier and Type Method Description protected XContentBuilderCompletionSuggestionBuilder. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCompletionStats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderCompletionSuggestion.Entry.Option. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderFuzzyOptions. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRegexOptions. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.suggest.completion.context
-
Uses of XContentBuilder in org.elasticsearch.search.suggest.phrase
Methods in org.elasticsearch.search.suggest.phrase that return XContentBuilder Modifier and Type Method Description protected XContentBuilderLaplace. innerToXContent(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderLinearInterpolation. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPhraseSuggestionBuilder. innerToXContent(XContentBuilder builder, ToXContent.Params params)protected abstract XContentBuilderSmoothingModel. innerToXContent(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderStupidBackoff. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDirectCandidateGeneratorBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSmoothingModel. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.suggest.phrase with parameters of type XContentBuilder Modifier and Type Method Description protected XContentBuilderLaplace. innerToXContent(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderLinearInterpolation. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderPhraseSuggestionBuilder. innerToXContent(XContentBuilder builder, ToXContent.Params params)protected abstract XContentBuilderSmoothingModel. innerToXContent(XContentBuilder builder, ToXContent.Params params)protected XContentBuilderStupidBackoff. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderDirectCandidateGeneratorBuilder. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSmoothingModel. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.search.suggest.term
Methods in org.elasticsearch.search.suggest.term that return XContentBuilder Modifier and Type Method Description XContentBuilderTermSuggestionBuilder. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermSuggestion.Entry.Option. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.search.suggest.term with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderTermSuggestionBuilder. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTermSuggestion.Entry.Option. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.snapshots
Methods in org.elasticsearch.snapshots that return XContentBuilder Modifier and Type Method Description XContentBuilderRestoreInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotId. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotShardFailure. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.snapshots with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRestoreInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotId. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderSnapshotShardFailure. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.tasks
Methods in org.elasticsearch.tasks that return XContentBuilder Modifier and Type Method Description XContentBuilderTaskResult. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRawTaskStatus. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTaskInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTaskResult. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.tasks with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderTaskResult. innerToXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderRawTaskStatus. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTaskInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTaskResult. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.threadpool
Methods in org.elasticsearch.threadpool that return XContentBuilder Modifier and Type Method Description XContentBuilderThreadPool.Info. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderThreadPoolInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderThreadPoolStats.Stats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderThreadPoolStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.threadpool with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderThreadPool.Info. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderThreadPoolInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderThreadPoolStats.Stats. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderThreadPoolStats. toXContent(XContentBuilder builder, ToXContent.Params params) -
Uses of XContentBuilder in org.elasticsearch.transport
Methods in org.elasticsearch.transport that return XContentBuilder Modifier and Type Method Description XContentBuilderRemoteConnectionInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTransportInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTransportStats. toXContent(XContentBuilder builder, ToXContent.Params params)Methods in org.elasticsearch.transport with parameters of type XContentBuilder Modifier and Type Method Description XContentBuilderRemoteConnectionInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTransportInfo. toXContent(XContentBuilder builder, ToXContent.Params params)XContentBuilderTransportStats. toXContent(XContentBuilder builder, ToXContent.Params params)
-