Uses of Interface
org.elasticsearch.common.xcontent.ToXContent
-
-
Uses of ToXContent in org.elasticsearch
Classes in org.elasticsearch that implement ToXContent Modifier and Type Class Description classElasticsearchExceptionA base class for all elasticsearch exceptions.classElasticsearchGenerationExceptionA generic exception indicating failure to generate.classElasticsearchParseExceptionUnchecked exception that is translated into a400 BAD REQUESTerror when it bubbles out over HTTP.classElasticsearchSecurityExceptionGeneric security exceptionclassElasticsearchStatusExceptionException who'sRestStatusis arbitrary rather than derived.classElasticsearchTimeoutExceptionThe same asTimeoutExceptionsimply a runtime one.classResourceAlreadyExistsExceptionclassResourceNotFoundExceptionGeneric ResourceNotFoundException corresponding to theRestStatus.NOT_FOUNDstatus codeclassVersion -
Uses of ToXContent in org.elasticsearch.action
Classes in org.elasticsearch.action that implement ToXContent Modifier and Type Class Description classDocWriteResponseA base class for the response of a write operation that involves a single docclassFailedNodeExceptionclassNoShardAvailableActionExceptionclassNoSuchNodeExceptionclassPrimaryMissingActionExceptionclassRoutingMissingExceptionclassShardOperationFailedExceptionAn exception indicating that a failure occurred performing an operation on the shard.classTaskOperationFailureInformation about task operation failures The class is final due to serialization limitationsclassTimestampParsingExceptionclassUnavailableShardsException -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.allocation
Classes in org.elasticsearch.action.admin.cluster.allocation that implement ToXContent Modifier and Type Class Description classClusterAllocationExplanationAClusterAllocationExplanationis an explanation of why a shard is unassigned, or if it is not unassigned, then which nodes it could possibly be relocated to. -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.configuration
Classes in org.elasticsearch.action.admin.cluster.configuration that implement ToXContent Modifier and Type Class Description classAddVotingConfigExclusionsResponseA response toAddVotingConfigExclusionsRequestindicating that voting config exclusions have been added for the requested nodes and these nodes have been removed from the voting configuration.classClearVotingConfigExclusionsResponseA response toClearVotingConfigExclusionsRequestindicating that voting config exclusions have been cleared from the cluster state. -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.health
Classes in org.elasticsearch.action.admin.cluster.health that implement ToXContent Modifier and Type Class Description classClusterHealthResponse -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.node.info
Classes in org.elasticsearch.action.admin.cluster.node.info that implement ToXContent Modifier and Type Class Description classNodesInfoResponseclassPluginsAndModulesInformation about plugins and modules -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.node.reload
Classes in org.elasticsearch.action.admin.cluster.node.reload that implement ToXContent Modifier and Type Class Description classNodesReloadSecureSettingsResponseThe response for the reload secure settings action -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.node.stats
Classes in org.elasticsearch.action.admin.cluster.node.stats that implement ToXContent Modifier and Type Class Description classNodesStatsResponseclassNodeStatsNode statistics (dynamic, changes depending on when created). -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Classes in org.elasticsearch.action.admin.cluster.node.tasks.cancel that implement ToXContent Modifier and Type Class Description classCancelTasksResponseReturns the list of tasks that were cancelled -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.node.tasks.get
Classes in org.elasticsearch.action.admin.cluster.node.tasks.get that implement ToXContent Modifier and Type Class Description classGetTaskResponseReturns the list of tasks currently running on the nodes -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.node.tasks.list
Classes in org.elasticsearch.action.admin.cluster.node.tasks.list that implement ToXContent Modifier and Type Class Description classListTasksResponseReturns the list of tasks currently running on the nodesclassTaskGroupInformation about a currently running task and all its subtasks. -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.node.usage
Classes in org.elasticsearch.action.admin.cluster.node.usage that implement ToXContent Modifier and Type Class Description classNodesUsageResponseThe response for the nodes usage api which contains the individual usage statistics for all nodes queried.classNodeUsage -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.remote
Classes in org.elasticsearch.action.admin.cluster.remote that implement ToXContent Modifier and Type Class Description classRemoteInfoResponse -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.repositories.cleanup
Classes in org.elasticsearch.action.admin.cluster.repositories.cleanup that implement ToXContent Modifier and Type Class Description classCleanupRepositoryResponse -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.repositories.get
Classes in org.elasticsearch.action.admin.cluster.repositories.get that implement ToXContent Modifier and Type Class Description classGetRepositoriesResponseGet repositories response -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.repositories.put
Classes in org.elasticsearch.action.admin.cluster.repositories.put that implement ToXContent Modifier and Type Class Description classPutRepositoryRequestRegister repository request. -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.repositories.verify
Classes in org.elasticsearch.action.admin.cluster.repositories.verify that implement ToXContent Modifier and Type Class Description classVerifyRepositoryResponseVerify repository responsestatic classVerifyRepositoryResponse.NodeView -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.reroute
Classes in org.elasticsearch.action.admin.cluster.reroute that implement ToXContent Modifier and Type Class Description classClusterRerouteResponseResponse returned after a cluster reroute request -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.settings
Classes in org.elasticsearch.action.admin.cluster.settings that implement ToXContent Modifier and Type Class Description classClusterGetSettingsResponseThis response is specific to the REST client.classClusterUpdateSettingsRequestRequest for an update cluster settings actionclassClusterUpdateSettingsResponseA response for a cluster update settings action. -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.shards
Classes in org.elasticsearch.action.admin.cluster.shards that implement ToXContent Modifier and Type Class Description classClusterSearchShardsGroupclassClusterSearchShardsResponse -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.snapshots.create
Classes in org.elasticsearch.action.admin.cluster.snapshots.create that implement ToXContent Modifier and Type Class Description classCreateSnapshotRequestCreate snapshot requestclassCreateSnapshotResponseCreate snapshot response -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.snapshots.get
Classes in org.elasticsearch.action.admin.cluster.snapshots.get that implement ToXContent Modifier and Type Class Description classGetSnapshotsResponseGet snapshots response -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.snapshots.restore
Classes in org.elasticsearch.action.admin.cluster.snapshots.restore that implement ToXContent Modifier and Type Class Description classRestoreSnapshotRequestRestore snapshot requestclassRestoreSnapshotResponseContains information about restores snapshot -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.snapshots.status
Classes in org.elasticsearch.action.admin.cluster.snapshots.status that implement ToXContent Modifier and Type Class Description classSnapshotIndexShardStatusclassSnapshotIndexStatusRepresents snapshot status of all shards in the indexclassSnapshotShardsStatsStatus of a snapshot shardsclassSnapshotsStatusResponseSnapshot status responseclassSnapshotStatsclassSnapshotStatusStatus of a snapshot -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.stats
Classes in org.elasticsearch.action.admin.cluster.stats that implement ToXContent Modifier and Type Class Description classClusterStatsIndicesstatic classClusterStatsIndices.ShardStatsclassClusterStatsNodesstatic classClusterStatsNodes.Countsstatic classClusterStatsNodes.JvmStatsstatic classClusterStatsNodes.OsStatsstatic classClusterStatsNodes.ProcessStatsclassClusterStatsResponse -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.storedscripts
Classes in org.elasticsearch.action.admin.cluster.storedscripts that implement ToXContent Modifier and Type Class Description classGetStoredScriptResponseclassPutStoredScriptRequest -
Uses of ToXContent in org.elasticsearch.action.admin.cluster.tasks
Classes in org.elasticsearch.action.admin.cluster.tasks that implement ToXContent Modifier and Type Class Description classPendingClusterTasksResponse -
Uses of ToXContent in org.elasticsearch.action.admin.indices.alias
Classes in org.elasticsearch.action.admin.indices.alias that implement ToXContent Modifier and Type Class Description classAliasRepresents an alias, to be associated with an indexclassIndicesAliasesRequestA request to add/remove aliases for one or more indices.static classIndicesAliasesRequest.AliasActionsRequest to take one or more actions on one or more indexes and alias combinations. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.analyze
Classes in org.elasticsearch.action.admin.indices.analyze that implement ToXContent Modifier and Type Class Description static classAnalyzeAction.AnalyzeTokenstatic classAnalyzeAction.AnalyzeTokenListstatic classAnalyzeAction.CharFilteredTextstatic classAnalyzeAction.DetailAnalyzeResponsestatic classAnalyzeAction.Response -
Uses of ToXContent in org.elasticsearch.action.admin.indices.cache.clear
Classes in org.elasticsearch.action.admin.indices.cache.clear that implement ToXContent Modifier and Type Class Description classClearIndicesCacheResponseThe response of a clear cache action. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.close
Classes in org.elasticsearch.action.admin.indices.close that implement ToXContent Modifier and Type Class Description classCloseIndexResponsestatic classCloseIndexResponse.IndexResultstatic classCloseIndexResponse.ShardResultstatic classCloseIndexResponse.ShardResult.Failure -
Uses of ToXContent in org.elasticsearch.action.admin.indices.create
Classes in org.elasticsearch.action.admin.indices.create that implement ToXContent Modifier and Type Class Description classCreateIndexRequestA request to create an index.classCreateIndexResponseA response for a create index action. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.flush
Classes in org.elasticsearch.action.admin.indices.flush that implement ToXContent Modifier and Type Class Description classFlushResponseA response to flush action.classSyncedFlushResponseThe result of performing a sync flush operation on all shards of multiple indices -
Uses of ToXContent in org.elasticsearch.action.admin.indices.forcemerge
Classes in org.elasticsearch.action.admin.indices.forcemerge that implement ToXContent Modifier and Type Class Description classForceMergeResponseA response for force merge action. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.get
Classes in org.elasticsearch.action.admin.indices.get that implement ToXContent Modifier and Type Class Description classGetIndexResponseA response for a get index action. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.mapping.get
Classes in org.elasticsearch.action.admin.indices.mapping.get that implement ToXContent Modifier and Type Class Description classGetFieldMappingsResponseResponse object forGetFieldMappingsRequestAPI Note: there is a new class with the same name for the Java HLRC that uses a typeless format.static classGetFieldMappingsResponse.FieldMappingMetaDataclassGetMappingsResponse -
Uses of ToXContent in org.elasticsearch.action.admin.indices.mapping.put
Classes in org.elasticsearch.action.admin.indices.mapping.put that implement ToXContent Modifier and Type Class Description classPutMappingRequestPuts mapping definition registered under a specific type into one or more indices. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.open
Classes in org.elasticsearch.action.admin.indices.open that implement ToXContent Modifier and Type Class Description classOpenIndexResponseA response for a open index action. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.recovery
Classes in org.elasticsearch.action.admin.indices.recovery that implement ToXContent Modifier and Type Class Description classRecoveryResponseInformation regarding the recovery state of indices and their associated shards. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.refresh
Classes in org.elasticsearch.action.admin.indices.refresh that implement ToXContent Modifier and Type Class Description classRefreshResponseThe response of a refresh action. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.rollover
Classes in org.elasticsearch.action.admin.indices.rollover that implement ToXContent Modifier and Type Class Description classCondition<T>Base class for rollover request conditionsclassMaxAgeConditionCondition for index maximum age.classMaxDocsConditionCondition for maximum index docs.classMaxSizeConditionA size-based condition for an index size.classRolloverInfoClass for holding Rollover related information within an indexclassRolloverRequestRequest class to swap index under an alias upon satisfying conditions Note: there is a new class with the same name for the Java HLRC that uses a typeless format.classRolloverResponseResponse object forRolloverRequestAPI Note: there is a new class with the same name for the Java HLRC that uses a typeless format. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.segments
Classes in org.elasticsearch.action.admin.indices.segments that implement ToXContent Modifier and Type Class Description classIndicesSegmentResponse -
Uses of ToXContent in org.elasticsearch.action.admin.indices.settings.get
Classes in org.elasticsearch.action.admin.indices.settings.get that implement ToXContent Modifier and Type Class Description classGetSettingsResponse -
Uses of ToXContent in org.elasticsearch.action.admin.indices.settings.put
Classes in org.elasticsearch.action.admin.indices.settings.put that implement ToXContent Modifier and Type Class Description classUpdateSettingsRequestRequest for an update index settings action -
Uses of ToXContent in org.elasticsearch.action.admin.indices.shards
Classes in org.elasticsearch.action.admin.indices.shards that implement ToXContent Modifier and Type Class Description classIndicesShardStoresResponseResponse forIndicesShardStoresActionConsists ofIndicesShardStoresResponse.StoreStatuss for requested indices grouped by indices and shard ids and a list of encountered nodeIndicesShardStoresResponse.Failuresstatic classIndicesShardStoresResponse.FailureSingle node failure while retrieving shard store informationstatic classIndicesShardStoresResponse.StoreStatusShard store information from a node -
Uses of ToXContent in org.elasticsearch.action.admin.indices.shrink
Classes in org.elasticsearch.action.admin.indices.shrink that implement ToXContent Modifier and Type Class Description classResizeRequestRequest class to shrink an index into a single shardclassResizeResponseA response for a resize index action, either shrink or split index. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.stats
Classes in org.elasticsearch.action.admin.indices.stats that implement ToXContent Modifier and Type Class Description classCommonStatsclassIndicesStatsResponseclassShardStats -
Uses of ToXContent in org.elasticsearch.action.admin.indices.template.get
Classes in org.elasticsearch.action.admin.indices.template.get that implement ToXContent Modifier and Type Class Description classGetIndexTemplatesResponse -
Uses of ToXContent in org.elasticsearch.action.admin.indices.template.put
Classes in org.elasticsearch.action.admin.indices.template.put that implement ToXContent Modifier and Type Class Description classPutIndexTemplateRequestA request to create an index template. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.upgrade.get
Classes in org.elasticsearch.action.admin.indices.upgrade.get that implement ToXContent Modifier and Type Class Description classUpgradeStatusResponse -
Uses of ToXContent in org.elasticsearch.action.admin.indices.upgrade.post
Classes in org.elasticsearch.action.admin.indices.upgrade.post that implement ToXContent Modifier and Type Class Description classUpgradeResponseA response for the upgrade action. -
Uses of ToXContent in org.elasticsearch.action.admin.indices.validate.query
Classes in org.elasticsearch.action.admin.indices.validate.query that implement ToXContent Modifier and Type Class Description classQueryExplanationclassValidateQueryRequestA request to validate a specific query.classValidateQueryResponseThe response of the validate action. -
Uses of ToXContent in org.elasticsearch.action.bulk
Classes in org.elasticsearch.action.bulk that implement ToXContent Modifier and Type Class Description classBulkItemResponseRepresents a single item response for an action executed as part of the bulk API.static classBulkItemResponse.FailureRepresents a failure.classBulkResponseA response of a bulk execution. -
Uses of ToXContent in org.elasticsearch.action.delete
Classes in org.elasticsearch.action.delete that implement ToXContent Modifier and Type Class Description classDeleteResponseThe response of the delete action. -
Uses of ToXContent in org.elasticsearch.action.explain
Classes in org.elasticsearch.action.explain that implement ToXContent Modifier and Type Class Description classExplainRequestExplain request encapsulating the explain query and document identifier to get an explanation for.classExplainResponseResponse containing the score explanation. -
Uses of ToXContent in org.elasticsearch.action.fieldcaps
Classes in org.elasticsearch.action.fieldcaps that implement ToXContent Modifier and Type Class Description classFieldCapabilitiesDescribes the capabilities of a field optionally merged across multiple indices.classFieldCapabilitiesResponseResponse forFieldCapabilitiesRequestrequests. -
Uses of ToXContent in org.elasticsearch.action.get
Classes in org.elasticsearch.action.get that implement ToXContent Modifier and Type Class Description classGetResponseThe response of a get action.classMultiGetRequeststatic classMultiGetRequest.ItemA single get item.classMultiGetResponsestatic classMultiGetResponse.FailureRepresents a failure. -
Uses of ToXContent in org.elasticsearch.action.index
Classes in org.elasticsearch.action.index that implement ToXContent Modifier and Type Class Description classIndexResponseA response of an index operation, -
Uses of ToXContent in org.elasticsearch.action.ingest
Subinterfaces of ToXContent in org.elasticsearch.action.ingest Modifier and Type Interface Description interfaceSimulateDocumentResultClasses in org.elasticsearch.action.ingest that implement ToXContent Modifier and Type Class Description classGetPipelineResponseclassPutPipelineRequestclassSimulateDocumentBaseResultHolds the end result of what a pipeline did to sample document provided via the simulate api.classSimulateDocumentVerboseResultHolds the result of what a pipeline did to a sample document via the simulate api, but instead ofSimulateDocumentBaseResultthis result class holds the intermediate result each processor did to the sample document.classSimulatePipelineRequestclassSimulatePipelineResponseclassSimulateProcessorResult -
Uses of ToXContent in org.elasticsearch.action.main
Classes in org.elasticsearch.action.main that implement ToXContent Modifier and Type Class Description classMainResponse -
Uses of ToXContent in org.elasticsearch.action.search
Classes in org.elasticsearch.action.search that implement ToXContent Modifier and Type Class Description classClearScrollRequestclassClearScrollResponseclassMultiSearchResponseA multi search response.classReduceSearchPhaseExceptionA failure during a reduce phase (when receiving results from several shards, and reducing them into one or more results and possible actions).classSearchPhaseExecutionExceptionclassSearchResponseA response of a search request.static classSearchResponse.ClustersHolds info about the clusters that the search was executed on: how many in total, how many of them were successful and how many of them were skipped.classSearchResponseSectionsBase class that holds the various sections which a search response is composed of (hits, aggs, suggestions etc.) and allows to retrieve them.classSearchScrollRequestclassShardSearchFailureRepresents a failure to search on a specific shard. -
Uses of ToXContent in org.elasticsearch.action.support
Classes in org.elasticsearch.action.support that implement ToXContent Modifier and Type Class Description classDefaultShardOperationFailedExceptionclassIndicesOptionsControls how to deal with unavailable concrete indices (closed or missing), how wildcard expressions are expanded to actual indices (all, closed or open indices) and how to deal with wildcard expressions that resolve to no indices. -
Uses of ToXContent in org.elasticsearch.action.support.broadcast
Classes in org.elasticsearch.action.support.broadcast that implement ToXContent Modifier and Type Class Description classBroadcastResponseBase class for all broadcast operation based responses.classBroadcastShardOperationFailedExceptionAn exception indicating that a failure occurred performing an operation on the shard. -
Uses of ToXContent in org.elasticsearch.action.support.master
Classes in org.elasticsearch.action.support.master that implement ToXContent Modifier and Type Class Description classAcknowledgedResponseA response that indicates that a request has been acknowledgedclassShardsAcknowledgedResponse -
Uses of ToXContent in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication that implement ToXContent Modifier and Type Class Description static classReplicationOperation.RetryOnPrimaryExceptionstatic classReplicationResponse.ShardInfostatic classReplicationResponse.ShardInfo.Failurestatic classReplicationTask.Statusstatic classTransportReplicationAction.RetryOnReplicaException -
Uses of ToXContent in org.elasticsearch.action.termvectors
Classes in org.elasticsearch.action.termvectors that implement ToXContent Modifier and Type Class Description classMultiTermVectorsResponseclassTermVectorsResponse -
Uses of ToXContent in org.elasticsearch.action.update
Classes in org.elasticsearch.action.update that implement ToXContent Modifier and Type Class Description classUpdateRequestclassUpdateResponse -
Uses of ToXContent in org.elasticsearch.client
Classes in org.elasticsearch.client that implement ToXContent Modifier and Type Class Description classGetAliasesResponseResponse obtained from the get aliases API.classSyncedFlushResponsestatic classSyncedFlushResponse.IndexResultDescription for the flush/synced results for a particular index.static classSyncedFlushResponse.ShardCountsEncapsulates the number of total successful and failed shard copiesstatic classSyncedFlushResponse.ShardFailureDescription of a failed shard copy for an index. -
Uses of ToXContent in org.elasticsearch.client.ccr
Classes in org.elasticsearch.client.ccr that implement ToXContent Modifier and Type Class Description classForgetFollowerRequestRepresents a forget follower request.classPutAutoFollowPatternRequestclassPutFollowRequestclassResumeFollowRequest -
Uses of ToXContent in org.elasticsearch.client.core
Classes in org.elasticsearch.client.core that implement ToXContent Modifier and Type Class Description classCountRequestEncapsulates a request to _count API against one, several or all indices.classMultiTermVectorsRequestclassPageParamsPaging parameters for GET requestsclassTermVectorsRequest -
Uses of ToXContent in org.elasticsearch.client.enrich
Classes in org.elasticsearch.client.enrich that implement ToXContent Modifier and Type Class Description classPutPolicyRequest -
Uses of ToXContent in org.elasticsearch.client.graph
Classes in org.elasticsearch.client.graph that implement ToXContent Modifier and Type Class Description classGraphExploreRequestHolds the criteria required to guide the exploration of connected terms which can be returned as a graph.classGraphExploreResponseGraph explore response holds a graph ofVertexandConnectionobjects (nodes and edges in common graph parlance).classHopA Hop represents one of potentially many stages in a graph exploration.classVertexA vertex in a graph response represents a single term (a field and value pair) which appears in one or more documents found as part of the graph exploration.classVertexRequestA request to identify terms from a choice of field as part of aHop. -
Uses of ToXContent in org.elasticsearch.client.indexlifecycle
Classes in org.elasticsearch.client.indexlifecycle that implement ToXContent Modifier and Type Class Description classAllocateActionclassDeleteActionclassExplainLifecycleResponseThe response object returned by the Explain Lifecycle API.classForceMergeActionclassFreezeActionclassGetLifecyclePolicyResponseclassIndexLifecycleExplainResponseclassLifecyclePolicyRepresents the lifecycle of an index from creation to deletion.classLifecyclePolicyMetadataclassPhaseRepresents set ofLifecycleActions which should be executed at a particular point in the lifecycle of an index.classPhaseExecutionInfoThis class contains information about the current phase being executed by Index Lifecycle Management on the specific index.classPutLifecyclePolicyRequestclassReadOnlyActionclassRolloverActionclassSetPriorityActionALifecycleActionwhich sets the index's priority.classShrinkActionclassUnfollowAction -
Uses of ToXContent in org.elasticsearch.client.indices
Classes in org.elasticsearch.client.indices that implement ToXContent Modifier and Type Class Description classAnalyzeRequestA request to analyze textclassCloseIndexResponsestatic classCloseIndexResponse.ShardResult.FailureclassCreateIndexRequestA request to create an index.classCreateIndexResponseA response for a create index action.classPutIndexTemplateRequestA request to create an index template.classPutMappingRequestPut a mapping definition into one or more indices. -
Uses of ToXContent in org.elasticsearch.client.indices.rollover
Classes in org.elasticsearch.client.indices.rollover that implement ToXContent Modifier and Type Class Description classRolloverRequestRequest class to swap index under an alias upon satisfying conditionsclassRolloverResponseResponse object forRolloverRequestAPI -
Uses of ToXContent in org.elasticsearch.client.ml
Classes in org.elasticsearch.client.ml with type parameters of type ToXContent Modifier and Type Class Description classAbstractResultResponse<T extends ToXContent>Abstract class that provides a list of results and their count.Classes in org.elasticsearch.client.ml that implement ToXContent Modifier and Type Class Description classAbstractResultResponse<T extends ToXContent>Abstract class that provides a list of results and their count.classCloseJobRequestRequest to close Machine Learning JobsclassCloseJobResponseResponse indicating if the Job(s) closed or notclassDeleteExpiredDataResponseA response acknowledging the deletion of expired dataclassDeleteForecastRequestPOJO for a delete forecast requestclassDeleteJobResponseResponse object that contains the acknowledgement or the task id depending on whether the delete job action was requested to wait for completion.classEstimateMemoryUsageResponseclassEvaluateDataFrameRequestclassEvaluateDataFrameResponseclassFindFileStructureRequestclassFindFileStructureResponseclassFlushJobRequestRequest object to flush a given Machine Learning job.classFlushJobResponseResponse object containing flush acknowledgement and additional dataclassForecastJobRequestPojo for forecasting an existing and open Machine Learning JobclassForecastJobResponseForecast response objectclassGetBucketsRequestA request to retrieve buckets of a given jobclassGetBucketsResponseA response containing the requested bucketsclassGetCalendarEventsRequestGet the Scheduled Events for a CalendarclassGetCalendarEventsResponseContains aListof the foundScheduledEventobjects and the total count foundclassGetCalendarsRequestclassGetCalendarsResponseclassGetCategoriesRequestA request to retrieve categories of a given jobclassGetCategoriesResponseA response containing the requested categoriesclassGetDatafeedRequestRequest object to getDatafeedConfigobjects with the matchingdatafeedIds.classGetDatafeedResponseContains aListof the foundDatafeedConfigobjects and the total count foundclassGetDatafeedStatsRequestRequest object to getDatafeedStatsby their respective datafeedIds_allexplicitly gets all the datafeeds' statistics in the cluster An empty request (nodatafeedIds) implicitly gets all the datafeeds' statistics in the clusterclassGetDatafeedStatsResponseContains aListof the foundDatafeedStatsobjects and the total count foundclassGetFiltersRequestA request to retrieveMlFiltersclassGetFiltersResponseclassGetInfluencersRequestA request to retrieve influencers of a given jobclassGetInfluencersResponseA response containing the requested influencersclassGetJobRequestclassGetJobResponseclassGetJobStatsRequestRequest object to getJobStatsby their respective jobIds_allexplicitly gets all the jobs' statistics in the cluster An empty request (nojobIds) implicitly gets all the jobs' statistics in the clusterclassGetJobStatsResponseclassGetModelSnapshotsRequestA request to retrieve information about model snapshots for a given jobclassGetModelSnapshotsResponseA response containing the requested snapshotsclassGetOverallBucketsRequestA request to retrieve overall buckets of set of jobsclassGetOverallBucketsResponseA response containing the requested overall bucketsclassGetRecordsRequestA request to retrieve records of a given jobclassGetRecordsResponseA response containing the requested recordsclassNodeAttributesA Pojo class containing an Elastic Node's attributesclassOpenJobRequestRequest to open a Machine Learning JobclassOpenJobResponseResponse indicating if the Machine Learning Job is now opened or notclassPostCalendarEventRequestRequest to add a ScheduledEvent to a Machine Learning calendarclassPostCalendarEventResponseResponse to adding ScheduledEvent(s) to a Machine Learning calendarclassPostDataRequestRequest to post data to a Machine Learning jobclassPostDataResponseResponse object when posting data to a Machine Learning JobclassPreviewDatafeedRequestRequest to preview a MachineLearning DatafeedclassPreviewDatafeedResponseResponse containing a datafeed preview in JSON formatclassPutCalendarRequestRequest to create a new Machine Learning calendarclassPutCalendarResponseclassPutDatafeedRequestRequest to create a new Machine Learning Datafeed given aDatafeedConfigconfigurationclassPutDatafeedResponseResponse containing the newly createdDatafeedConfigclassPutDataFrameAnalyticsRequestclassPutFilterRequestRequest to create a new Machine Learning MlFilter given aMlFilterconfigurationclassPutFilterResponseResponse containing the newly createdMlFilterclassPutJobRequestRequest to create a new Machine Learning Job given aJobconfigurationclassPutJobResponseResponse containing the newly createdJobclassRevertModelSnapshotRequestA request to revert to a specific model snapshot for a given jobclassRevertModelSnapshotResponseA response containing the reverted model snapshotclassStartDatafeedRequestRequest to start a DatafeedclassStartDatafeedResponseResponse indicating if the Machine Learning Datafeed is now started or notclassStopDatafeedRequestRequest to stop Machine Learning DatafeedsclassStopDatafeedResponseResponse indicating if the Machine Learning Datafeed is now stopped or notclassStopDataFrameAnalyticsResponseResponse indicating if the Machine Learning Data Frame Analytics is now stopped or notclassUpdateDatafeedRequestRequests an update to aDatafeedConfigwith the passedDatafeedUpdatesettingsclassUpdateFilterRequestUpdates an existingMlFilterconfigurationclassUpdateJobRequestclassUpdateModelSnapshotRequestA request to update information about an existing model snapshot for a given jobclassUpdateModelSnapshotResponseA response acknowledging the update of information for an existing model snapshot for a given job -
Uses of ToXContent in org.elasticsearch.client.ml.calendars
Classes in org.elasticsearch.client.ml.calendars that implement ToXContent Modifier and Type Class Description classCalendarA simple calendar object for scheduled (special) events.classScheduledEvent -
Uses of ToXContent in org.elasticsearch.client.ml.datafeed
Classes in org.elasticsearch.client.ml.datafeed that implement ToXContent Modifier and Type Class Description classChunkingConfigThe description of how searches should be chunked.classDatafeedConfigThe datafeed configuration object.classDatafeedStatsDatafeed Statistics POJOclassDatafeedTimingStatsclassDatafeedUpdateA datafeed update contains partial properties to update aDatafeedConfig.classDelayedDataCheckConfigThe configuration object containing the delayed data check settings. -
Uses of ToXContent in org.elasticsearch.client.ml.dataframe
Subinterfaces of ToXContent in org.elasticsearch.client.ml.dataframe Modifier and Type Interface Description interfaceDataFrameAnalysisClasses in org.elasticsearch.client.ml.dataframe that implement ToXContent Modifier and Type Class Description classDataFrameAnalyticsConfigclassDataFrameAnalyticsDestclassDataFrameAnalyticsSourceclassPhaseProgressA class that describes a phase and its progress as a percentageclassQueryConfigObject for encapsulating the desired Query for a DataFrameAnalysis -
Uses of ToXContent in org.elasticsearch.client.ml.dataframe.evaluation
Subinterfaces of ToXContent in org.elasticsearch.client.ml.dataframe.evaluation Modifier and Type Interface Description interfaceEvaluationDefines an evaluationinterfaceEvaluationMetricDefines an evaluation metricstatic interfaceEvaluationMetric.ResultThe result of an evaluation metric -
Uses of ToXContent in org.elasticsearch.client.ml.filestructurefinder
Classes in org.elasticsearch.client.ml.filestructurefinder that implement ToXContent Modifier and Type Class Description classFieldStatsclassFileStructureStores the file format determined by Machine Learning. -
Uses of ToXContent in org.elasticsearch.client.ml.job.config
Classes in org.elasticsearch.client.ml.job.config that implement ToXContent Modifier and Type Class Description classAnalysisConfigAnalysis configuration options that describe which fields are analyzed and which functions are used to detect anomalies.classAnalysisLimitsAnalysis limits for autodetect.classCategorizationAnalyzerConfigConfiguration for the categorization analyzer.static classCategorizationAnalyzerConfig.NameOrDefinitionSimple store of either a name of a built-in analyzer element or a custom definition.classDataDescriptionDescribes the format of the data used in the job and how it should be interpreted by the ML job.classDetectionRuleclassDetectorDefines the fields and functions used in the analysis.classFilterRefclassJobThis class represents a configured and created Job.classJobUpdatePOJO for updating an existing Machine LearningJobstatic classJobUpdate.DetectorUpdateclassMlFilterAn MlFilter Object A filter contains a list of strings.classModelPlotConfigclassRuleConditionclassRuleScope -
Uses of ToXContent in org.elasticsearch.client.ml.job.process
Classes in org.elasticsearch.client.ml.job.process that implement ToXContent Modifier and Type Class Description classDataCountsJob processed record counts.classModelSizeStatsProvide access to the C++ model memory usage numbers for the Java process.classModelSnapshotModelSnapshot Result POJOclassQuantilesQuantiles Result POJOclassTimingStatsStats that give more insight into timing of various operations performed as part of anomaly detection job. -
Uses of ToXContent in org.elasticsearch.client.ml.job.results
Classes in org.elasticsearch.client.ml.job.results that implement ToXContent Modifier and Type Class Description classAnomalyCauseAnomaly Cause POJO.classAnomalyRecordAnomaly Record POJO.classBucketBucket Result POJOclassBucketInfluencerclassCategoryDefinitionclassInfluenceInfluence field name and list of influence field values/score pairsclassInfluencerclassOverallBucketOverall Bucket Result POJOstatic classOverallBucket.JobInfo -
Uses of ToXContent in org.elasticsearch.client.ml.job.stats
Classes in org.elasticsearch.client.ml.job.stats that implement ToXContent Modifier and Type Class Description classForecastStatsA class to hold statistics about forecasts.classJobStatsClass containing the statistics for a Machine Learning job.classSimpleStatsHelper class for min, max, avg and total statistics for a quantity -
Uses of ToXContent in org.elasticsearch.client.rollup
Classes in org.elasticsearch.client.rollup that implement ToXContent Modifier and Type Class Description classDeleteRollupJobRequestclassGetRollupCapsRequestclassGetRollupIndexCapsRequestclassPutRollupJobRequestclassRollableIndexCapsRepresents the rollup capabilities of a non-rollup index.classRollupJobCapsRepresents the Rollup capabilities for a specific job on a single rollup indexstatic classRollupJobCaps.RollupFieldCaps -
Uses of ToXContent in org.elasticsearch.client.rollup.job.config
Classes in org.elasticsearch.client.rollup.job.config that implement ToXContent Modifier and Type Class Description classDateHistogramGroupConfigThe configuration object for the histograms in the rollup config { "groups": [ "date_histogram": { "field" : "foo", "interval" : "1d", "delay": "30d", "time_zone" : "EST" } ] }static classDateHistogramGroupConfig.CalendarIntervalCalendarInterval is aDateHistogramGroupConfigthat uses calendar-aware intervals for rolling up data.static classDateHistogramGroupConfig.FixedIntervalFixedInterval is aDateHistogramGroupConfigthat uses a fixed time interval for rolling up data.classGroupConfigThe configuration object for the groups section in the rollup config.classHistogramGroupConfigThe configuration object for the histograms in the rollup config { "groups": [ "histogram": { "fields" : [ "foo", "bar" ], "interval" : 123 } ] }classMetricConfigThe configuration object for the metrics portion of a rollup job config { "metrics": [ { "field": "foo", "metrics": [ "min", "max", "sum"] }, { "field": "bar", "metrics": [ "max" ] } ] }classRollupJobConfigThis class holds the configuration details of a rollup job, such as the groupings, metrics, what index to rollup and where to roll them to.classTermsGroupConfigThe configuration object for the histograms in the rollup config { "groups": [ "terms": { "fields" : [ "foo", "bar" ] } ] } -
Uses of ToXContent in org.elasticsearch.client.security
Classes in org.elasticsearch.client.security that implement ToXContent Modifier and Type Class Description classChangePasswordRequestRequest object to change the password of a user of a native realm or a built-in user.classCreateApiKeyRequestRequest to create API keyclassCreateTokenRequestRequest to create a new OAuth2 token from the Elasticsearch cluster.classDelegatePkiAuthenticationRequestclassGetApiKeyRequestRequest for get API keyclassHasPrivilegesRequestRequest to determine whether the current user has a list of privileges.classInvalidateApiKeyRequestRequest for invalidating API key(s) so that it can no longer be usedclassInvalidateTokenRequestRequest to invalidate a OAuth2 token within the Elasticsearch cluster.classPutPrivilegesRequestRequest object for creating/updating application privileges.classPutRoleMappingRequestRequest object to create or update a role mapping.classPutRoleRequestRequest object to create or update a role.classPutUserRequestRequest object to create or update a user in the native realm.classTemplateRoleNameA role name that uses a dynamic template. -
Uses of ToXContent in org.elasticsearch.client.security.support.expressiondsl
Subinterfaces of ToXContent in org.elasticsearch.client.security.support.expressiondsl Modifier and Type Interface Description interfaceRoleMapperExpressionImplementations of this interface represent an expression used for user role mapping that can later be resolved to a boolean value. -
Uses of ToXContent in org.elasticsearch.client.security.support.expressiondsl.expressions
Classes in org.elasticsearch.client.security.support.expressiondsl.expressions that implement ToXContent Modifier and Type Class Description classAllRoleMapperExpressionAn expression that evaluates totrueif-and-only-if all its children evaluate totrue.classAnyRoleMapperExpressionAn expression that evaluates totrueif at least one of its children evaluate totrue.classCompositeRoleMapperExpressionExpression of role mapper expressions which can be combined by operators like AND, ORclassExceptRoleMapperExpressionA negating expression. -
Uses of ToXContent in org.elasticsearch.client.security.support.expressiondsl.fields
Classes in org.elasticsearch.client.security.support.expressiondsl.fields that implement ToXContent Modifier and Type Class Description classFieldRoleMapperExpressionAn expression that evaluates totrueif a field (map element) matches the provided values. -
Uses of ToXContent in org.elasticsearch.client.security.user.privileges
Classes in org.elasticsearch.client.security.user.privileges that implement ToXContent Modifier and Type Class Description static classAbstractIndicesPrivileges.FieldSecurityclassApplicationPrivilegeRepresents an application specific privilege.classApplicationResourcePrivilegesRepresents privileges over resources that are scoped under an application.classGlobalPrivilegesRepresents global privileges.classIndicesPrivilegesRepresents privileges over indices. -
Uses of ToXContent in org.elasticsearch.client.slm
Classes in org.elasticsearch.client.slm that implement ToXContent Modifier and Type Class Description classExecuteSnapshotLifecyclePolicyResponseclassGetSnapshotLifecyclePolicyResponseclassGetSnapshotLifecycleStatsResponseclassPutSnapshotLifecyclePolicyRequestclassSnapshotInvocationRecordclassSnapshotLifecyclePolicyclassSnapshotLifecyclePolicyMetadatastatic classSnapshotLifecyclePolicyMetadata.SnapshotInProgressclassSnapshotLifecycleStatsstatic classSnapshotLifecycleStats.SnapshotPolicyStatsclassSnapshotRetentionConfiguration -
Uses of ToXContent in org.elasticsearch.client.transform
Classes in org.elasticsearch.client.transform that implement ToXContent Modifier and Type Class Description classPreviewTransformRequestclassPutTransformRequestclassUpdateTransformRequest -
Uses of ToXContent in org.elasticsearch.client.transform.transforms
Subinterfaces of ToXContent in org.elasticsearch.client.transform.transforms Modifier and Type Interface Description interfaceSyncConfigClasses in org.elasticsearch.client.transform.transforms that implement ToXContent Modifier and Type Class Description classDestConfigConfiguration containing the destination index for theTransformConfigclassNodeAttributesA Pojo class containing an Elastic Node's attributesclassQueryConfigObject for encapsulating the desired Query for a TransformclassSourceConfigClass encapsulating all options for aTransformConfiggathering dataclassTransformConfigclassTransformConfigUpdateThis class holds the mutable configuration items for a transform -
Uses of ToXContent in org.elasticsearch.client.transform.transforms.pivot
Subinterfaces of ToXContent in org.elasticsearch.client.transform.transforms.pivot Modifier and Type Interface Description static interfaceDateHistogramGroupSource.IntervalInterval can be specified in 2 ways: fixed_interval fixed intervals like 1h, 1m, 1d calendar_interval calendar aware intervals like 1M, 1Y, ...Classes in org.elasticsearch.client.transform.transforms.pivot that implement ToXContent Modifier and Type Class Description classAggregationConfigclassDateHistogramGroupSourceA grouping via a date histogram aggregation referencing a timefieldstatic classDateHistogramGroupSource.CalendarIntervalstatic classDateHistogramGroupSource.FixedIntervalclassGroupConfigClass describing how to group dataclassHistogramGroupSourceA grouping via a histogram aggregation referencing a numeric fieldclassPivotConfigClass describing how to pivot data viaGroupConfigandAggregationConfigobjectsclassSingleGroupSourceclassTermsGroupSource -
Uses of ToXContent in org.elasticsearch.client.transport
Classes in org.elasticsearch.client.transport that implement ToXContent Modifier and Type Class Description classNoNodeAvailableExceptionAn exception indicating no node is available to perform the operation. -
Uses of ToXContent in org.elasticsearch.client.watcher
Classes in org.elasticsearch.client.watcher that implement ToXContent Modifier and Type Class Description classExecuteWatchRequestAn execute watch request to execute a watch by id or inline -
Uses of ToXContent in org.elasticsearch.cluster
Subinterfaces of ToXContent in org.elasticsearch.cluster Modifier and Type Interface Description static interfaceClusterState.CustomClasses in org.elasticsearch.cluster that implement ToXContent Modifier and Type Class Description classClusterInfoClusterInfo is an object representing a map of nodes toDiskUsageand a map of shard ids to shard sizes, seeInternalClusterInfoService.shardIdentifierFromRouting(String)for the key used in the shardSizes mapclassClusterStateRepresents the current state of the cluster.classDiskUsageEncapsulation class used to represent the amount of disk used on a node.classIncompatibleClusterStateVersionExceptionThrown byDiff.apply(T)methodclassNotMasterExceptionThrown when a node join request or a master ping reaches a node which is not currently acting as a master or when a cluster state update task is to be executed on a node that is no longer master.classRepositoryCleanupInProgressclassRestoreInProgressMeta data about restore processes that are currently executingclassSnapshotDeletionsInProgressA class that represents the snapshot deletions that are in progress in the cluster.classSnapshotsInProgressMeta data about snapshots that are currently executingstatic classSnapshotsInProgress.Entry -
Uses of ToXContent in org.elasticsearch.cluster.action.shard
Classes in org.elasticsearch.cluster.action.shard that implement ToXContent Modifier and Type Class Description static classShardStateAction.NoLongerPrimaryShardException -
Uses of ToXContent in org.elasticsearch.cluster.block
Classes in org.elasticsearch.cluster.block that implement ToXContent Modifier and Type Class Description classClusterBlockclassClusterBlockException -
Uses of ToXContent in org.elasticsearch.cluster.coordination
Classes in org.elasticsearch.cluster.coordination that implement ToXContent Modifier and Type Class Description classCoordinationMetaDatastatic classCoordinationMetaData.VotingConfigExclusionstatic classCoordinationMetaData.VotingConfigurationA collection of persistent node ids, denoting the voting configuration for cluster state changes.classCoordinationStateRejectedExceptionThis exception is thrown when rejecting state transitions on theCoordinationStateobject, for example when receiving a publish request with the wrong term or version.classFailedToCommitClusterStateExceptionThrown when failing to publish a cluster state. -
Uses of ToXContent in org.elasticsearch.cluster.health
Classes in org.elasticsearch.cluster.health that implement ToXContent Modifier and Type Class Description classClusterIndexHealthclassClusterShardHealth -
Uses of ToXContent in org.elasticsearch.cluster.metadata
Subinterfaces of ToXContent in org.elasticsearch.cluster.metadata Modifier and Type Interface Description static interfaceMetaData.CustomClasses in org.elasticsearch.cluster.metadata that implement ToXContent Modifier and Type Class Description classAliasMetaDataclassIndexGraveyardA collection of tombstones for explicitly marking indices as deleted in the cluster state.static classIndexGraveyard.TombstoneAn individual tombstone entry for representing a deleted index.classIndexMetaDataclassManifestThis class represents the manifest file, which is the entry point for reading meta data from disk.classMetaDatastatic classMetaData.UnknownGatewayOnlyCustomclassProcessClusterEventTimeoutExceptionclassRepositoriesMetaDataContains metadata about registered snapshot repositories -
Uses of ToXContent in org.elasticsearch.cluster.node
Classes in org.elasticsearch.cluster.node that implement ToXContent Modifier and Type Class Description classDiscoveryNodeA discovery node represents a node that is part of the cluster. -
Uses of ToXContent in org.elasticsearch.cluster.routing
Classes in org.elasticsearch.cluster.routing that implement ToXContent Modifier and Type Class Description classAllocationIdUniquely identifies an allocation.classIllegalShardRoutingStateExceptionThis exception defines illegal states of shard routingclassRecoverySourceRepresents the recovery source of a shard.static classRecoverySource.EmptyStoreRecoverySourceRecovery from a fresh copystatic classRecoverySource.ExistingStoreRecoverySourceRecovery from an existing on-disk storestatic classRecoverySource.LocalShardsRecoverySourcerecovery from other shards on same node (shrink index action)static classRecoverySource.PeerRecoverySourcepeer recovery from a primary shardstatic classRecoverySource.SnapshotRecoverySourcerecovery from a snapshotclassRoutingExceptionA baseExceptions for all exceptions thrown by routing related operations.classShardRoutingShardRoutingimmutably encapsulates information about shard indexRoutings like id, state, version, etc.classUnassignedInfoHolds additional information as to why the shard is in unassigned state. -
Uses of ToXContent in org.elasticsearch.cluster.routing.allocation
Classes in org.elasticsearch.cluster.routing.allocation that implement ToXContent Modifier and Type Class Description classAbstractAllocationDecisionAn abstract class for representing various types of allocation decisions.classAllocateUnassignedDecisionRepresents the allocation decision by an allocator for an unassigned shard.classMoveDecisionRepresents a decision to move a started shard, either because it is no longer allowed to remain on its current node or because moving it to another node will form a better cluster balance.classNodeAllocationResultThis class represents the shard allocation decision and its explanation for a single node.static classNodeAllocationResult.ShardStoreInfoA class that captures metadata about a shard store on a node.classRerouteExplanationClass encapsulating the explanation for a singleAllocationCommandtaken from the DecidersclassRoutingExplanationsClass used to encapsulate a number ofRerouteExplanationexplanations.classShardAllocationDecisionRepresents the decision taken for the allocation of a single shard. -
Uses of ToXContent in org.elasticsearch.cluster.routing.allocation.command
Subinterfaces of ToXContent in org.elasticsearch.cluster.routing.allocation.command Modifier and Type Interface Description interfaceAllocationCommandA command to move shards in some way.Classes in org.elasticsearch.cluster.routing.allocation.command that implement ToXContent Modifier and Type Class Description classAbstractAllocateAllocationCommandAbstract base class for allocating an unassigned shard to a nodeclassAllocateEmptyPrimaryAllocationCommandAllocates an unassigned empty primary shard to a specific node.classAllocateReplicaAllocationCommandAllocates an unassigned replica shard to a specific node.classAllocateStalePrimaryAllocationCommandAllocates an unassigned stale primary shard to a specific node.classAllocationCommandsA simpleAllocationCommandcomposite managing severalAllocationCommandimplementationsclassBasePrimaryAllocationCommandAbstract base class for allocating an unassigned primary shard to a nodeclassCancelAllocationCommandA command that cancels relocation, or recovery of a given shard on a node.classMoveAllocationCommandA command that moves a shard from a specific node to another node.
Note: The shard needs to be in the stateShardRoutingState.STARTEDin order to be moved. -
Uses of ToXContent in org.elasticsearch.cluster.routing.allocation.decider
Classes in org.elasticsearch.cluster.routing.allocation.decider that implement ToXContent Modifier and Type Class Description classDecisionThis abstract class defining basicDecisionused during shard allocation process.static classDecision.MultiSimple class representing a list of decisionsstatic classDecision.SingleSimple class representing a single decision -
Uses of ToXContent in org.elasticsearch.common
Classes in org.elasticsearch.common that implement ToXContent Modifier and Type Class Description classParsingExceptionException that can be used when parsing queries with a givenXContentParser.Methods in org.elasticsearch.common with parameters of type ToXContent Modifier and Type Method Description static StringStrings. toString(ToXContent toXContent)Return aStringthat is the json representation of the providedToXContent.static StringStrings. toString(ToXContent toXContent, boolean pretty, boolean human)Return aStringthat is the json representation of the providedToXContent. -
Uses of ToXContent in org.elasticsearch.common.blobstore
Classes in org.elasticsearch.common.blobstore that implement ToXContent Modifier and Type Class Description classBlobStoreException -
Uses of ToXContent in org.elasticsearch.common.breaker
Classes in org.elasticsearch.common.breaker that implement ToXContent Modifier and Type Class Description classCircuitBreakingExceptionException thrown when the circuit breaker trips -
Uses of ToXContent in org.elasticsearch.common.bytes
Classes in org.elasticsearch.common.bytes that implement ToXContent Modifier and Type Class Description classByteBufferReferenceThis is aBytesReferencebacked by aByteBuffer.classBytesArrayclassBytesReferenceA reference to bytes.classCompositeBytesReferenceA compositeBytesReferencethat allows joining multiple bytes references into one without copying.classPagedBytesReferenceA page based bytes reference, internally holding the bytes in a paged data structure.classReleasablePagedBytesReferenceAn extension toPagedBytesReferencethat requires releasing its content. -
Uses of ToXContent in org.elasticsearch.common.compress
Constructors in org.elasticsearch.common.compress with parameters of type ToXContent Constructor Description CompressedXContent(ToXContent xcontent, XContentType type, ToXContent.Params params)Create aCompressedXContentout of aToXContentinstance. -
Uses of ToXContent in org.elasticsearch.common.document
Classes in org.elasticsearch.common.document that implement ToXContent Modifier and Type Class Description classDocumentField -
Uses of ToXContent in org.elasticsearch.common.geo
Classes in org.elasticsearch.common.geo that implement ToXContent Modifier and Type Class Description classGeoPoint -
Uses of ToXContent in org.elasticsearch.common.geo.builders
Classes in org.elasticsearch.common.geo.builders that implement ToXContent Modifier and Type Class Description classCircleBuilderclassEnvelopeBuilderclassGeometryCollectionBuilderclassLineStringBuilderclassMultiLineStringBuilderclassMultiPointBuilderclassMultiPolygonBuilderclassPointBuilderclassPolygonBuilderThePolygonBuilderimplements the groundwork to create polygons.classShapeBuilder<T extends Shape,G extends Geometry,E extends ShapeBuilder<T,G,E>>Basic class for building GeoJSON shapes like Polygons, Linestrings, etc -
Uses of ToXContent in org.elasticsearch.common.geo.parsers
Classes in org.elasticsearch.common.geo.parsers that implement ToXContent Modifier and Type Class Description classCoordinateNodeNode used to represent a tree of coordinates. -
Uses of ToXContent in org.elasticsearch.common.io.stream
Classes in org.elasticsearch.common.io.stream that implement ToXContent Modifier and Type Class Description classNotSerializableExceptionWrapperThis exception can be used to wrap a given, not serializable exception to serialize viaStreamOutput.writeException(Throwable). -
Uses of ToXContent in org.elasticsearch.common.settings
Classes in org.elasticsearch.common.settings that implement ToXContent Modifier and Type Class Description classNoClassSettingsExceptionA specific type ofSettingsExceptionindicating failure to load a class based on a settings value.classSecureSetting<T>A secure setting.classSetting<T>A setting.static classSetting.AffixSetting<T>classSettingsAn immutable settings implementation.classSettingsExceptionA generic failure to handle settings. -
Uses of ToXContent in org.elasticsearch.common.text
Classes in org.elasticsearch.common.text that implement ToXContent Modifier and Type Class Description classTextBothStringandBytesReferencerepresentation of the text. -
Uses of ToXContent in org.elasticsearch.common.transport
Classes in org.elasticsearch.common.transport that implement ToXContent Modifier and Type Class Description classTransportAddressA transport address used for IP socket address (wrapsInetSocketAddress). -
Uses of ToXContent in org.elasticsearch.common.unit
Classes in org.elasticsearch.common.unit that implement ToXContent Modifier and Type Class Description classByteSizeValueclassFuzzinessA unit class that encapsulates all in-exact search parsing and conversion from similarities to edit distances etc. -
Uses of ToXContent in org.elasticsearch.common.util
Classes in org.elasticsearch.common.util that implement ToXContent Modifier and Type Class Description static classCancellableThreads.ExecutionCancelledException -
Uses of ToXContent in org.elasticsearch.common.util.concurrent
Classes in org.elasticsearch.common.util.concurrent that implement ToXContent Modifier and Type Class Description classUncategorizedExecutionException -
Uses of ToXContent in org.elasticsearch.common.xcontent
Subinterfaces of ToXContent in org.elasticsearch.common.xcontent Modifier and Type Interface Description interfaceStatusToXContentObjectObjects that can both render themselves in as json/yaml/etc and can provide aRestStatusfor their response.interfaceToXContentFragmentAn interface allowing to transfer an object to "XContent" using anXContentBuilder.interfaceToXContentObjectAn interface allowing to transfer an object to "XContent" using anXContentBuilder.Classes in org.elasticsearch.common.xcontent that implement ToXContent Modifier and Type Class Description classUnknownNamedObjectExceptionThrown whenNamedXContentRegistry.parseNamedObject(Class, String, XContentParser, Object)is called with an unregistered name.Methods in org.elasticsearch.common.xcontent with parameters of type ToXContent Modifier and Type Method Description XContentBuilderXContentBuilder. field(String name, ToXContent value)XContentBuilderXContentBuilder. field(String name, ToXContent value, ToXContent.Params params)static BytesReferenceXContentHelper. toXContent(ToXContent toXContent, XContentType xContentType, boolean humanReadable)Returns the bytes that represent the XContent output of the providedToXContentobject, using the providedXContentType.static BytesReferenceXContentHelper. toXContent(ToXContent toXContent, XContentType xContentType, ToXContent.Params params, boolean humanReadable)Returns the bytes that represent the XContent output of the providedToXContentobject, using the providedXContentType. -
Uses of ToXContent in org.elasticsearch.discovery
Classes in org.elasticsearch.discovery that implement ToXContent Modifier and Type Class Description classDiscoveryStatsclassMasterNotDiscoveredException -
Uses of ToXContent in org.elasticsearch.discovery.zen
Classes in org.elasticsearch.discovery.zen that implement ToXContent Modifier and Type Class Description classPendingClusterStateStatsClass encapsulating stats about the PendingClusterStatsQueueclassPublishClusterStateStatsClass encapsulating stats about the PublishClusterStateAction -
Uses of ToXContent in org.elasticsearch.env
Classes in org.elasticsearch.env that implement ToXContent Modifier and Type Class Description classShardLockObtainFailedExceptionException used when the in-memory lock for a shard cannot be obtained -
Uses of ToXContent in org.elasticsearch.gateway
Classes in org.elasticsearch.gateway that implement ToXContent Modifier and Type Class Description classGatewayException -
Uses of ToXContent in org.elasticsearch.http
Classes in org.elasticsearch.http that implement ToXContent Modifier and Type Class Description classBindHttpExceptionclassHttpExceptionclassHttpInfoclassHttpStats -
Uses of ToXContent in org.elasticsearch.index
Classes in org.elasticsearch.index that implement ToXContent Modifier and Type Class Description classIndexA value class representing the basic required properties of an Elasticsearch index.classIndexNotFoundException -
Uses of ToXContent in org.elasticsearch.index.analysis
Classes in org.elasticsearch.index.analysis that implement ToXContent Modifier and Type Class Description classNameOrDefinition -
Uses of ToXContent in org.elasticsearch.index.cache.query
Classes in org.elasticsearch.index.cache.query that implement ToXContent Modifier and Type Class Description classQueryCacheStats -
Uses of ToXContent in org.elasticsearch.index.cache.request
Classes in org.elasticsearch.index.cache.request that implement ToXContent Modifier and Type Class Description classRequestCacheStats -
Uses of ToXContent in org.elasticsearch.index.engine
Classes in org.elasticsearch.index.engine that implement ToXContent Modifier and Type Class Description classCommitStatsa class the returns dynamic information with respect to the last commit point of this shardclassDocumentMissingExceptionclassDocumentSourceMissingExceptionclassEngineCreationFailureExceptionAn exception indicating that anEnginecreation failed.classEngineExceptionclassFlushFailedEngineExceptionclassRecoveryEngineExceptionclassRefreshFailedEngineExceptionclassSegmentsStatsclassSnapshotFailedEngineExceptionclassVersionConflictEngineException -
Uses of ToXContent in org.elasticsearch.index.fielddata
Classes in org.elasticsearch.index.fielddata that implement ToXContent Modifier and Type Class Description classFieldDataStats -
Uses of ToXContent in org.elasticsearch.index.flush
Classes in org.elasticsearch.index.flush that implement ToXContent Modifier and Type Class Description classFlushStats -
Uses of ToXContent in org.elasticsearch.index.get
Classes in org.elasticsearch.index.get that implement ToXContent Modifier and Type Class Description classGetResultclassGetStats -
Uses of ToXContent in org.elasticsearch.index.mapper
Classes in org.elasticsearch.index.mapper that implement ToXContent Modifier and Type Class Description classAbstractGeometryFieldMapper<Parsed,Processed>Base class forGeoShapeFieldMapperandLegacyGeoShapeFieldMapperclassAllFieldMapperNoop mapper that ensures that mappings created in 6x that explicitly disable the _all field can be restored in this version.classBinaryFieldMapperclassBooleanFieldMapperA field mapper for boolean fields.classCompletionFieldMapperMapper for completion field.classDateFieldMapperAFieldMapperfor dates.classDocumentMapperclassDynamicKeyFieldMapperA field mapper that supports lookup of dynamic sub-keys.classDynamicTemplateclassFieldAliasMapperA mapper for field aliases.classFieldMapperclassFieldNamesFieldMapperA mapper that indexes the field names of a document under_field_names.classGeoPointFieldMapperField Mapper for geo_point types.classGeoShapeFieldMapperFieldMapper for indexingLatLonShapes.classIdFieldMapperA mapper for the _id field.classIgnoredFieldMapperA field mapper that records fields that have been ignored because they were malformed.classIndexFieldMapperclassIpFieldMapperAFieldMapperfor ip addresses.classKeywordFieldMapperA field mapper for keywords.classLegacyGeoShapeFieldMapperDeprecated.classMapperclassMapperExceptionclassMapperParsingExceptionclassMappingWrapper around everything that defines a mapping, without references to utility classes like MapperService, ...classMetadataFieldMapperA mapper for a builtin field containing metadata about a document.classNumberFieldMapperAFieldMapperfor numeric types: byte, short, int, long, float and double.classObjectMapperclassRangeFieldMapperAFieldMapperfor indexing numeric and date ranges, and creating queriesclassRootObjectMapperclassRoutingFieldMapperclassSeqNoFieldMapperMapper for the_seq_nofield.classSourceFieldMapperclassStrictDynamicMappingExceptionclassTextFieldMapperAFieldMapperfor full-text fields.classTypeFieldMapperclassVersionFieldMapperMapper for the _version field.Methods in org.elasticsearch.index.mapper with parameters of type ToXContent Modifier and Type Method Description voidObjectMapper. toXContent(XContentBuilder builder, ToXContent.Params params, ToXContent custom) -
Uses of ToXContent in org.elasticsearch.index.merge
Classes in org.elasticsearch.index.merge that implement ToXContent Modifier and Type Class Description classMergeStats -
Uses of ToXContent in org.elasticsearch.index.query
Subinterfaces of ToXContent in org.elasticsearch.index.query Modifier and Type Interface Description interfaceMultiTermQueryBuilderinterfaceQueryBuilderinterfaceSpanQueryBuilderMarker interface for a specific type ofQueryBuilderthat allows to build span queries.Classes in org.elasticsearch.index.query that implement ToXContent Modifier and Type Class Description classAbstractGeometryQueryBuilder<QB extends AbstractGeometryQueryBuilder<QB>>BaseQueryBuilderthat builds a Geometry QueryclassAbstractQueryBuilder<QB extends AbstractQueryBuilder<QB>>Base class for all classes producing lucene queries.classBaseTermQueryBuilder<QB extends BaseTermQueryBuilder<QB>>classBoolQueryBuilderA Query that matches documents matching boolean combinations of other queries.classBoostingQueryBuilderThe BoostingQuery class can be used to effectively demote results that match a given query.classCommonTermsQueryBuilderDeprecated.Since max_optimization optimization landed in 7.0, normal MatchQuery will achieve the same result without any configuration.classConstantScoreQueryBuilderA query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.classDisMaxQueryBuilderA query that generates the union of documents produced by its sub-queries, and that scores each document with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any additional matching sub-queries.classDistanceFeatureQueryBuilderA query to boost scores based on their proximity to the given origin for date, date_nanos and geo_point field typesclassExistsQueryBuilderConstructs a query that only match on documents that the field has a value in them.classFieldMaskingSpanQueryBuilderclassFuzzyQueryBuilderA Query that does fuzzy matching for a specific value.classGeoBoundingBoxQueryBuilderCreates a Lucene query that will filter for all documents that lie within the specified bounding box.classGeoDistanceQueryBuilderFilter results of a query to include only those within a specific distance to some geo point.classGeoPolygonQueryBuilderclassGeoShapeQueryBuilderDerivedAbstractGeometryQueryBuilderthat builds a lat, lon GeoShape QueryclassIdsQueryBuilderA query that will return only documents matching specific ids (and a type).classInnerHitBuilderclassIntervalQueryBuilderBuilder forIntervalQueryclassIntervalsSourceProviderFactory class forIntervalsSourceBuilt-in sources includeIntervalsSourceProvider.Match, which analyzes a text string and converts it to a proximity source (phrase, ordered or unordered depending on how strict the matching should be);IntervalsSourceProvider.Combine, which allows proximity queries between different sub-sources; andIntervalsSourceProvider.Disjunction.static classIntervalsSourceProvider.Combinestatic classIntervalsSourceProvider.Disjunctionstatic classIntervalsSourceProvider.IntervalFilterstatic classIntervalsSourceProvider.Matchstatic classIntervalsSourceProvider.Prefixstatic classIntervalsSourceProvider.WildcardclassMatchAllQueryBuilderA query that matches on all documents.classMatchBoolPrefixQueryBuilderThe boolean prefix query analyzes the input text and creates a boolean query containing a Term query for each term, except for the last term, which is used to create a prefix queryclassMatchNoneQueryBuilderA query that matches no document.classMatchPhrasePrefixQueryBuilderMatch query is a query that analyzes the text and constructs a phrase prefix query as the result of the analysis.classMatchPhraseQueryBuilderMatch query is a query that analyzes the text and constructs a phrase query as the result of the analysis.classMatchQueryBuilderMatch query is a query that analyzes the text and constructs a query as the result of the analysis.classMoreLikeThisQueryBuilderA more like this query that finds documents that are "like" the provided set of document(s).static classMoreLikeThisQueryBuilder.ItemA single item to be used for aMoreLikeThisQueryBuilder.classMultiMatchQueryBuilderSame asMatchQueryBuilderbut supports multiple fields.classNestedQueryBuilderclassPrefixQueryBuilderA Query that matches documents containing terms with a specified prefix.classQueryShardExceptionException that is thrown when creating lucene queries on the shardclassQueryStringQueryBuilderA query that parses a query string and runs it.classRangeQueryBuilderA Query that matches documents within an range of terms.classRegexpQueryBuilderA Query that does fuzzy matching for a specific value.classScriptQueryBuilderclassSimpleQueryStringBuilderSimpleQuery is a query parser that acts similar to a query_string query, but won't throw exceptions for any weird string syntax.classSpanContainingQueryBuilderBuilder forSpanContainingQuery.classSpanFirstQueryBuilderclassSpanMultiTermQueryBuilderQuery that allows wrapping aMultiTermQueryBuilder(one of wildcard, fuzzy, prefix, term, range or regexp query) as aSpanQueryBuilderso it can be nested.classSpanNearQueryBuilderMatches spans which are near one another.static classSpanNearQueryBuilder.SpanGapQueryBuilderSpanGapQueryBuilder enables gaps in a SpanNearQuery.classSpanNotQueryBuilderclassSpanOrQueryBuilderSpan query that matches the union of its clauses.classSpanTermQueryBuilderA Span Query that matches documents containing a term.classSpanWithinQueryBuilderBuilder forSpanWithinQuery.classTermQueryBuilderA Query that matches documents containing a term.classTermsQueryBuilderA filter for a field based on several terms matching on any of them.classTermsSetQueryBuilderclassTypeQueryBuilderclassWildcardQueryBuilderImplements the wildcard search query.classWrapperQueryBuilderA Query builder which allows building a query given JSON string or binary data provided as input. -
Uses of ToXContent in org.elasticsearch.index.query.functionscore
Classes in org.elasticsearch.index.query.functionscore that implement ToXContent Modifier and Type Class Description classDecayFunctionBuilder<DFB extends DecayFunctionBuilder<DFB>>classExponentialDecayFunctionBuilderclassFieldValueFactorFunctionBuilderBuilder to constructfield_value_factorfunctions for a function score query.classFunctionScoreQueryBuilderA query that uses a filters with a script associated with them to compute the score.static classFunctionScoreQueryBuilder.FilterFunctionBuilderFunction to be associated with an optional filter, meaning it will be executed only for the documents that match the given filter.classGaussDecayFunctionBuilderclassLinearDecayFunctionBuilderclassRandomScoreFunctionBuilderA function that computes a random score for the matched documentsclassScoreFunctionBuilder<FB extends ScoreFunctionBuilder<FB>>classScriptScoreFunctionBuilderA function that uses a script to compute or influence the score of documents that match with the inner query or filter.classScriptScoreQueryBuilderA query that computes a document score based on the provided scriptclassWeightBuilderA query that multiplies the weight to the score. -
Uses of ToXContent in org.elasticsearch.index.rankeval
Subinterfaces of ToXContent in org.elasticsearch.index.rankeval Modifier and Type Interface Description interfaceEvaluationMetricImplementations ofEvaluationMetricneed to provide a way to compute the quality metric for a result list returned by some search (@linkSearchHits) and a list of rated documents.interfaceMetricDetailDetails about a specificEvaluationMetricthat should be included in the resonse.Classes in org.elasticsearch.index.rankeval that implement ToXContent Modifier and Type Class Description classEvalQueryQualityResult of the evaluation metric calculation on one particular query alone.classRankEvalResponseReturns the results for aRankEvalRequest.
The response contains a detailed section for each evaluation query in the request and possible failures that happened when execution individual queries.classRankEvalSpecSpecification of the ranking evaluation request.
This class groups the queries to evaluate, including their document ratings, and the evaluation metric including its parameters.classRatedDocumentRepresents a document (specified by its _index/_id) and its corresponding rating with respect to a specific search query.classRatedRequestDefinition of a particular query in the ranking evaluation request.
This usually represents a single user search intent and consists of an id (ideally human readable and referencing the search intent), the list of indices to be queries and theSearchSourceBuilderthat will be used to create the search request for this search intent.
Alternatively, a template id and template parameters can be provided instead.
Finally, a list of rated documents for this query also needs to be provided.classRatedSearchHitCombines aSearchHitwith a document rating. -
Uses of ToXContent in org.elasticsearch.index.recovery
Classes in org.elasticsearch.index.recovery that implement ToXContent Modifier and Type Class Description classRecoveryStatsRecovery related statistics, starting at the shard level and allowing aggregation to indices and node level -
Uses of ToXContent in org.elasticsearch.index.refresh
Classes in org.elasticsearch.index.refresh that implement ToXContent Modifier and Type Class Description classRefreshStats -
Uses of ToXContent in org.elasticsearch.index.reindex
Classes in org.elasticsearch.index.reindex that implement ToXContent Modifier and Type Class Description classBulkByScrollResponseResponse used for actions that index many documents using a scroll request.static classBulkByScrollTask.StatusStatus of the reindex, update by query, or delete by query.static classBulkByScrollTask.StatusOrExceptionThe status of a slice of the request.classDeleteByQueryRequestCreates a newDeleteByQueryRequestthat uses scrolling and bulk requests to delete all documents matching the query.classReindexRequestRequest to reindex some documents from one index to another.classRemoteInfostatic classScrollableHitSource.SearchFailureA failure during search.classUpdateByQueryRequestRequest to update some documents. -
Uses of ToXContent in org.elasticsearch.index.search.stats
Classes in org.elasticsearch.index.search.stats that implement ToXContent Modifier and Type Class Description classSearchStatsstatic classSearchStats.Stats -
Uses of ToXContent in org.elasticsearch.index.seqno
Classes in org.elasticsearch.index.seqno that implement ToXContent Modifier and Type Class Description classRetentionLeaseA "shard history retention lease" (or "retention lease" for short) is conceptually a marker containing a retaining sequence number such that all operations with sequence number at least that retaining sequence number will be retained during merge operations (which could otherwise merge away operations that have been soft deleted).classRetentionLeaseAlreadyExistsExceptionclassRetentionLeaseInvalidRetainingSeqNoExceptionclassRetentionLeaseNotFoundExceptionclassRetentionLeasesRepresents a versioned collection of retention leases.classRetentionLeaseStatsRepresents retention lease stats.classSeqNoStats -
Uses of ToXContent in org.elasticsearch.index.shard
Classes in org.elasticsearch.index.shard that implement ToXContent Modifier and Type Class Description classDocsStatsclassIllegalIndexShardStateExceptionclassIndexingStatsstatic classIndexingStats.StatsclassIndexShardClosedExceptionclassIndexShardNotRecoveringExceptionclassIndexShardNotStartedExceptionclassIndexShardRecoveringExceptionclassIndexShardRecoveryExceptionclassIndexShardRelocatedExceptionclassIndexShardStartedExceptionstatic classPrimaryReplicaSyncer.ResyncTask.StatusclassShardIdAllows for shard level components to be injected with the shard id.classShardNotFoundExceptionclassShardNotInPrimaryModeException -
Uses of ToXContent in org.elasticsearch.index.snapshots
Classes in org.elasticsearch.index.snapshots that implement ToXContent Modifier and Type Class Description classIndexShardRestoreExceptionGeneric shard restore exceptionclassIndexShardRestoreFailedExceptionThrown when restore of a shard failsclassIndexShardSnapshotExceptionGeneric shard snapshot exceptionclassIndexShardSnapshotFailedExceptionThrown when snapshot process is failed on a shard level -
Uses of ToXContent in org.elasticsearch.index.snapshots.blobstore
Classes in org.elasticsearch.index.snapshots.blobstore that implement ToXContent Modifier and Type Class Description classBlobStoreIndexShardSnapshotShard snapshot metadataclassBlobStoreIndexShardSnapshotsContains information about all snapshots for the given shard in repository -
Uses of ToXContent in org.elasticsearch.index.store
Classes in org.elasticsearch.index.store that implement ToXContent Modifier and Type Class Description classStoreStats -
Uses of ToXContent in org.elasticsearch.index.translog
Classes in org.elasticsearch.index.translog that implement ToXContent Modifier and Type Class Description classTranslogCorruptedExceptionclassTranslogExceptionclassTranslogStatsclassTruncatedTranslogException -
Uses of ToXContent in org.elasticsearch.index.warmer
Classes in org.elasticsearch.index.warmer that implement ToXContent Modifier and Type Class Description classWarmerStats -
Uses of ToXContent in org.elasticsearch.indices
Classes in org.elasticsearch.indices that implement ToXContent Modifier and Type Class Description classAliasFilterParsingExceptionclassIndexClosedExceptionException indicating that one or more requested indices are closed.classIndexCreationExceptionclassIndexPrimaryShardNotAllocatedExceptionThrown when some action cannot be performed because the primary shard of some shard group in an index has not been allocated post api action.classIndexTemplateMissingExceptionclassInvalidAliasNameExceptionclassInvalidIndexNameExceptionclassInvalidIndexTemplateExceptionclassInvalidTypeNameExceptionclassNodeIndicesStatsGlobal information on indices stats running on a specific node.classTermsLookupEncapsulates the parameters needed to fetch terms.classTypeMissingException -
Uses of ToXContent in org.elasticsearch.indices.breaker
Classes in org.elasticsearch.indices.breaker that implement ToXContent Modifier and Type Class Description classAllCircuitBreakerStatsStats class encapsulating all of the different circuit breaker statsclassCircuitBreakerStatsClass encapsulating stats about the circuit breaker -
Uses of ToXContent in org.elasticsearch.indices.recovery
Classes in org.elasticsearch.indices.recovery that implement ToXContent Modifier and Type Class Description classDelayRecoveryExceptionAn exception marking that this recovery attempt should be ignored (since probably, we already recovered).classRecoverFilesRecoveryExceptionclassRecoveryFailedExceptionclassRecoveryStateKeeps track of state related to shard recovery.static classRecoveryState.Filestatic classRecoveryState.Indexstatic classRecoveryState.Translogstatic classRecoveryState.VerifyIndex -
Uses of ToXContent in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement ToXContent Modifier and Type Class Description classIngestInfoclassIngestMetadataHolds the ingest pipelines that are available in the clusterclassIngestProcessorExceptionA dedicated wrapper for exceptions encountered executing an ingest processor.classIngestStatsstatic classIngestStats.StatsclassPipelineConfigurationEncapsulates a pipeline's id and configuration as a blobclassProcessorInfo -
Uses of ToXContent in org.elasticsearch.monitor.fs
Classes in org.elasticsearch.monitor.fs that implement ToXContent Modifier and Type Class Description classFsInfostatic classFsInfo.DeviceStatsstatic classFsInfo.IoStatsstatic classFsInfo.Path -
Uses of ToXContent in org.elasticsearch.monitor.jvm
Classes in org.elasticsearch.monitor.jvm that implement ToXContent Modifier and Type Class Description classJvmInfoclassJvmStats -
Uses of ToXContent in org.elasticsearch.monitor.os
Classes in org.elasticsearch.monitor.os that implement ToXContent Modifier and Type Class Description classOsInfoclassOsStatsstatic classOsStats.CgroupEncapsulates basic cgroup statistics.static classOsStats.Cgroup.CpuStatEncapsulates CPU time statistics.static classOsStats.Cpustatic classOsStats.Memstatic classOsStats.Swap -
Uses of ToXContent in org.elasticsearch.monitor.process
Classes in org.elasticsearch.monitor.process that implement ToXContent Modifier and Type Class Description classProcessInfoclassProcessStats -
Uses of ToXContent in org.elasticsearch.node
Classes in org.elasticsearch.node that implement ToXContent Modifier and Type Class Description classAdaptiveSelectionStatsClass representing statistics about adaptive replica selection.classNodeClosedExceptionAn exception indicating that node is closed. -
Uses of ToXContent in org.elasticsearch.persistent
Subinterfaces of ToXContent in org.elasticsearch.persistent Modifier and Type Interface Description interfacePersistentTaskParamsParameters used to start persistent taskinterfacePersistentTaskStatePersistentTaskStaterepresents the state of the persistent tasks, as it is persisted in the cluster state.Classes in org.elasticsearch.persistent that implement ToXContent Modifier and Type Class Description classPersistentTasksCustomMetaDataA cluster state record that contains a list of all running persistent tasksstatic classPersistentTasksCustomMetaData.PersistentTask<P extends PersistentTaskParams>A record that represents a single running persistent taskstatic classPersistentTasksNodeService.Status -
Uses of ToXContent in org.elasticsearch.plugins
Classes in org.elasticsearch.plugins that implement ToXContent Modifier and Type Class Description classPluginInfoAn in-memory representation of the plugin descriptor. -
Uses of ToXContent in org.elasticsearch.repositories
Classes in org.elasticsearch.repositories that implement ToXContent Modifier and Type Class Description classIndexIdRepresents a single snapshotted index in the repository.classRepositoryCleanupResultclassRepositoryExceptionGeneric repository exceptionclassRepositoryMissingExceptionRepository missing exceptionclassRepositoryVerificationExceptionRepository verification exception -
Uses of ToXContent in org.elasticsearch.repositories.blobstore
Classes in org.elasticsearch.repositories.blobstore with type parameters of type ToXContent Modifier and Type Class Description classChecksumBlobStoreFormat<T extends ToXContent>Snapshot metadata file format used in v2.0 and above -
Uses of ToXContent in org.elasticsearch.rest.action
Classes in org.elasticsearch.rest.action with type parameters of type ToXContent Modifier and Type Class Description static classRestActions.NodesResponseRestListener<NodesResponse extends BaseNodesResponse & ToXContent>NodesResponseRestBuilderListenerautomatically translates anyBaseNodesResponse(multi-node) response that isToXContent-compatible into aRestResponsewith the necessary header info (e.g., "cluster_name").Methods in org.elasticsearch.rest.action with type parameters of type ToXContent Modifier and Type Method Description static <NodesResponse extends BaseNodesResponse & ToXContent>
BytesRestResponseRestActions. nodesResponse(XContentBuilder builder, ToXContent.Params params, NodesResponse response) -
Uses of ToXContent in org.elasticsearch.rest.action.admin.indices
Classes in org.elasticsearch.rest.action.admin.indices that implement ToXContent Modifier and Type Class Description classAliasesNotFoundException -
Uses of ToXContent in org.elasticsearch.script
Classes in org.elasticsearch.script that implement ToXContent Modifier and Type Class Description classGeneralScriptExceptionDeprecated.Use ScriptException for exceptions from the scripting engine, otherwise use a more appropriate exception (e.g.classScriptScriptrepresents used-defined input that can be used to compile and execute a script from theScriptServicebased on theScriptType.classScriptExceptionException from a scripting engine.classScriptMetaDataScriptMetaDatais used to store user-defined scripts as part of theClusterStateusing only an id as the key.classScriptStatsclassStoredScriptSourceStoredScriptSourcerepresents user-defined parameters for a script saved in theClusterState. -
Uses of ToXContent in org.elasticsearch.script.mustache
Classes in org.elasticsearch.script.mustache that implement ToXContent Modifier and Type Class Description classMultiSearchTemplateResponseclassSearchTemplateRequestA request to execute a search based on a search template.classSearchTemplateResponse -
Uses of ToXContent in org.elasticsearch.search
Classes in org.elasticsearch.search that implement ToXContent Modifier and Type Class Description classSearchContextMissingExceptionclassSearchExceptionclassSearchExtBuilderIntermediate serializable representation of a search ext section.classSearchHitA single search hit.static classSearchHit.NestedIdentityEncapsulates the nested identity of a hit.classSearchHitsclassSearchParseExceptionclassSearchSortValues -
Uses of ToXContent in org.elasticsearch.search.aggregations
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations Modifier and Type Interface Description interfaceAggregationAn aggregation. -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket Modifier and Type Interface Description interfaceMultiBucketsAggregationAn aggregation that returns multiple bucketsstatic interfaceMultiBucketsAggregation.BucketA bucket represents a criteria to which all documents that fall in it adhere to.interfaceSingleBucketAggregationA single bucket aggregationClasses in org.elasticsearch.search.aggregations.bucket that implement ToXContent Modifier and Type Class Description classInternalSingleBucketAggregationA base class for all the single bucket aggregations.classParsedSingleBucketAggregationA base class for all the single bucket aggregations. -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.adjacency
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.adjacency Modifier and Type Interface Description interfaceAdjacencyMatrixA multi bucket aggregation where the buckets are defined by a set of filters (a bucket is produced per filter plus a bucket for each non-empty filter intersection so A, B and A&B).static interfaceAdjacencyMatrix.BucketA bucket associated with a specific filter or pair (identified by its key)Classes in org.elasticsearch.search.aggregations.bucket.adjacency that implement ToXContent Modifier and Type Class Description classAdjacencyMatrixAggregationBuilderprotected static classAdjacencyMatrixAggregator.KeyedFilterclassInternalAdjacencyMatrixstatic classInternalAdjacencyMatrix.InternalBucketclassParsedAdjacencyMatrixstatic classParsedAdjacencyMatrix.ParsedBucket -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.composite
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.composite Modifier and Type Interface Description interfaceCompositeAggregationstatic interfaceCompositeAggregation.BucketClasses in org.elasticsearch.search.aggregations.bucket.composite that implement ToXContent Modifier and Type Class Description classCompositeAggregationBuilderclassCompositeValuesSourceBuilder<AB extends CompositeValuesSourceBuilder<AB>>AValuesSourcebuilder forCompositeAggregationBuilderclassDateHistogramValuesSourceBuilderACompositeValuesSourceBuilderthat builds aRoundingValuesSourcefrom aScriptor a field name using the provided interval.classGeoTileGridValuesSourceBuilderclassHistogramValuesSourceBuilderACompositeValuesSourceBuilderthat builds aHistogramValuesSourcefrom another numeric values source using the provided interval.classInternalCompositestatic classInternalComposite.InternalBucketclassParsedCompositestatic classParsedComposite.ParsedBucketclassTermsValuesSourceBuilder -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.filter
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.filter Modifier and Type Interface Description interfaceFilterAfilteraggregation.interfaceFiltersA multi bucket aggregation where the buckets are defined by a set of filters (a bucket per filter).static interfaceFilters.BucketA bucket associated with a specific filter (identified by its key)Classes in org.elasticsearch.search.aggregations.bucket.filter that implement ToXContent Modifier and Type Class Description classFilterAggregationBuilderclassFiltersAggregationBuilderstatic classFiltersAggregator.KeyedFilterclassInternalFilterclassInternalFiltersstatic classInternalFilters.InternalBucketclassParsedFilterclassParsedFiltersstatic classParsedFilters.ParsedBucket -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.geogrid
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Interface Description interfaceGeoGridA geo-grid aggregation.static interfaceGeoGrid.BucketA bucket that is associated with a geo-grid cell.Classes in org.elasticsearch.search.aggregations.bucket.geogrid that implement ToXContent Modifier and Type Class Description classGeoGridAggregationBuilderclassGeoHashGridAggregationBuilderclassGeoTileGridAggregationBuilderclassInternalGeoGrid<B extends InternalGeoGridBucket>Represents a grid of cells where each cell's location is determined by a specific geo hashing algorithm.classInternalGeoGridBucket<B extends InternalGeoGridBucket>classInternalGeoHashGridRepresents a grid of cells where each cell's location is determined by a geohash.classInternalGeoHashGridBucketclassInternalGeoTileGridRepresents a grid of cells where each cell's location is determined by a geohash.classInternalGeoTileGridBucketclassParsedGeoGridclassParsedGeoGridBucketclassParsedGeoHashGridclassParsedGeoHashGridBucketclassParsedGeoTileGridclassParsedGeoTileGridBucket -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.global
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.global Modifier and Type Interface Description interfaceGlobalAglobalaggregation.Classes in org.elasticsearch.search.aggregations.bucket.global that implement ToXContent Modifier and Type Class Description classGlobalAggregationBuilderclassInternalGlobalA global scope get (the document set on which we aggregate is all documents in the search context (ie.classParsedGlobal -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.histogram
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.histogram Modifier and Type Interface Description interfaceHistogramAhistogramaggregation.static interfaceHistogram.BucketA bucket in the histogram where documents fall in -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.missing
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.missing Modifier and Type Interface Description interfaceMissingAmissingaggregation.Classes in org.elasticsearch.search.aggregations.bucket.missing that implement ToXContent Modifier and Type Class Description classInternalMissingclassMissingAggregationBuilderclassParsedMissing -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.nested
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.nested Modifier and Type Interface Description interfaceNestedAnestedaggregation.interfaceReverseNestedAreverse nestedaggregation.Classes in org.elasticsearch.search.aggregations.bucket.nested that implement ToXContent Modifier and Type Class Description classInternalNestedResult of theNestedAggregator.classInternalReverseNestedResult of theReverseNestedAggregator.classNestedAggregationBuilderclassParsedNestedclassParsedReverseNestedclassReverseNestedAggregationBuilder -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.range
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.range Modifier and Type Interface Description interfaceRangeArangeaggregation.static interfaceRange.BucketA bucket associated with a specific range -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.sampler
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.sampler Modifier and Type Interface Description interfaceSamplerAfilteraggregation that defines a single bucket to hold a sample of top-matching documents.Classes in org.elasticsearch.search.aggregations.bucket.sampler that implement ToXContent Modifier and Type Class Description classDiversifiedAggregationBuilderclassInternalSamplerclassParsedSamplerclassSamplerAggregationBuilderclassUnmappedSampler -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.significant
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.significant Modifier and Type Interface Description interfaceSignificantTermsAn aggregation that collects significant terms in comparison to a background set.static interfaceSignificantTerms.BucketClasses in org.elasticsearch.search.aggregations.bucket.significant that implement ToXContent Modifier and Type Class Description classInternalMappedSignificantTerms<A extends InternalMappedSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>classInternalSignificantTerms<A extends InternalSignificantTerms<A,B>,B extends InternalSignificantTerms.Bucket<B>>Result of the significant terms aggregation.static classInternalSignificantTerms.Bucket<B extends InternalSignificantTerms.Bucket<B>>classParsedSignificantLongTermsstatic classParsedSignificantLongTerms.ParsedBucketclassParsedSignificantStringTermsstatic classParsedSignificantStringTerms.ParsedBucketclassParsedSignificantTermsstatic classParsedSignificantTerms.ParsedBucketclassSignificantLongTermsResult of the running the significant terms aggregation on a numeric field.classSignificantStringTermsResult of the running the significant terms aggregation on a String field.static classSignificantStringTerms.BucketclassSignificantTermsAggregationBuilderclassSignificantTextAggregationBuilderclassUnmappedSignificantTermsResult of the running the significant terms aggregation on an unmapped field.protected static classUnmappedSignificantTerms.BucketConcrete type that can't be built because Java needs a concrete type soInternalTerms.Bucketcan have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets. -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.significant.heuristics
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.significant.heuristics Modifier and Type Interface Description interfaceSignificanceHeuristicBuilderClasses in org.elasticsearch.search.aggregations.bucket.significant.heuristics that implement ToXContent Modifier and Type Class Description classChiSquarestatic classChiSquare.ChiSquareBuilderclassGNDstatic classGND.GNDBuilderclassJLHScorestatic classJLHScore.JLHScoreBuilderclassMutualInformationstatic classMutualInformation.MutualInformationBuilderclassNXYSignificanceHeuristicprotected static classNXYSignificanceHeuristic.NXYBuilderclassPercentageScorestatic classPercentageScore.PercentageScoreBuilderclassScriptHeuristicclassSignificanceHeuristicHeuristic for thatSignificantTermsuses to pick out significant terms. -
Uses of ToXContent in org.elasticsearch.search.aggregations.bucket.terms
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Interface Description interfaceRareTermsstatic interfaceRareTerms.BucketA bucket that is associated with a single terminterfaceTermsAtermsaggregation.static interfaceTerms.BucketA bucket that is associated with a single termClasses in org.elasticsearch.search.aggregations.bucket.terms that implement ToXContent Modifier and Type Class Description classDoubleTermsResult of theTermsAggregatorwhen the field is some kind of decimal number like a float, double, or distance.classIncludeExcludeDefines the include/exclude regular expression filtering for string terms aggregation.classInternalMappedRareTerms<A extends InternalRareTerms<A,B>,B extends InternalRareTerms.Bucket<B>>classInternalMappedTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>>Common superclass for results of the terms aggregation on mapped fields.classInternalRareTerms<A extends InternalRareTerms<A,B>,B extends InternalRareTerms.Bucket<B>>static classInternalRareTerms.Bucket<B extends InternalRareTerms.Bucket<B>>classInternalTerms<A extends InternalTerms<A,B>,B extends InternalTerms.Bucket<B>>static classInternalTerms.Bucket<B extends InternalTerms.Bucket<B>>classLongRareTermsResult of the RareTerms aggregation when the field is some kind of whole number like a integer, long, or a date.static classLongRareTerms.BucketclassLongTermsResult of theTermsAggregatorwhen the field is some kind of whole number like a integer, long, or a date.static classLongTerms.BucketclassParsedDoubleTermsstatic classParsedDoubleTerms.ParsedBucketclassParsedLongTermsstatic classParsedLongTerms.ParsedBucketclassParsedStringTermsstatic classParsedStringTerms.ParsedBucketclassParsedTermsstatic classParsedTerms.ParsedBucketclassRareTermsAggregationBuilderclassStringRareTermsstatic classStringRareTerms.BucketclassStringTermsResult of theTermsAggregatorwhen the field is a String.static classStringTerms.BucketclassTermsAggregationBuilderstatic classTermsAggregator.BucketCountThresholdsclassUnmappedRareTermsResult of the RareTerms aggregation when the field is unmapped.protected static classUnmappedRareTerms.BucketclassUnmappedTermsResult of theTermsAggregatorwhen the field is unmapped.protected static classUnmappedTerms.BucketConcrete type that can't be built because Java needs a concrete type soInternalTerms.Bucketcan have a self type but UnmappedTerms doesn't ever need to build it because it never returns any buckets. -
Uses of ToXContent in org.elasticsearch.search.aggregations.metrics
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.metrics Modifier and Type Interface Description interfaceAvgAn aggregation that computes the average of the values in the current bucket.interfaceCardinalityAn aggregation that computes approximate numbers of unique terms.interfaceExtendedStatsStatistics over a set of values (either aggregated over field data or scripts)interfaceGeoBoundsAn aggregation that computes a bounding box in which all documents of the current bucket are.interfaceGeoCentroidInterface forGeoCentroidAggregatorinterfaceMaxAn aggregation that computes the maximum of the values in the current bucket.interfaceMedianAbsoluteDeviationAn aggregation that approximates the median absolute deviation of a numeric fieldinterfaceMinAn aggregation that computes the minimum of the values in the current bucket.interfaceNumericMetricsAggregationstatic interfaceNumericMetricsAggregation.MultiValuestatic interfaceNumericMetricsAggregation.SingleValueinterfacePercentileRanksAn aggregation that computes approximate percentiles given values.interfacePercentilesAn aggregation that computes approximate percentiles.interfaceScriptedMetricA metric aggregation that computes both its final and intermediate states using scripts.interfaceStatsStatistics over a set of values (either aggregated over field data or scripts)interfaceSumAn aggregation that computes the sum of the values in the current bucket.interfaceTopHitsAccumulation of the most relevant hits for a bucket this aggregation falls into.interfaceValueCountAn get that holds the number of values that the current document set has for a specific field.interfaceWeightedAvgAn aggregation that computes the average of the values in the current bucket. -
Uses of ToXContent in org.elasticsearch.search.aggregations.pipeline
Subinterfaces of ToXContent in org.elasticsearch.search.aggregations.pipeline Modifier and Type Interface Description interfaceBucketMetricValueinterfaceDerivativeinterfaceExtendedStatsBucketExtended Statistics over a set of bucketsinterfaceMovAvgModelBuilderRepresents the common interface that all moving average models share.interfacePercentilesBucketinterfaceSimpleValueinterfaceStatsBucketStatistics over a set of buckets -
Uses of ToXContent in org.elasticsearch.search.aggregations.support
Classes in org.elasticsearch.search.aggregations.support that implement ToXContent Modifier and Type Class Description classMultiValuesSourceAggregationBuilder<VS extends ValuesSource,AB extends MultiValuesSourceAggregationBuilder<VS,AB>>Similar toValuesSourceAggregationBuilder, except it references multiple ValuesSources (e.g.static classMultiValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends MultiValuesSourceAggregationBuilder<VS,AB>>classMultiValuesSourceFieldConfigclassValuesSourceAggregationBuilder<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>>static classValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>> -
Uses of ToXContent in org.elasticsearch.search.builder
Classes in org.elasticsearch.search.builder that implement ToXContent Modifier and Type Class Description classSearchSourceBuilderA search source builder allowing to easily build search source.static classSearchSourceBuilder.IndexBooststatic classSearchSourceBuilder.ScriptFieldclassSearchSourceBuilderException -
Uses of ToXContent in org.elasticsearch.search.collapse
Classes in org.elasticsearch.search.collapse that implement ToXContent Modifier and Type Class Description classCollapseBuilderA builder that enables field collapsing on search request. -
Uses of ToXContent in org.elasticsearch.search.dfs
Classes in org.elasticsearch.search.dfs that implement ToXContent Modifier and Type Class Description classDfsPhaseExecutionException -
Uses of ToXContent in org.elasticsearch.search.fetch
Classes in org.elasticsearch.search.fetch that implement ToXContent Modifier and Type Class Description classFetchPhaseExecutionException -
Uses of ToXContent in org.elasticsearch.search.fetch.subphase
Classes in org.elasticsearch.search.fetch.subphase that implement ToXContent Modifier and Type Class Description classFetchSourceContextContext used to fetch the_source. -
Uses of ToXContent in org.elasticsearch.search.fetch.subphase.highlight
Classes in org.elasticsearch.search.fetch.subphase.highlight that implement ToXContent Modifier and Type Class Description classAbstractHighlighterBuilder<HB extends AbstractHighlighterBuilder<?>>This abstract class holds parameters shared byHighlightBuilderandHighlightBuilder.Fieldand provides the common setters, equality, hashCode calculation and common serializationclassHighlightBuilderA builder for search highlighting.static classHighlightBuilder.FieldclassHighlightFieldA field highlighted with its highlighted fragments. -
Uses of ToXContent in org.elasticsearch.search.internal
Classes in org.elasticsearch.search.internal that implement ToXContent Modifier and Type Class Description classInternalSearchResponseSearchResponseSectionssubclass that can be serialized over the wire. -
Uses of ToXContent in org.elasticsearch.search.profile
Classes in org.elasticsearch.search.profile that implement ToXContent Modifier and Type Class Description classProfileResultThis class is the internal representation of a profiled Query, corresponding to a single node in the query tree.classSearchProfileShardResultsA container class to hold all the profile results across all shards. -
Uses of ToXContent in org.elasticsearch.search.profile.aggregation
Classes in org.elasticsearch.search.profile.aggregation that implement ToXContent Modifier and Type Class Description classAggregationProfileShardResultA container class to hold the profile results for a single shard in the request. -
Uses of ToXContent in org.elasticsearch.search.profile.query
Classes in org.elasticsearch.search.profile.query that implement ToXContent Modifier and Type Class Description classCollectorResultPublic interface and serialization container for profiled timings of the Collectors used in the search.classQueryProfileShardResultA container class to hold the profile results for a single shard in the request. -
Uses of ToXContent in org.elasticsearch.search.query
Classes in org.elasticsearch.search.query that implement ToXContent Modifier and Type Class Description classQueryPhaseExecutionException -
Uses of ToXContent in org.elasticsearch.search.rescore
Classes in org.elasticsearch.search.rescore that implement ToXContent Modifier and Type Class Description classQueryRescorerBuilderclassRescorerBuilder<RB extends RescorerBuilder<RB>>The abstract base builder for instances ofRescorerBuilder. -
Uses of ToXContent in org.elasticsearch.search.searchafter
Classes in org.elasticsearch.search.searchafter that implement ToXContent Modifier and Type Class Description classSearchAfterBuilder -
Uses of ToXContent in org.elasticsearch.search.slice
Classes in org.elasticsearch.search.slice that implement ToXContent Modifier and Type Class Description classSliceBuilderA slice builder allowing to split a scroll in multiple partitions. -
Uses of ToXContent in org.elasticsearch.search.sort
Classes in org.elasticsearch.search.sort that implement ToXContent Modifier and Type Class Description classFieldSortBuilderA sort builder to sort based on a document field.classGeoDistanceSortBuilderA geo distance based sorting on a geo point like field.classNestedSortBuilderclassScoreSortBuilderA sort builder allowing to sort by score.classScriptSortBuilderScript sort builder allows to sort based on a custom script expression.classSortBuilder<T extends SortBuilder<T>> -
Uses of ToXContent in org.elasticsearch.search.suggest
Classes in org.elasticsearch.search.suggest that implement ToXContent Modifier and Type Class Description classSuggestTop level suggest result, containing the result for each suggestion.static classSuggest.Suggestion<T extends Suggest.Suggestion.Entry>The suggestion responses corresponding with the suggestions in the request.static classSuggest.Suggestion.Entry<O extends Suggest.Suggestion.Entry.Option>Represents a part from the suggest text with suggested options.static classSuggest.Suggestion.Entry.OptionContains the suggested text with its document frequency and score.classSuggestBuilderDefines how to perform suggesting.classSuggestionBuilder<T extends SuggestionBuilder<T>>Base class for the different suggestion implementations. -
Uses of ToXContent in org.elasticsearch.search.suggest.completion
Classes in org.elasticsearch.search.suggest.completion that implement ToXContent Modifier and Type Class Description classCompletionStatsclassCompletionSuggestionSuggestion response forCompletionSuggesterresults Response format for each entry: { "text" : STRING "score" : FLOAT "contexts" : CONTEXTS } CONTEXTS : { "CONTEXT_NAME" : ARRAY, ..static classCompletionSuggestion.Entrystatic classCompletionSuggestion.Entry.OptionclassCompletionSuggestionBuilderDefines a suggest command based on a prefix, typically to provide "auto-complete" functionality for users as they type search terms.classFuzzyOptionsFuzzy options for completion suggesterclassRegexOptionsRegular expression options for completion suggesterMethod parameters in org.elasticsearch.search.suggest.completion with type arguments of type ToXContent Modifier and Type Method Description CompletionSuggestionBuilderCompletionSuggestionBuilder. contexts(Map<String,List<? extends ToXContent>> queryContexts)Sets query contexts for completion -
Uses of ToXContent in org.elasticsearch.search.suggest.completion.context
Classes in org.elasticsearch.search.suggest.completion.context with type parameters of type ToXContent Modifier and Type Class Description classContextMapping<T extends ToXContent>AContextMappingdefines criteria that can be used to filter and/or boost suggestions at query time forCompletionFieldMapper.Classes in org.elasticsearch.search.suggest.completion.context that implement ToXContent Modifier and Type Class Description classCategoryContextMappingAContextMappingthat uses a simple string as a criteria The suggestions are boosted and/or filtered by their associated category (string) value.classCategoryQueryContextDefines the query context forCategoryContextMappingclassContextMapping<T extends ToXContent>AContextMappingdefines criteria that can be used to filter and/or boost suggestions at query time forCompletionFieldMapper.classContextMappingsContextMappings indexes context-enabled suggestion fields and creates context queries for definedContextMappings for aCompletionFieldMapperclassGeoContextMappingAContextMappingthat uses a geo location/area as a criteria.classGeoQueryContextDefines the query context forGeoContextMapping -
Uses of ToXContent in org.elasticsearch.search.suggest.phrase
Subinterfaces of ToXContent in org.elasticsearch.search.suggest.phrase Modifier and Type Interface Description static interfacePhraseSuggestionBuilder.CandidateGeneratorPhraseSuggestionBuilder.CandidateGeneratorinterface.Classes in org.elasticsearch.search.suggest.phrase that implement ToXContent Modifier and Type Class Description classDirectCandidateGeneratorBuilderclassLaplaceAn additive smoothing model.classLinearInterpolationLinear interpolation smoothing model.classPhraseSuggestionSuggestion entry returned from thePhraseSuggester.static classPhraseSuggestion.Entrystatic classPhraseSuggestion.Entry.OptionclassPhraseSuggestionBuilderDefines the actual suggest command for phrase suggestions (phrase).classSmoothingModelclassStupidBackoffA "stupid-backoff" smoothing model similar to Katz's Backoff. -
Uses of ToXContent in org.elasticsearch.search.suggest.term
Classes in org.elasticsearch.search.suggest.term that implement ToXContent Modifier and Type Class Description classTermSuggestionThe suggestion responses corresponding with the suggestions in the request.static classTermSuggestion.EntryRepresents a part from the suggest text with suggested options.static classTermSuggestion.Entry.OptionContains the suggested text with its document frequency and score.classTermSuggestionBuilderDefines the actual suggest command. -
Uses of ToXContent in org.elasticsearch.snapshots
Classes in org.elasticsearch.snapshots that implement ToXContent Modifier and Type Class Description classConcurrentSnapshotExecutionExceptionThrown when a user tries to multiple conflicting snapshot/restore operations at the same time.classInvalidSnapshotNameExceptionThrown on the attempt to create a snapshot with invalid nameclassRestoreInfoInformation about successfully completed restore operation.classSnapshotCreationExceptionThrown when snapshot creation fails completelyclassSnapshotExceptionGeneric snapshot exceptionclassSnapshotIdSnapshotId - snapshot name + snapshot UUIDclassSnapshotInfoInformation about a snapshotclassSnapshotInProgressExceptionThrown on the attempt to execute an action that requires that no snapshot is in progress.classSnapshotMissingExceptionThrown if requested snapshot doesn't existclassSnapshotRestoreExceptionSnapshot restore exceptionclassSnapshotShardFailureStores information about failures that occurred during shard snapshotting process -
Uses of ToXContent in org.elasticsearch.tasks
Subinterfaces of ToXContent in org.elasticsearch.tasks Modifier and Type Interface Description static interfaceTask.StatusReport of the internal status of a task.Classes in org.elasticsearch.tasks that implement ToXContent Modifier and Type Class Description classRawTaskStatusRaw, unparsed status from the task results index.classTaskCancelledExceptionA generic exception that can be thrown by a task when it's cancelled by the task manager APIclassTaskInfoInformation about a currently running task.classTaskResultInformation about a running task or a task that stored its result.Constructors in org.elasticsearch.tasks with parameters of type ToXContent Constructor Description TaskResult(TaskInfo task, ToXContent response)Construct a TaskResult for a task that completed successfully. -
Uses of ToXContent in org.elasticsearch.threadpool
Classes in org.elasticsearch.threadpool that implement ToXContent Modifier and Type Class Description static classThreadPool.InfoclassThreadPoolInfoclassThreadPoolStatsstatic classThreadPoolStats.Stats -
Uses of ToXContent in org.elasticsearch.transport
Classes in org.elasticsearch.transport that implement ToXContent Modifier and Type Class Description classActionNotFoundTransportExceptionAn exception indicating that a transport action was not found.classActionTransportExceptionAn action invocation failure.classBindTransportExceptionclassConnectTransportExceptionclassNodeDisconnectedExceptionclassNodeNotConnectedExceptionAn exception indicating that a message is sent to a node that is not connected.classNodeShouldNotConnectExceptionclassNoSuchRemoteClusterExceptionAn exception that remote cluster is missing or connectivity to the remote connection is failingclassNotSerializableTransportExceptionclassReceiveTimeoutTransportExceptionclassRemoteConnectionInfoThis class encapsulates all remote cluster information to be rendered on_remote/inforequests.classRemoteTransportExceptionA remote exception for an action.classResponseHandlerFailureTransportExceptionA failure to handle the response of a transaction action.classSendRequestTransportExceptionstatic classTcpTransport.HttpRequestOnTransportExceptionA helper exception to mark an incoming connection as potentially being HTTP so an appropriate error code can be returnedclassTransportExceptionclassTransportInfoclassTransportSerializationExceptionclassTransportStats
-