Uses of Interface
org.elasticsearch.common.xcontent.ToXContentObject
-
-
Uses of ToXContentObject in org.elasticsearch.action
Classes in org.elasticsearch.action that implement ToXContentObject Modifier and Type Class Description classDocWriteResponseA base class for the response of a write operation that involves a single docclassShardOperationFailedExceptionAn exception indicating that a failure occurred performing an operation on the shard. -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.allocation
Classes in org.elasticsearch.action.admin.cluster.allocation that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.action.admin.cluster.configuration
Classes in org.elasticsearch.action.admin.cluster.configuration that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.action.admin.cluster.health
Classes in org.elasticsearch.action.admin.cluster.health that implement ToXContentObject Modifier and Type Class Description classClusterHealthResponse -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.node.tasks.cancel
Classes in org.elasticsearch.action.admin.cluster.node.tasks.cancel that implement ToXContentObject Modifier and Type Class Description classCancelTasksResponseReturns the list of tasks that were cancelled -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.node.tasks.get
Classes in org.elasticsearch.action.admin.cluster.node.tasks.get that implement ToXContentObject Modifier and Type Class Description classGetTaskResponseReturns the list of tasks currently running on the nodes -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.node.tasks.list
Classes in org.elasticsearch.action.admin.cluster.node.tasks.list that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.action.admin.cluster.remote
Classes in org.elasticsearch.action.admin.cluster.remote that implement ToXContentObject Modifier and Type Class Description classRemoteInfoResponse -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.repositories.cleanup
Classes in org.elasticsearch.action.admin.cluster.repositories.cleanup that implement ToXContentObject Modifier and Type Class Description classCleanupRepositoryResponse -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.repositories.get
Classes in org.elasticsearch.action.admin.cluster.repositories.get that implement ToXContentObject Modifier and Type Class Description classGetRepositoriesResponseGet repositories response -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.repositories.put
Classes in org.elasticsearch.action.admin.cluster.repositories.put that implement ToXContentObject Modifier and Type Class Description classPutRepositoryRequestRegister repository request. -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.repositories.verify
Classes in org.elasticsearch.action.admin.cluster.repositories.verify that implement ToXContentObject Modifier and Type Class Description classVerifyRepositoryResponseVerify repository responsestatic classVerifyRepositoryResponse.NodeView -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.reroute
Classes in org.elasticsearch.action.admin.cluster.reroute that implement ToXContentObject Modifier and Type Class Description classClusterRerouteResponseResponse returned after a cluster reroute request -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.settings
Classes in org.elasticsearch.action.admin.cluster.settings that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.action.admin.cluster.shards
Classes in org.elasticsearch.action.admin.cluster.shards that implement ToXContentObject Modifier and Type Class Description classClusterSearchShardsGroupclassClusterSearchShardsResponse -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.snapshots.create
Classes in org.elasticsearch.action.admin.cluster.snapshots.create that implement ToXContentObject Modifier and Type Class Description classCreateSnapshotRequestCreate snapshot requestclassCreateSnapshotResponseCreate snapshot response -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.snapshots.get
Classes in org.elasticsearch.action.admin.cluster.snapshots.get that implement ToXContentObject Modifier and Type Class Description classGetSnapshotsResponseGet snapshots response -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.snapshots.restore
Classes in org.elasticsearch.action.admin.cluster.snapshots.restore that implement ToXContentObject Modifier and Type Class Description classRestoreSnapshotRequestRestore snapshot requestclassRestoreSnapshotResponseContains information about restores snapshot -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.snapshots.status
Classes in org.elasticsearch.action.admin.cluster.snapshots.status that implement ToXContentObject Modifier and Type Class Description classSnapshotShardsStatsStatus of a snapshot shardsclassSnapshotsStatusResponseSnapshot status responseclassSnapshotStatsclassSnapshotStatusStatus of a snapshot -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.storedscripts
Classes in org.elasticsearch.action.admin.cluster.storedscripts that implement ToXContentObject Modifier and Type Class Description classGetStoredScriptResponse -
Uses of ToXContentObject in org.elasticsearch.action.admin.cluster.tasks
Classes in org.elasticsearch.action.admin.cluster.tasks that implement ToXContentObject Modifier and Type Class Description classPendingClusterTasksResponse -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.alias
Classes in org.elasticsearch.action.admin.indices.alias that implement ToXContentObject Modifier and Type Class Description classIndicesAliasesRequestA 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 ToXContentObject in org.elasticsearch.action.admin.indices.analyze
Classes in org.elasticsearch.action.admin.indices.analyze that implement ToXContentObject Modifier and Type Class Description static classAnalyzeAction.AnalyzeTokenstatic classAnalyzeAction.AnalyzeTokenListstatic classAnalyzeAction.CharFilteredTextstatic classAnalyzeAction.Response -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.cache.clear
Classes in org.elasticsearch.action.admin.indices.cache.clear that implement ToXContentObject Modifier and Type Class Description classClearIndicesCacheResponseThe response of a clear cache action. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.close
Classes in org.elasticsearch.action.admin.indices.close that implement ToXContentObject Modifier and Type Class Description classCloseIndexResponsestatic classCloseIndexResponse.ShardResult.Failure -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.create
Classes in org.elasticsearch.action.admin.indices.create that implement ToXContentObject Modifier and Type Class Description classCreateIndexRequestA request to create an index.classCreateIndexResponseA response for a create index action. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.flush
Classes in org.elasticsearch.action.admin.indices.flush that implement ToXContentObject Modifier and Type Class Description classFlushResponseA response to flush action. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.forcemerge
Classes in org.elasticsearch.action.admin.indices.forcemerge that implement ToXContentObject Modifier and Type Class Description classForceMergeResponseA response for force merge action. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.get
Classes in org.elasticsearch.action.admin.indices.get that implement ToXContentObject Modifier and Type Class Description classGetIndexResponseA response for a get index action. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.mapping.get
Classes in org.elasticsearch.action.admin.indices.mapping.get that implement ToXContentObject 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. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.mapping.put
Classes in org.elasticsearch.action.admin.indices.mapping.put that implement ToXContentObject Modifier and Type Class Description classPutMappingRequestPuts mapping definition registered under a specific type into one or more indices. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.open
Classes in org.elasticsearch.action.admin.indices.open that implement ToXContentObject Modifier and Type Class Description classOpenIndexResponseA response for a open index action. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.recovery
Classes in org.elasticsearch.action.admin.indices.recovery that implement ToXContentObject Modifier and Type Class Description classRecoveryResponseInformation regarding the recovery state of indices and their associated shards. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.refresh
Classes in org.elasticsearch.action.admin.indices.refresh that implement ToXContentObject Modifier and Type Class Description classRefreshResponseThe response of a refresh action. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.rollover
Classes in org.elasticsearch.action.admin.indices.rollover that implement ToXContentObject Modifier and Type Class Description classRolloverRequestRequest 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 ToXContentObject in org.elasticsearch.action.admin.indices.segments
Classes in org.elasticsearch.action.admin.indices.segments that implement ToXContentObject Modifier and Type Class Description classIndicesSegmentResponse -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.settings.get
Classes in org.elasticsearch.action.admin.indices.settings.get that implement ToXContentObject Modifier and Type Class Description classGetSettingsResponse -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.settings.put
Classes in org.elasticsearch.action.admin.indices.settings.put that implement ToXContentObject Modifier and Type Class Description classUpdateSettingsRequestRequest for an update index settings action -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.shards
Classes in org.elasticsearch.action.admin.indices.shards that implement ToXContentObject Modifier and Type Class Description static classIndicesShardStoresResponse.FailureSingle node failure while retrieving shard store information -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.shrink
Classes in org.elasticsearch.action.admin.indices.shrink that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.action.admin.indices.stats
Classes in org.elasticsearch.action.admin.indices.stats that implement ToXContentObject Modifier and Type Class Description classIndicesStatsResponse -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.template.get
Classes in org.elasticsearch.action.admin.indices.template.get that implement ToXContentObject Modifier and Type Class Description classGetIndexTemplatesResponse -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.template.put
Classes in org.elasticsearch.action.admin.indices.template.put that implement ToXContentObject Modifier and Type Class Description classPutIndexTemplateRequestA request to create an index template. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.upgrade.get
Classes in org.elasticsearch.action.admin.indices.upgrade.get that implement ToXContentObject Modifier and Type Class Description classUpgradeStatusResponse -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.upgrade.post
Classes in org.elasticsearch.action.admin.indices.upgrade.post that implement ToXContentObject Modifier and Type Class Description classUpgradeResponseA response for the upgrade action. -
Uses of ToXContentObject in org.elasticsearch.action.admin.indices.validate.query
Classes in org.elasticsearch.action.admin.indices.validate.query that implement ToXContentObject Modifier and Type Class Description classValidateQueryRequestA request to validate a specific query.classValidateQueryResponseThe response of the validate action. -
Uses of ToXContentObject in org.elasticsearch.action.bulk
Classes in org.elasticsearch.action.bulk that implement ToXContentObject Modifier and Type Class Description classBulkItemResponseRepresents a single item response for an action executed as part of the bulk API.classBulkResponseA response of a bulk execution. -
Uses of ToXContentObject in org.elasticsearch.action.delete
Classes in org.elasticsearch.action.delete that implement ToXContentObject Modifier and Type Class Description classDeleteResponseThe response of the delete action. -
Uses of ToXContentObject in org.elasticsearch.action.explain
Classes in org.elasticsearch.action.explain that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.action.fieldcaps
Classes in org.elasticsearch.action.fieldcaps that implement ToXContentObject Modifier and Type Class Description classFieldCapabilitiesDescribes the capabilities of a field optionally merged across multiple indices.classFieldCapabilitiesResponseResponse forFieldCapabilitiesRequestrequests. -
Uses of ToXContentObject in org.elasticsearch.action.get
Classes in org.elasticsearch.action.get that implement ToXContentObject Modifier and Type Class Description classGetResponseThe response of a get action.classMultiGetRequeststatic classMultiGetRequest.ItemA single get item.classMultiGetResponsestatic classMultiGetResponse.FailureRepresents a failure. -
Uses of ToXContentObject in org.elasticsearch.action.index
Classes in org.elasticsearch.action.index that implement ToXContentObject Modifier and Type Class Description classIndexResponseA response of an index operation, -
Uses of ToXContentObject in org.elasticsearch.action.ingest
Subinterfaces of ToXContentObject in org.elasticsearch.action.ingest Modifier and Type Interface Description interfaceSimulateDocumentResultClasses in org.elasticsearch.action.ingest that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.action.main
Classes in org.elasticsearch.action.main that implement ToXContentObject Modifier and Type Class Description classMainResponse -
Uses of ToXContentObject in org.elasticsearch.action.search
Classes in org.elasticsearch.action.search that implement ToXContentObject Modifier and Type Class Description classClearScrollRequestclassClearScrollResponseclassMultiSearchResponseA multi search response.classSearchResponseA response of a search request.classSearchScrollRequestclassShardSearchFailureRepresents a failure to search on a specific shard. -
Uses of ToXContentObject in org.elasticsearch.action.support
Classes in org.elasticsearch.action.support that implement ToXContentObject Modifier and Type Class Description classDefaultShardOperationFailedException -
Uses of ToXContentObject in org.elasticsearch.action.support.broadcast
Classes in org.elasticsearch.action.support.broadcast that implement ToXContentObject Modifier and Type Class Description classBroadcastResponseBase class for all broadcast operation based responses. -
Uses of ToXContentObject in org.elasticsearch.action.support.master
Classes in org.elasticsearch.action.support.master that implement ToXContentObject Modifier and Type Class Description classAcknowledgedResponseA response that indicates that a request has been acknowledgedclassShardsAcknowledgedResponse -
Uses of ToXContentObject in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication that implement ToXContentObject Modifier and Type Class Description static classReplicationResponse.ShardInfostatic classReplicationResponse.ShardInfo.Failurestatic classReplicationTask.Status -
Uses of ToXContentObject in org.elasticsearch.action.termvectors
Classes in org.elasticsearch.action.termvectors that implement ToXContentObject Modifier and Type Class Description classMultiTermVectorsResponseclassTermVectorsResponse -
Uses of ToXContentObject in org.elasticsearch.action.update
Classes in org.elasticsearch.action.update that implement ToXContentObject Modifier and Type Class Description classUpdateRequestclassUpdateResponse -
Uses of ToXContentObject in org.elasticsearch.client
Classes in org.elasticsearch.client that implement ToXContentObject Modifier and Type Class Description classGetAliasesResponseResponse obtained from the get aliases API.classSyncedFlushResponse -
Uses of ToXContentObject in org.elasticsearch.client.ccr
Classes in org.elasticsearch.client.ccr that implement ToXContentObject Modifier and Type Class Description classForgetFollowerRequestRepresents a forget follower request.classPutAutoFollowPatternRequestclassPutFollowRequestclassResumeFollowRequest -
Uses of ToXContentObject in org.elasticsearch.client.core
Classes in org.elasticsearch.client.core that implement ToXContentObject Modifier and Type Class Description classCountRequestEncapsulates a request to _count API against one, several or all indices.classMultiTermVectorsRequestclassPageParamsPaging parameters for GET requestsclassTermVectorsRequest -
Uses of ToXContentObject in org.elasticsearch.client.enrich
Classes in org.elasticsearch.client.enrich that implement ToXContentObject Modifier and Type Class Description classPutPolicyRequest -
Uses of ToXContentObject in org.elasticsearch.client.graph
Classes in org.elasticsearch.client.graph that implement ToXContentObject 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).classVertexRequestA request to identify terms from a choice of field as part of aHop. -
Uses of ToXContentObject in org.elasticsearch.client.indexlifecycle
Classes in org.elasticsearch.client.indexlifecycle that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.client.indices
Classes in org.elasticsearch.client.indices that implement ToXContentObject 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.classPutMappingRequestPut a mapping definition into one or more indices. -
Uses of ToXContentObject in org.elasticsearch.client.indices.rollover
Classes in org.elasticsearch.client.indices.rollover that implement ToXContentObject Modifier and Type Class Description classRolloverRequestRequest class to swap index under an alias upon satisfying conditionsclassRolloverResponseResponse object forRolloverRequestAPI -
Uses of ToXContentObject in org.elasticsearch.client.ml
Classes in org.elasticsearch.client.ml that implement ToXContentObject 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.classEstimateMemoryUsageResponseclassEvaluateDataFrameRequestclassEvaluateDataFrameResponseclassFindFileStructureResponseclassFlushJobRequestRequest 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 ToXContentObject in org.elasticsearch.client.ml.calendars
Classes in org.elasticsearch.client.ml.calendars that implement ToXContentObject Modifier and Type Class Description classCalendarA simple calendar object for scheduled (special) events.classScheduledEvent -
Uses of ToXContentObject in org.elasticsearch.client.ml.datafeed
Classes in org.elasticsearch.client.ml.datafeed that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.client.ml.dataframe
Subinterfaces of ToXContentObject in org.elasticsearch.client.ml.dataframe Modifier and Type Interface Description interfaceDataFrameAnalysisClasses in org.elasticsearch.client.ml.dataframe that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.client.ml.dataframe.evaluation
Subinterfaces of ToXContentObject 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 ToXContentObject in org.elasticsearch.client.ml.filestructurefinder
Classes in org.elasticsearch.client.ml.filestructurefinder that implement ToXContentObject Modifier and Type Class Description classFieldStatsclassFileStructureStores the file format determined by Machine Learning. -
Uses of ToXContentObject in org.elasticsearch.client.ml.job.config
Classes in org.elasticsearch.client.ml.job.config that implement ToXContentObject 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.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 ToXContentObject in org.elasticsearch.client.ml.job.process
Classes in org.elasticsearch.client.ml.job.process that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.client.ml.job.results
Classes in org.elasticsearch.client.ml.job.results that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.client.ml.job.stats
Classes in org.elasticsearch.client.ml.job.stats that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.client.rollup
Classes in org.elasticsearch.client.rollup that implement ToXContentObject Modifier and Type Class Description classDeleteRollupJobRequestclassGetRollupCapsRequestclassGetRollupIndexCapsRequestclassPutRollupJobRequestclassRollupJobCapsRepresents the Rollup capabilities for a specific job on a single rollup index -
Uses of ToXContentObject in org.elasticsearch.client.rollup.job.config
Classes in org.elasticsearch.client.rollup.job.config that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.client.security
Classes in org.elasticsearch.client.security that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.client.security.support.expressiondsl
Subinterfaces of ToXContentObject 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 ToXContentObject in org.elasticsearch.client.security.support.expressiondsl.expressions
Classes in org.elasticsearch.client.security.support.expressiondsl.expressions that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.client.security.support.expressiondsl.fields
Classes in org.elasticsearch.client.security.support.expressiondsl.fields that implement ToXContentObject Modifier and Type Class Description classFieldRoleMapperExpressionAn expression that evaluates totrueif a field (map element) matches the provided values. -
Uses of ToXContentObject in org.elasticsearch.client.security.user.privileges
Classes in org.elasticsearch.client.security.user.privileges that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.client.slm
Classes in org.elasticsearch.client.slm that implement ToXContentObject Modifier and Type Class Description classExecuteSnapshotLifecyclePolicyResponseclassGetSnapshotLifecyclePolicyResponseclassGetSnapshotLifecycleStatsResponseclassPutSnapshotLifecyclePolicyRequestclassSnapshotInvocationRecordclassSnapshotLifecyclePolicyclassSnapshotLifecyclePolicyMetadatastatic classSnapshotLifecyclePolicyMetadata.SnapshotInProgressclassSnapshotLifecycleStatsclassSnapshotRetentionConfiguration -
Uses of ToXContentObject in org.elasticsearch.client.transform
Classes in org.elasticsearch.client.transform that implement ToXContentObject Modifier and Type Class Description classPreviewTransformRequestclassPutTransformRequestclassUpdateTransformRequest -
Uses of ToXContentObject in org.elasticsearch.client.transform.transforms
Subinterfaces of ToXContentObject in org.elasticsearch.client.transform.transforms Modifier and Type Interface Description interfaceSyncConfigClasses in org.elasticsearch.client.transform.transforms that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.client.transform.transforms.pivot
Classes in org.elasticsearch.client.transform.transforms.pivot that implement ToXContentObject Modifier and Type Class Description classAggregationConfigclassDateHistogramGroupSourceA grouping via a date histogram aggregation referencing a timefieldclassGroupConfigClass describing how to group dataclassHistogramGroupSourceA grouping via a histogram aggregation referencing a numeric fieldclassPivotConfigClass describing how to pivot data viaGroupConfigandAggregationConfigobjectsclassSingleGroupSourceclassTermsGroupSource -
Uses of ToXContentObject in org.elasticsearch.client.watcher
Classes in org.elasticsearch.client.watcher that implement ToXContentObject Modifier and Type Class Description classExecuteWatchRequestAn execute watch request to execute a watch by id or inline -
Uses of ToXContentObject in org.elasticsearch.cluster.metadata
Classes in org.elasticsearch.cluster.metadata that implement ToXContentObject Modifier and Type Class Description static classIndexGraveyard.TombstoneAn individual tombstone entry for representing a deleted index. -
Uses of ToXContentObject in org.elasticsearch.cluster.routing
Classes in org.elasticsearch.cluster.routing that implement ToXContentObject Modifier and Type Class Description classAllocationIdUniquely identifies an allocation.classRecoverySourceRepresents 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 snapshotclassShardRoutingShardRoutingimmutably encapsulates information about shard indexRoutings like id, state, version, etc. -
Uses of ToXContentObject in org.elasticsearch.cluster.routing.allocation
Classes in org.elasticsearch.cluster.routing.allocation that implement ToXContentObject Modifier and Type Class Description classNodeAllocationResultThis class represents the shard allocation decision and its explanation for a single node.classRerouteExplanationClass encapsulating the explanation for a singleAllocationCommandtaken from the Deciders -
Uses of ToXContentObject in org.elasticsearch.cluster.routing.allocation.command
Subinterfaces of ToXContentObject 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 ToXContentObject 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.classBasePrimaryAllocationCommandAbstract 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 ToXContentObject in org.elasticsearch.cluster.routing.allocation.decider
Classes in org.elasticsearch.cluster.routing.allocation.decider that implement ToXContentObject Modifier and Type Class Description static classDecision.SingleSimple class representing a single decision -
Uses of ToXContentObject in org.elasticsearch.common.geo.builders
Classes in org.elasticsearch.common.geo.builders that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.common.geo.parsers
Classes in org.elasticsearch.common.geo.parsers that implement ToXContentObject Modifier and Type Class Description classCoordinateNodeNode used to represent a tree of coordinates. -
Uses of ToXContentObject in org.elasticsearch.common.settings
Classes in org.elasticsearch.common.settings that implement ToXContentObject Modifier and Type Class Description classSecureSetting<T>A secure setting.classSetting<T>A setting.static classSetting.AffixSetting<T> -
Uses of ToXContentObject in org.elasticsearch.common.xcontent
Subinterfaces of ToXContentObject 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. -
Uses of ToXContentObject in org.elasticsearch.discovery.zen
Classes in org.elasticsearch.discovery.zen that implement ToXContentObject Modifier and Type Class Description classPublishClusterStateStatsClass encapsulating stats about the PublishClusterStateAction -
Uses of ToXContentObject in org.elasticsearch.index
Classes in org.elasticsearch.index that implement ToXContentObject Modifier and Type Class Description classIndexA value class representing the basic required properties of an Elasticsearch index. -
Uses of ToXContentObject in org.elasticsearch.index.get
Classes in org.elasticsearch.index.get that implement ToXContentObject Modifier and Type Class Description classGetResult -
Uses of ToXContentObject in org.elasticsearch.index.mapper
Classes in org.elasticsearch.index.mapper that implement ToXContentObject Modifier and Type Class Description classDynamicTemplate -
Uses of ToXContentObject in org.elasticsearch.index.query
Subinterfaces of ToXContentObject 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 ToXContentObject 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 forIntervalQuerystatic classIntervalsSourceProvider.IntervalFilterclassMatchAllQueryBuilderA 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.classQueryStringQueryBuilderA 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 ToXContentObject in org.elasticsearch.index.query.functionscore
Classes in org.elasticsearch.index.query.functionscore that implement ToXContentObject Modifier and Type Class Description 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.classScriptScoreQueryBuilderA query that computes a document score based on the provided script -
Uses of ToXContentObject in org.elasticsearch.index.rankeval
Subinterfaces of ToXContentObject 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 ToXContentObject Modifier and Type Class Description 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 ToXContentObject in org.elasticsearch.index.reindex
Classes in org.elasticsearch.index.reindex that implement ToXContentObject Modifier and Type Class Description 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 ToXContentObject in org.elasticsearch.index.seqno
Classes in org.elasticsearch.index.seqno that implement ToXContentObject 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). -
Uses of ToXContentObject in org.elasticsearch.index.shard
Classes in org.elasticsearch.index.shard that implement ToXContentObject Modifier and Type Class Description static classPrimaryReplicaSyncer.ResyncTask.Status -
Uses of ToXContentObject in org.elasticsearch.indices.breaker
Classes in org.elasticsearch.indices.breaker that implement ToXContentObject Modifier and Type Class Description classCircuitBreakerStatsClass encapsulating stats about the circuit breaker -
Uses of ToXContentObject in org.elasticsearch.indices.recovery
Classes in org.elasticsearch.indices.recovery that implement ToXContentObject Modifier and Type Class Description static classRecoveryState.File -
Uses of ToXContentObject in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement ToXContentObject Modifier and Type Class Description classPipelineConfigurationEncapsulates a pipeline's id and configuration as a blobclassProcessorInfo -
Uses of ToXContentObject in org.elasticsearch.monitor.fs
Classes in org.elasticsearch.monitor.fs that implement ToXContentObject Modifier and Type Class Description static classFsInfo.Path -
Uses of ToXContentObject in org.elasticsearch.persistent
Subinterfaces of ToXContentObject 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 ToXContentObject Modifier and Type Class Description static classPersistentTasksCustomMetaData.PersistentTask<P extends PersistentTaskParams>A record that represents a single running persistent taskstatic classPersistentTasksNodeService.Status -
Uses of ToXContentObject in org.elasticsearch.plugins
Classes in org.elasticsearch.plugins that implement ToXContentObject Modifier and Type Class Description classPluginInfoAn in-memory representation of the plugin descriptor. -
Uses of ToXContentObject in org.elasticsearch.repositories
Classes in org.elasticsearch.repositories that implement ToXContentObject Modifier and Type Class Description classIndexIdRepresents a single snapshotted index in the repository.classRepositoryCleanupResult -
Uses of ToXContentObject in org.elasticsearch.rest.action
Classes in org.elasticsearch.rest.action with type parameters of type ToXContentObject Modifier and Type Class Description classRestToXContentListener<Response extends ToXContentObject>A REST based action listener that assumes the response is of typeToXContentand automatically builds an XContent based response (wrapping the toXContent in startObject/endObject). -
Uses of ToXContentObject in org.elasticsearch.script
Classes in org.elasticsearch.script that implement ToXContentObject Modifier and Type Class Description classScriptScriptrepresents used-defined input that can be used to compile and execute a script from theScriptServicebased on theScriptType.classStoredScriptSourceStoredScriptSourcerepresents user-defined parameters for a script saved in theClusterState. -
Uses of ToXContentObject in org.elasticsearch.script.mustache
Classes in org.elasticsearch.script.mustache that implement ToXContentObject Modifier and Type Class Description classMultiSearchTemplateResponseclassSearchTemplateRequestA request to execute a search based on a search template.classSearchTemplateResponse -
Uses of ToXContentObject in org.elasticsearch.search
Classes in org.elasticsearch.search that implement ToXContentObject Modifier and Type Class Description classSearchHitA single search hit. -
Uses of ToXContentObject in org.elasticsearch.search.aggregations
Classes in org.elasticsearch.search.aggregations that implement ToXContentObject Modifier and Type Class Description static classAggregatorFactories.BuilderclassBucketOrderMultiBucketsAggregation.BucketOrdering strategy.classInternalOrderImplementations forMultiBucketsAggregation.Bucketordering strategies.static classInternalOrder.AggregationMultiBucketsAggregation.Bucketordering strategy to sort by a sub-aggregation.static classInternalOrder.CompoundOrderMultiBucketsAggregation.Bucketordering strategy to sort by multiple criteria. -
Uses of ToXContentObject in org.elasticsearch.search.aggregations.bucket.range
Classes in org.elasticsearch.search.aggregations.bucket.range that implement ToXContentObject Modifier and Type Class Description static classGeoDistanceAggregationBuilder.Rangestatic classIpRangeAggregationBuilder.Rangestatic classRangeAggregator.Range -
Uses of ToXContentObject in org.elasticsearch.search.aggregations.support
Classes in org.elasticsearch.search.aggregations.support that implement ToXContentObject Modifier and Type Class Description classMultiValuesSourceFieldConfig -
Uses of ToXContentObject in org.elasticsearch.search.builder
Classes in org.elasticsearch.search.builder that implement ToXContentObject Modifier and Type Class Description classSearchSourceBuilderA search source builder allowing to easily build search source.static classSearchSourceBuilder.IndexBoost -
Uses of ToXContentObject in org.elasticsearch.search.collapse
Classes in org.elasticsearch.search.collapse that implement ToXContentObject Modifier and Type Class Description classCollapseBuilderA builder that enables field collapsing on search request. -
Uses of ToXContentObject in org.elasticsearch.search.fetch.subphase
Classes in org.elasticsearch.search.fetch.subphase that implement ToXContentObject Modifier and Type Class Description classFetchSourceContextContext used to fetch the_source. -
Uses of ToXContentObject in org.elasticsearch.search.fetch.subphase.highlight
Classes in org.elasticsearch.search.fetch.subphase.highlight that implement ToXContentObject 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.Field -
Uses of ToXContentObject in org.elasticsearch.search.profile
Classes in org.elasticsearch.search.profile that implement ToXContentObject Modifier and Type Class Description classProfileResultThis class is the internal representation of a profiled Query, corresponding to a single node in the query tree. -
Uses of ToXContentObject in org.elasticsearch.search.profile.query
Classes in org.elasticsearch.search.profile.query that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.search.rescore
Classes in org.elasticsearch.search.rescore that implement ToXContentObject Modifier and Type Class Description classQueryRescorerBuilderclassRescorerBuilder<RB extends RescorerBuilder<RB>>The abstract base builder for instances ofRescorerBuilder. -
Uses of ToXContentObject in org.elasticsearch.search.searchafter
Classes in org.elasticsearch.search.searchafter that implement ToXContentObject Modifier and Type Class Description classSearchAfterBuilder -
Uses of ToXContentObject in org.elasticsearch.search.slice
Classes in org.elasticsearch.search.slice that implement ToXContentObject Modifier and Type Class Description classSliceBuilderA slice builder allowing to split a scroll in multiple partitions. -
Uses of ToXContentObject in org.elasticsearch.search.sort
Classes in org.elasticsearch.search.sort that implement ToXContentObject 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 ToXContentObject in org.elasticsearch.search.suggest
Classes in org.elasticsearch.search.suggest that implement ToXContentObject Modifier and Type Class Description classSuggestBuilderDefines how to perform suggesting. -
Uses of ToXContentObject in org.elasticsearch.search.suggest.completion.context
Classes in org.elasticsearch.search.suggest.completion.context that implement ToXContentObject Modifier and Type Class Description classCategoryQueryContextDefines the query context forCategoryContextMappingclassGeoQueryContextDefines the query context forGeoContextMapping -
Uses of ToXContentObject in org.elasticsearch.search.suggest.phrase
Subinterfaces of ToXContentObject in org.elasticsearch.search.suggest.phrase Modifier and Type Interface Description static interfacePhraseSuggestionBuilder.CandidateGeneratorPhraseSuggestionBuilder.CandidateGeneratorinterface.Classes in org.elasticsearch.search.suggest.phrase that implement ToXContentObject Modifier and Type Class Description classDirectCandidateGeneratorBuilder -
Uses of ToXContentObject in org.elasticsearch.snapshots
Classes in org.elasticsearch.snapshots that implement ToXContentObject Modifier and Type Class Description classRestoreInfoInformation about successfully completed restore operation.classSnapshotIdSnapshotId - snapshot name + snapshot UUIDclassSnapshotShardFailureStores information about failures that occurred during shard snapshotting process -
Uses of ToXContentObject in org.elasticsearch.tasks
Subinterfaces of ToXContentObject 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 ToXContentObject Modifier and Type Class Description classRawTaskStatusRaw, unparsed status from the task results index.classTaskResultInformation about a running task or a task that stored its result.
-