Uses of Interface
org.elasticsearch.common.xcontent.ToXContentFragment
-
-
Uses of ToXContentFragment in org.elasticsearch
Classes in org.elasticsearch that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.action
Classes in org.elasticsearch.action that implement ToXContentFragment Modifier and Type Class Description classFailedNodeExceptionclassNoShardAvailableActionExceptionclassNoSuchNodeExceptionclassPrimaryMissingActionExceptionclassRoutingMissingExceptionclassTaskOperationFailureInformation about task operation failures The class is final due to serialization limitationsclassTimestampParsingExceptionclassUnavailableShardsException -
Uses of ToXContentFragment in org.elasticsearch.action.admin.cluster.node.info
Classes in org.elasticsearch.action.admin.cluster.node.info that implement ToXContentFragment Modifier and Type Class Description classNodesInfoResponseclassPluginsAndModulesInformation about plugins and modules -
Uses of ToXContentFragment in org.elasticsearch.action.admin.cluster.node.reload
Classes in org.elasticsearch.action.admin.cluster.node.reload that implement ToXContentFragment Modifier and Type Class Description classNodesReloadSecureSettingsResponseThe response for the reload secure settings action -
Uses of ToXContentFragment in org.elasticsearch.action.admin.cluster.node.stats
Classes in org.elasticsearch.action.admin.cluster.node.stats that implement ToXContentFragment Modifier and Type Class Description classNodesStatsResponseclassNodeStatsNode statistics (dynamic, changes depending on when created). -
Uses of ToXContentFragment in org.elasticsearch.action.admin.cluster.node.usage
Classes in org.elasticsearch.action.admin.cluster.node.usage that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.action.admin.cluster.snapshots.status
Classes in org.elasticsearch.action.admin.cluster.snapshots.status that implement ToXContentFragment Modifier and Type Class Description classSnapshotIndexShardStatusclassSnapshotIndexStatusRepresents snapshot status of all shards in the index -
Uses of ToXContentFragment in org.elasticsearch.action.admin.cluster.stats
Classes in org.elasticsearch.action.admin.cluster.stats that implement ToXContentFragment Modifier and Type Class Description classClusterStatsIndicesstatic classClusterStatsIndices.ShardStatsclassClusterStatsNodesstatic classClusterStatsNodes.Countsstatic classClusterStatsNodes.JvmStatsstatic classClusterStatsNodes.OsStatsstatic classClusterStatsNodes.ProcessStatsclassClusterStatsResponse -
Uses of ToXContentFragment in org.elasticsearch.action.admin.cluster.storedscripts
Classes in org.elasticsearch.action.admin.cluster.storedscripts that implement ToXContentFragment Modifier and Type Class Description classPutStoredScriptRequest -
Uses of ToXContentFragment in org.elasticsearch.action.admin.indices.alias
Classes in org.elasticsearch.action.admin.indices.alias that implement ToXContentFragment Modifier and Type Class Description classAliasRepresents an alias, to be associated with an index -
Uses of ToXContentFragment in org.elasticsearch.action.admin.indices.analyze
Classes in org.elasticsearch.action.admin.indices.analyze that implement ToXContentFragment Modifier and Type Class Description static classAnalyzeAction.DetailAnalyzeResponse -
Uses of ToXContentFragment in org.elasticsearch.action.admin.indices.close
Classes in org.elasticsearch.action.admin.indices.close that implement ToXContentFragment Modifier and Type Class Description static classCloseIndexResponse.IndexResultstatic classCloseIndexResponse.ShardResult -
Uses of ToXContentFragment in org.elasticsearch.action.admin.indices.flush
Classes in org.elasticsearch.action.admin.indices.flush that implement ToXContentFragment Modifier and Type Class Description classSyncedFlushResponseThe result of performing a sync flush operation on all shards of multiple indices -
Uses of ToXContentFragment in org.elasticsearch.action.admin.indices.mapping.get
Classes in org.elasticsearch.action.admin.indices.mapping.get that implement ToXContentFragment Modifier and Type Class Description static classGetFieldMappingsResponse.FieldMappingMetaDataclassGetMappingsResponse -
Uses of ToXContentFragment in org.elasticsearch.action.admin.indices.rollover
Classes in org.elasticsearch.action.admin.indices.rollover that implement ToXContentFragment 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 index -
Uses of ToXContentFragment in org.elasticsearch.action.admin.indices.shards
Classes in org.elasticsearch.action.admin.indices.shards that implement ToXContentFragment 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.StoreStatusShard store information from a node -
Uses of ToXContentFragment in org.elasticsearch.action.admin.indices.stats
Classes in org.elasticsearch.action.admin.indices.stats that implement ToXContentFragment Modifier and Type Class Description classCommonStatsclassShardStats -
Uses of ToXContentFragment in org.elasticsearch.action.admin.indices.validate.query
Classes in org.elasticsearch.action.admin.indices.validate.query that implement ToXContentFragment Modifier and Type Class Description classQueryExplanation -
Uses of ToXContentFragment in org.elasticsearch.action.bulk
Classes in org.elasticsearch.action.bulk that implement ToXContentFragment Modifier and Type Class Description static classBulkItemResponse.FailureRepresents a failure. -
Uses of ToXContentFragment in org.elasticsearch.action.search
Classes in org.elasticsearch.action.search that implement ToXContentFragment Modifier and Type Class Description classReduceSearchPhaseExceptionA failure during a reduce phase (when receiving results from several shards, and reducing them into one or more results and possible actions).classSearchPhaseExecutionExceptionstatic 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. -
Uses of ToXContentFragment in org.elasticsearch.action.support
Classes in org.elasticsearch.action.support that implement ToXContentFragment Modifier and Type Class Description classIndicesOptionsControls 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 ToXContentFragment in org.elasticsearch.action.support.broadcast
Classes in org.elasticsearch.action.support.broadcast that implement ToXContentFragment Modifier and Type Class Description classBroadcastShardOperationFailedExceptionAn exception indicating that a failure occurred performing an operation on the shard. -
Uses of ToXContentFragment in org.elasticsearch.action.support.replication
Classes in org.elasticsearch.action.support.replication that implement ToXContentFragment Modifier and Type Class Description static classReplicationOperation.RetryOnPrimaryExceptionstatic classTransportReplicationAction.RetryOnReplicaException -
Uses of ToXContentFragment in org.elasticsearch.client
Classes in org.elasticsearch.client that implement ToXContentFragment Modifier and Type Class Description static 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 ToXContentFragment in org.elasticsearch.client.graph
Classes in org.elasticsearch.client.graph that implement ToXContentFragment Modifier and Type Class Description 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. -
Uses of ToXContentFragment in org.elasticsearch.client.indices
Classes in org.elasticsearch.client.indices that implement ToXContentFragment Modifier and Type Class Description classPutIndexTemplateRequestA request to create an index template. -
Uses of ToXContentFragment in org.elasticsearch.client.ml
Classes in org.elasticsearch.client.ml that implement ToXContentFragment Modifier and Type Class Description classFindFileStructureRequest -
Uses of ToXContentFragment in org.elasticsearch.client.ml.job.config
Classes in org.elasticsearch.client.ml.job.config that implement ToXContentFragment Modifier and Type Class Description classCategorizationAnalyzerConfigConfiguration for the categorization analyzer.static classCategorizationAnalyzerConfig.NameOrDefinitionSimple store of either a name of a built-in analyzer element or a custom definition. -
Uses of ToXContentFragment in org.elasticsearch.client.rollup
Classes in org.elasticsearch.client.rollup that implement ToXContentFragment Modifier and Type Class Description classRollableIndexCapsRepresents the rollup capabilities of a non-rollup index.static classRollupJobCaps.RollupFieldCaps -
Uses of ToXContentFragment in org.elasticsearch.client.slm
Classes in org.elasticsearch.client.slm that implement ToXContentFragment Modifier and Type Class Description static classSnapshotLifecycleStats.SnapshotPolicyStats -
Uses of ToXContentFragment in org.elasticsearch.client.transform.transforms.pivot
Subinterfaces of ToXContentFragment 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 ToXContentFragment Modifier and Type Class Description static classDateHistogramGroupSource.CalendarIntervalstatic classDateHistogramGroupSource.FixedInterval -
Uses of ToXContentFragment in org.elasticsearch.client.transport
Classes in org.elasticsearch.client.transport that implement ToXContentFragment Modifier and Type Class Description classNoNodeAvailableExceptionAn exception indicating no node is available to perform the operation. -
Uses of ToXContentFragment in org.elasticsearch.cluster
Subinterfaces of ToXContentFragment in org.elasticsearch.cluster Modifier and Type Interface Description static interfaceClusterState.CustomClasses in org.elasticsearch.cluster that implement ToXContentFragment 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 executing -
Uses of ToXContentFragment in org.elasticsearch.cluster.action.shard
Classes in org.elasticsearch.cluster.action.shard that implement ToXContentFragment Modifier and Type Class Description static classShardStateAction.NoLongerPrimaryShardException -
Uses of ToXContentFragment in org.elasticsearch.cluster.block
Classes in org.elasticsearch.cluster.block that implement ToXContentFragment Modifier and Type Class Description classClusterBlockclassClusterBlockException -
Uses of ToXContentFragment in org.elasticsearch.cluster.coordination
Classes in org.elasticsearch.cluster.coordination that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.cluster.health
Classes in org.elasticsearch.cluster.health that implement ToXContentFragment Modifier and Type Class Description classClusterIndexHealthclassClusterShardHealth -
Uses of ToXContentFragment in org.elasticsearch.cluster.metadata
Subinterfaces of ToXContentFragment in org.elasticsearch.cluster.metadata Modifier and Type Interface Description static interfaceMetaData.CustomClasses in org.elasticsearch.cluster.metadata that implement ToXContentFragment Modifier and Type Class Description classAliasMetaDataclassIndexGraveyardA collection of tombstones for explicitly marking indices as deleted in the cluster state.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 ToXContentFragment in org.elasticsearch.cluster.node
Classes in org.elasticsearch.cluster.node that implement ToXContentFragment Modifier and Type Class Description classDiscoveryNodeA discovery node represents a node that is part of the cluster. -
Uses of ToXContentFragment in org.elasticsearch.cluster.routing
Classes in org.elasticsearch.cluster.routing that implement ToXContentFragment Modifier and Type Class Description classIllegalShardRoutingStateExceptionThis exception defines illegal states of shard routingclassRoutingExceptionA baseExceptions for all exceptions thrown by routing related operations.classUnassignedInfoHolds additional information as to why the shard is in unassigned state. -
Uses of ToXContentFragment in org.elasticsearch.cluster.routing.allocation
Classes in org.elasticsearch.cluster.routing.allocation that implement ToXContentFragment 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.static classNodeAllocationResult.ShardStoreInfoA class that captures metadata about a shard store on a node.classRoutingExplanationsClass used to encapsulate a number ofRerouteExplanationexplanations.classShardAllocationDecisionRepresents the decision taken for the allocation of a single shard. -
Uses of ToXContentFragment in org.elasticsearch.cluster.routing.allocation.command
Classes in org.elasticsearch.cluster.routing.allocation.command that implement ToXContentFragment Modifier and Type Class Description classAllocationCommandsA simpleAllocationCommandcomposite managing severalAllocationCommandimplementations -
Uses of ToXContentFragment in org.elasticsearch.cluster.routing.allocation.decider
Classes in org.elasticsearch.cluster.routing.allocation.decider that implement ToXContentFragment Modifier and Type Class Description static classDecision.MultiSimple class representing a list of decisions -
Uses of ToXContentFragment in org.elasticsearch.common
Classes in org.elasticsearch.common that implement ToXContentFragment Modifier and Type Class Description classParsingExceptionException that can be used when parsing queries with a givenXContentParser. -
Uses of ToXContentFragment in org.elasticsearch.common.blobstore
Classes in org.elasticsearch.common.blobstore that implement ToXContentFragment Modifier and Type Class Description classBlobStoreException -
Uses of ToXContentFragment in org.elasticsearch.common.breaker
Classes in org.elasticsearch.common.breaker that implement ToXContentFragment Modifier and Type Class Description classCircuitBreakingExceptionException thrown when the circuit breaker trips -
Uses of ToXContentFragment in org.elasticsearch.common.bytes
Classes in org.elasticsearch.common.bytes that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.common.document
Classes in org.elasticsearch.common.document that implement ToXContentFragment Modifier and Type Class Description classDocumentField -
Uses of ToXContentFragment in org.elasticsearch.common.geo
Classes in org.elasticsearch.common.geo that implement ToXContentFragment Modifier and Type Class Description classGeoPoint -
Uses of ToXContentFragment in org.elasticsearch.common.io.stream
Classes in org.elasticsearch.common.io.stream that implement ToXContentFragment Modifier and Type Class Description classNotSerializableExceptionWrapperThis exception can be used to wrap a given, not serializable exception to serialize viaStreamOutput.writeException(Throwable). -
Uses of ToXContentFragment in org.elasticsearch.common.settings
Classes in org.elasticsearch.common.settings that implement ToXContentFragment Modifier and Type Class Description classNoClassSettingsExceptionA specific type ofSettingsExceptionindicating failure to load a class based on a settings value.classSettingsAn immutable settings implementation.classSettingsExceptionA generic failure to handle settings. -
Uses of ToXContentFragment in org.elasticsearch.common.text
Classes in org.elasticsearch.common.text that implement ToXContentFragment Modifier and Type Class Description classTextBothStringandBytesReferencerepresentation of the text. -
Uses of ToXContentFragment in org.elasticsearch.common.transport
Classes in org.elasticsearch.common.transport that implement ToXContentFragment Modifier and Type Class Description classTransportAddressA transport address used for IP socket address (wrapsInetSocketAddress). -
Uses of ToXContentFragment in org.elasticsearch.common.unit
Classes in org.elasticsearch.common.unit that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.common.util
Classes in org.elasticsearch.common.util that implement ToXContentFragment Modifier and Type Class Description static classCancellableThreads.ExecutionCancelledException -
Uses of ToXContentFragment in org.elasticsearch.common.util.concurrent
Classes in org.elasticsearch.common.util.concurrent that implement ToXContentFragment Modifier and Type Class Description classUncategorizedExecutionException -
Uses of ToXContentFragment in org.elasticsearch.common.xcontent
Classes in org.elasticsearch.common.xcontent that implement ToXContentFragment Modifier and Type Class Description classUnknownNamedObjectExceptionThrown whenNamedXContentRegistry.parseNamedObject(Class, String, XContentParser, Object)is called with an unregistered name. -
Uses of ToXContentFragment in org.elasticsearch.discovery
Classes in org.elasticsearch.discovery that implement ToXContentFragment Modifier and Type Class Description classDiscoveryStatsclassMasterNotDiscoveredException -
Uses of ToXContentFragment in org.elasticsearch.discovery.zen
Classes in org.elasticsearch.discovery.zen that implement ToXContentFragment Modifier and Type Class Description classPendingClusterStateStatsClass encapsulating stats about the PendingClusterStatsQueue -
Uses of ToXContentFragment in org.elasticsearch.env
Classes in org.elasticsearch.env that implement ToXContentFragment Modifier and Type Class Description classShardLockObtainFailedExceptionException used when the in-memory lock for a shard cannot be obtained -
Uses of ToXContentFragment in org.elasticsearch.gateway
Classes in org.elasticsearch.gateway that implement ToXContentFragment Modifier and Type Class Description classGatewayException -
Uses of ToXContentFragment in org.elasticsearch.http
Classes in org.elasticsearch.http that implement ToXContentFragment Modifier and Type Class Description classBindHttpExceptionclassHttpExceptionclassHttpInfoclassHttpStats -
Uses of ToXContentFragment in org.elasticsearch.index
Classes in org.elasticsearch.index that implement ToXContentFragment Modifier and Type Class Description classIndexNotFoundException -
Uses of ToXContentFragment in org.elasticsearch.index.analysis
Classes in org.elasticsearch.index.analysis that implement ToXContentFragment Modifier and Type Class Description classNameOrDefinition -
Uses of ToXContentFragment in org.elasticsearch.index.cache.query
Classes in org.elasticsearch.index.cache.query that implement ToXContentFragment Modifier and Type Class Description classQueryCacheStats -
Uses of ToXContentFragment in org.elasticsearch.index.cache.request
Classes in org.elasticsearch.index.cache.request that implement ToXContentFragment Modifier and Type Class Description classRequestCacheStats -
Uses of ToXContentFragment in org.elasticsearch.index.engine
Classes in org.elasticsearch.index.engine that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.index.fielddata
Classes in org.elasticsearch.index.fielddata that implement ToXContentFragment Modifier and Type Class Description classFieldDataStats -
Uses of ToXContentFragment in org.elasticsearch.index.flush
Classes in org.elasticsearch.index.flush that implement ToXContentFragment Modifier and Type Class Description classFlushStats -
Uses of ToXContentFragment in org.elasticsearch.index.get
Classes in org.elasticsearch.index.get that implement ToXContentFragment Modifier and Type Class Description classGetStats -
Uses of ToXContentFragment in org.elasticsearch.index.mapper
Classes in org.elasticsearch.index.mapper that implement ToXContentFragment 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.classFieldAliasMapperA 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. -
Uses of ToXContentFragment in org.elasticsearch.index.merge
Classes in org.elasticsearch.index.merge that implement ToXContentFragment Modifier and Type Class Description classMergeStats -
Uses of ToXContentFragment in org.elasticsearch.index.query
Classes in org.elasticsearch.index.query that implement ToXContentFragment Modifier and Type Class Description classIntervalsSourceProviderFactory 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.Matchstatic classIntervalsSourceProvider.Prefixstatic classIntervalsSourceProvider.WildcardclassQueryShardExceptionException that is thrown when creating lucene queries on the shard -
Uses of ToXContentFragment in org.elasticsearch.index.query.functionscore
Classes in org.elasticsearch.index.query.functionscore that implement ToXContentFragment Modifier and Type Class Description classDecayFunctionBuilder<DFB extends DecayFunctionBuilder<DFB>>classExponentialDecayFunctionBuilderclassFieldValueFactorFunctionBuilderBuilder to constructfield_value_factorfunctions for a function score query.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.classWeightBuilderA query that multiplies the weight to the score. -
Uses of ToXContentFragment in org.elasticsearch.index.rankeval
Classes in org.elasticsearch.index.rankeval that implement ToXContentFragment Modifier and Type Class Description classEvalQueryQualityResult of the evaluation metric calculation on one particular query alone. -
Uses of ToXContentFragment in org.elasticsearch.index.recovery
Classes in org.elasticsearch.index.recovery that implement ToXContentFragment Modifier and Type Class Description classRecoveryStatsRecovery related statistics, starting at the shard level and allowing aggregation to indices and node level -
Uses of ToXContentFragment in org.elasticsearch.index.refresh
Classes in org.elasticsearch.index.refresh that implement ToXContentFragment Modifier and Type Class Description classRefreshStats -
Uses of ToXContentFragment in org.elasticsearch.index.reindex
Classes in org.elasticsearch.index.reindex that implement ToXContentFragment Modifier and Type Class Description classBulkByScrollResponseResponse used for actions that index many documents using a scroll request. -
Uses of ToXContentFragment in org.elasticsearch.index.search.stats
Classes in org.elasticsearch.index.search.stats that implement ToXContentFragment Modifier and Type Class Description classSearchStatsstatic classSearchStats.Stats -
Uses of ToXContentFragment in org.elasticsearch.index.seqno
Classes in org.elasticsearch.index.seqno that implement ToXContentFragment Modifier and Type Class Description classRetentionLeaseAlreadyExistsExceptionclassRetentionLeaseInvalidRetainingSeqNoExceptionclassRetentionLeaseNotFoundExceptionclassRetentionLeasesRepresents a versioned collection of retention leases.classRetentionLeaseStatsRepresents retention lease stats.classSeqNoStats -
Uses of ToXContentFragment in org.elasticsearch.index.shard
Classes in org.elasticsearch.index.shard that implement ToXContentFragment Modifier and Type Class Description classDocsStatsclassIllegalIndexShardStateExceptionclassIndexingStatsstatic classIndexingStats.StatsclassIndexShardClosedExceptionclassIndexShardNotRecoveringExceptionclassIndexShardNotStartedExceptionclassIndexShardRecoveringExceptionclassIndexShardRecoveryExceptionclassIndexShardRelocatedExceptionclassIndexShardStartedExceptionclassShardIdAllows for shard level components to be injected with the shard id.classShardNotFoundExceptionclassShardNotInPrimaryModeException -
Uses of ToXContentFragment in org.elasticsearch.index.snapshots
Classes in org.elasticsearch.index.snapshots that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.index.snapshots.blobstore
Classes in org.elasticsearch.index.snapshots.blobstore that implement ToXContentFragment Modifier and Type Class Description classBlobStoreIndexShardSnapshotShard snapshot metadataclassBlobStoreIndexShardSnapshotsContains information about all snapshots for the given shard in repository -
Uses of ToXContentFragment in org.elasticsearch.index.store
Classes in org.elasticsearch.index.store that implement ToXContentFragment Modifier and Type Class Description classStoreStats -
Uses of ToXContentFragment in org.elasticsearch.index.translog
Classes in org.elasticsearch.index.translog that implement ToXContentFragment Modifier and Type Class Description classTranslogCorruptedExceptionclassTranslogExceptionclassTranslogStatsclassTruncatedTranslogException -
Uses of ToXContentFragment in org.elasticsearch.index.warmer
Classes in org.elasticsearch.index.warmer that implement ToXContentFragment Modifier and Type Class Description classWarmerStats -
Uses of ToXContentFragment in org.elasticsearch.indices
Classes in org.elasticsearch.indices that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.indices.breaker
Classes in org.elasticsearch.indices.breaker that implement ToXContentFragment Modifier and Type Class Description classAllCircuitBreakerStatsStats class encapsulating all of the different circuit breaker stats -
Uses of ToXContentFragment in org.elasticsearch.indices.recovery
Classes in org.elasticsearch.indices.recovery that implement ToXContentFragment 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.Indexstatic classRecoveryState.Translogstatic classRecoveryState.VerifyIndex -
Uses of ToXContentFragment in org.elasticsearch.ingest
Classes in org.elasticsearch.ingest that implement ToXContentFragment 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.Stats -
Uses of ToXContentFragment in org.elasticsearch.monitor.fs
Classes in org.elasticsearch.monitor.fs that implement ToXContentFragment Modifier and Type Class Description classFsInfostatic classFsInfo.DeviceStatsstatic classFsInfo.IoStats -
Uses of ToXContentFragment in org.elasticsearch.monitor.jvm
Classes in org.elasticsearch.monitor.jvm that implement ToXContentFragment Modifier and Type Class Description classJvmInfoclassJvmStats -
Uses of ToXContentFragment in org.elasticsearch.monitor.os
Classes in org.elasticsearch.monitor.os that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.monitor.process
Classes in org.elasticsearch.monitor.process that implement ToXContentFragment Modifier and Type Class Description classProcessInfoclassProcessStats -
Uses of ToXContentFragment in org.elasticsearch.node
Classes in org.elasticsearch.node that implement ToXContentFragment Modifier and Type Class Description classAdaptiveSelectionStatsClass representing statistics about adaptive replica selection.classNodeClosedExceptionAn exception indicating that node is closed. -
Uses of ToXContentFragment in org.elasticsearch.persistent
Classes in org.elasticsearch.persistent that implement ToXContentFragment Modifier and Type Class Description classPersistentTasksCustomMetaDataA cluster state record that contains a list of all running persistent tasks -
Uses of ToXContentFragment in org.elasticsearch.repositories
Classes in org.elasticsearch.repositories that implement ToXContentFragment Modifier and Type Class Description classRepositoryExceptionGeneric repository exceptionclassRepositoryMissingExceptionRepository missing exceptionclassRepositoryVerificationExceptionRepository verification exception -
Uses of ToXContentFragment in org.elasticsearch.rest.action.admin.indices
Classes in org.elasticsearch.rest.action.admin.indices that implement ToXContentFragment Modifier and Type Class Description classAliasesNotFoundException -
Uses of ToXContentFragment in org.elasticsearch.script
Classes in org.elasticsearch.script that implement ToXContentFragment Modifier and Type Class Description classGeneralScriptExceptionDeprecated.Use ScriptException for exceptions from the scripting engine, otherwise use a more appropriate exception (e.g.classScriptExceptionException from a scripting engine.classScriptMetaDataScriptMetaDatais used to store user-defined scripts as part of theClusterStateusing only an id as the key.classScriptStats -
Uses of ToXContentFragment in org.elasticsearch.search
Classes in org.elasticsearch.search that implement ToXContentFragment Modifier and Type Class Description classSearchContextMissingExceptionclassSearchExceptionclassSearchExtBuilderIntermediate serializable representation of a search ext section.static classSearchHit.NestedIdentityEncapsulates the nested identity of a hit.classSearchHitsclassSearchParseExceptionclassSearchSortValues -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations
Subinterfaces of ToXContentFragment in org.elasticsearch.search.aggregations Modifier and Type Interface Description interfaceAggregationAn aggregation. -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.bucket
Subinterfaces of ToXContentFragment in org.elasticsearch.search.aggregations.bucket Modifier and Type Interface Description interfaceMultiBucketsAggregationAn aggregation that returns multiple bucketsinterfaceSingleBucketAggregationA single bucket aggregationClasses in org.elasticsearch.search.aggregations.bucket that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.search.aggregations.bucket.adjacency
Subinterfaces of ToXContentFragment 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).Classes in org.elasticsearch.search.aggregations.bucket.adjacency that implement ToXContentFragment Modifier and Type Class Description classAdjacencyMatrixAggregationBuilderprotected static classAdjacencyMatrixAggregator.KeyedFilterclassInternalAdjacencyMatrixclassParsedAdjacencyMatrix -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.composite
Subinterfaces of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.composite Modifier and Type Interface Description interfaceCompositeAggregationClasses in org.elasticsearch.search.aggregations.bucket.composite that implement ToXContentFragment 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.classInternalCompositeclassParsedCompositeclassTermsValuesSourceBuilder -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.filter
Subinterfaces of ToXContentFragment 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).Classes in org.elasticsearch.search.aggregations.bucket.filter that implement ToXContentFragment Modifier and Type Class Description classFilterAggregationBuilderclassFiltersAggregationBuilderstatic classFiltersAggregator.KeyedFilterclassInternalFilterclassInternalFiltersclassParsedFilterclassParsedFilters -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.geogrid
Subinterfaces of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.geogrid Modifier and Type Interface Description interfaceGeoGridA geo-grid aggregation.Classes in org.elasticsearch.search.aggregations.bucket.geogrid that implement ToXContentFragment 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.classInternalGeoHashGridRepresents a grid of cells where each cell's location is determined by a geohash.classInternalGeoTileGridRepresents a grid of cells where each cell's location is determined by a geohash.classParsedGeoGridclassParsedGeoHashGridclassParsedGeoTileGrid -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.global
Subinterfaces of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.global Modifier and Type Interface Description interfaceGlobalAglobalaggregation.Classes in org.elasticsearch.search.aggregations.bucket.global that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.search.aggregations.bucket.histogram
Subinterfaces of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.histogram Modifier and Type Interface Description interfaceHistogramAhistogramaggregation.Classes in org.elasticsearch.search.aggregations.bucket.histogram that implement ToXContentFragment Modifier and Type Class Description classAutoDateHistogramAggregationBuilderclassDateHistogramAggregationBuilderA builder for histograms on date fields.classDateHistogramIntervalThe interval the date histogram is based on.classDateIntervalWrapperA class that handles all the parsing, bwc and deprecations surrounding date histogram intervals.classExtendedBoundsclassHistogramAggregationBuilderA builder for histograms on numeric fields.classInternalAutoDateHistogramImplementation ofHistogram.classInternalDateHistogramImplementation ofHistogram.classInternalHistogramImplementation ofHistogram.classParsedAutoDateHistogramclassParsedDateHistogramclassParsedHistogram -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.missing
Subinterfaces of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.missing Modifier and Type Interface Description interfaceMissingAmissingaggregation.Classes in org.elasticsearch.search.aggregations.bucket.missing that implement ToXContentFragment Modifier and Type Class Description classInternalMissingclassMissingAggregationBuilderclassParsedMissing -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.nested
Subinterfaces of ToXContentFragment 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 ToXContentFragment Modifier and Type Class Description classInternalNestedResult of theNestedAggregator.classInternalReverseNestedResult of theReverseNestedAggregator.classNestedAggregationBuilderclassParsedNestedclassParsedReverseNestedclassReverseNestedAggregationBuilder -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.range
Subinterfaces of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.range Modifier and Type Interface Description interfaceRangeArangeaggregation.Classes in org.elasticsearch.search.aggregations.bucket.range that implement ToXContentFragment Modifier and Type Class Description classAbstractRangeBuilder<AB extends AbstractRangeBuilder<AB,R>,R extends RangeAggregator.Range>classDateRangeAggregationBuilderclassGeoDistanceAggregationBuilderclassInternalBinaryRangeA range aggregation for data that is encoded in doc values using a binary representation.classInternalDateRangeclassInternalGeoDistanceclassInternalRange<B extends InternalRange.Bucket,R extends InternalRange<B,R>>classIpRangeAggregationBuilderclassParsedBinaryRangeclassParsedDateRangeclassParsedGeoDistanceclassParsedRangeclassRangeAggregationBuilder -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.sampler
Subinterfaces of ToXContentFragment 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 ToXContentFragment Modifier and Type Class Description classDiversifiedAggregationBuilderclassInternalSamplerclassParsedSamplerclassSamplerAggregationBuilderclassUnmappedSampler -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.significant
Subinterfaces of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.significant Modifier and Type Interface Description interfaceSignificantTermsAn aggregation that collects significant terms in comparison to a background set.Classes in org.elasticsearch.search.aggregations.bucket.significant that implement ToXContentFragment 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.classParsedSignificantLongTermsclassParsedSignificantStringTermsclassParsedSignificantTermsclassSignificantLongTermsResult of the running the significant terms aggregation on a numeric field.classSignificantStringTermsResult of the running the significant terms aggregation on a String field.classSignificantTermsAggregationBuilderclassSignificantTextAggregationBuilderclassUnmappedSignificantTermsResult of the running the significant terms aggregation on an unmapped field. -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.significant.heuristics
Subinterfaces of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.significant.heuristics Modifier and Type Interface Description interfaceSignificanceHeuristicBuilderClasses in org.elasticsearch.search.aggregations.bucket.significant.heuristics that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.search.aggregations.bucket.terms
Subinterfaces of ToXContentFragment in org.elasticsearch.search.aggregations.bucket.terms Modifier and Type Interface Description interfaceRareTermsinterfaceTermsAtermsaggregation.Classes in org.elasticsearch.search.aggregations.bucket.terms that implement ToXContentFragment 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>>classInternalTerms<A extends InternalTerms<A,B>,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.classLongTermsResult of theTermsAggregatorwhen the field is some kind of whole number like a integer, long, or a date.classParsedDoubleTermsclassParsedLongTermsclassParsedStringTermsclassParsedTermsclassRareTermsAggregationBuilderclassStringRareTermsclassStringTermsResult of theTermsAggregatorwhen the field is a String.classTermsAggregationBuilderstatic classTermsAggregator.BucketCountThresholdsclassUnmappedRareTermsResult of the RareTerms aggregation when the field is unmapped.classUnmappedTermsResult of theTermsAggregatorwhen the field is unmapped. -
Uses of ToXContentFragment in org.elasticsearch.search.aggregations.metrics
Subinterfaces of ToXContentFragment 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 ToXContentFragment in org.elasticsearch.search.aggregations.pipeline
Subinterfaces of ToXContentFragment 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 ToXContentFragment in org.elasticsearch.search.aggregations.support
Classes in org.elasticsearch.search.aggregations.support that implement ToXContentFragment 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>>classValuesSourceAggregationBuilder<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>>static classValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>> -
Uses of ToXContentFragment in org.elasticsearch.search.builder
Classes in org.elasticsearch.search.builder that implement ToXContentFragment Modifier and Type Class Description static classSearchSourceBuilder.ScriptFieldclassSearchSourceBuilderException -
Uses of ToXContentFragment in org.elasticsearch.search.dfs
Classes in org.elasticsearch.search.dfs that implement ToXContentFragment Modifier and Type Class Description classDfsPhaseExecutionException -
Uses of ToXContentFragment in org.elasticsearch.search.fetch
Classes in org.elasticsearch.search.fetch that implement ToXContentFragment Modifier and Type Class Description classFetchPhaseExecutionException -
Uses of ToXContentFragment in org.elasticsearch.search.fetch.subphase.highlight
Classes in org.elasticsearch.search.fetch.subphase.highlight that implement ToXContentFragment Modifier and Type Class Description classHighlightFieldA field highlighted with its highlighted fragments. -
Uses of ToXContentFragment in org.elasticsearch.search.internal
Classes in org.elasticsearch.search.internal that implement ToXContentFragment Modifier and Type Class Description classInternalSearchResponseSearchResponseSectionssubclass that can be serialized over the wire. -
Uses of ToXContentFragment in org.elasticsearch.search.profile
Classes in org.elasticsearch.search.profile that implement ToXContentFragment Modifier and Type Class Description classSearchProfileShardResultsA container class to hold all the profile results across all shards. -
Uses of ToXContentFragment in org.elasticsearch.search.profile.aggregation
Classes in org.elasticsearch.search.profile.aggregation that implement ToXContentFragment Modifier and Type Class Description classAggregationProfileShardResultA container class to hold the profile results for a single shard in the request. -
Uses of ToXContentFragment in org.elasticsearch.search.query
Classes in org.elasticsearch.search.query that implement ToXContentFragment Modifier and Type Class Description classQueryPhaseExecutionException -
Uses of ToXContentFragment in org.elasticsearch.search.suggest
Classes in org.elasticsearch.search.suggest that implement ToXContentFragment 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.classSuggestionBuilder<T extends SuggestionBuilder<T>>Base class for the different suggestion implementations. -
Uses of ToXContentFragment in org.elasticsearch.search.suggest.completion
Classes in org.elasticsearch.search.suggest.completion that implement ToXContentFragment 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 suggester -
Uses of ToXContentFragment in org.elasticsearch.search.suggest.completion.context
Classes in org.elasticsearch.search.suggest.completion.context that implement ToXContentFragment 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.classContextMapping<T extends ToXContent>AContextMappingdefines criteria that can be used to filter and/or boost suggestions at query time forCompletionFieldMapper.classGeoContextMappingAContextMappingthat uses a geo location/area as a criteria. -
Uses of ToXContentFragment in org.elasticsearch.search.suggest.phrase
Classes in org.elasticsearch.search.suggest.phrase that implement ToXContentFragment Modifier and Type Class Description classLaplaceAn 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 ToXContentFragment in org.elasticsearch.search.suggest.term
Classes in org.elasticsearch.search.suggest.term that implement ToXContentFragment 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 ToXContentFragment in org.elasticsearch.snapshots
Classes in org.elasticsearch.snapshots that implement ToXContentFragment 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 nameclassSnapshotCreationExceptionThrown when snapshot creation fails completelyclassSnapshotExceptionGeneric snapshot exceptionclassSnapshotInProgressExceptionThrown on the attempt to execute an action that requires that no snapshot is in progress.classSnapshotMissingExceptionThrown if requested snapshot doesn't existclassSnapshotRestoreExceptionSnapshot restore exception -
Uses of ToXContentFragment in org.elasticsearch.tasks
Classes in org.elasticsearch.tasks that implement ToXContentFragment Modifier and Type Class Description classTaskCancelledExceptionA generic exception that can be thrown by a task when it's cancelled by the task manager APIclassTaskInfoInformation about a currently running task. -
Uses of ToXContentFragment in org.elasticsearch.threadpool
Classes in org.elasticsearch.threadpool that implement ToXContentFragment Modifier and Type Class Description static classThreadPool.InfoclassThreadPoolInfoclassThreadPoolStatsstatic classThreadPoolStats.Stats -
Uses of ToXContentFragment in org.elasticsearch.transport
Classes in org.elasticsearch.transport that implement ToXContentFragment 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
-