Constant Field Values

Contents

org.apache.*

  • org.apache.lucene.document.BinaryRange
    Modifier and Type Constant Field Value
    public static final int BYTES 16

org.elasticsearch.*

  • org.elasticsearch.action.DocWriteRequest<T>
    Modifier and Type Constant Field Value
    public static final java.lang.String REQUIRE_ALIAS "require_alias"
  • org.elasticsearch.action.admin.cluster.allocation.ClusterAllocationExplainAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/allocation/explain"
  • org.elasticsearch.action.admin.cluster.configuration.AddVotingConfigExclusionsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/voting_config/add_exclusions"
  • org.elasticsearch.action.admin.cluster.configuration.AddVotingConfigExclusionsRequest
    Modifier and Type Constant Field Value
    public static final java.lang.String DEPRECATION_MESSAGE "nodeDescription is deprecated and will be removed, use nodeIds or nodeNames instead"
  • org.elasticsearch.action.admin.cluster.configuration.ClearVotingConfigExclusionsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/voting_config/clear_exclusions"
  • org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/health"
  • org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/nodes/hot_threads"
  • org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/nodes/info"
  • org.elasticsearch.action.admin.cluster.node.liveness.TransportLivenessAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/nodes/liveness"
  • org.elasticsearch.action.admin.cluster.node.reload.NodesReloadSecureSettingsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/nodes/reload_secure_settings"
  • org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/nodes/stats"
  • org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/tasks/cancel"
  • org.elasticsearch.action.admin.cluster.node.tasks.cancel.CancelTasksRequest
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_REASON "by user request"
    public static final boolean DEFAULT_WAIT_FOR_COMPLETION false
  • org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/task/get"
    public static final java.lang.String TASKS_ORIGIN "tasks"
  • org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/tasks/lists"
  • org.elasticsearch.action.admin.cluster.node.usage.NodesUsageAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/nodes/usage"
  • org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/remote/info"
  • org.elasticsearch.action.admin.cluster.repositories.cleanup.CleanupRepositoryAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/repository/_cleanup"
  • org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/repository/delete"
  • org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/repository/get"
  • org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/repository/put"
  • org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/repository/verify"
  • org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/reroute"
  • org.elasticsearch.action.admin.cluster.settings.ClusterUpdateSettingsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/settings/update"
  • org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/shards/search_shards"
  • org.elasticsearch.action.admin.cluster.snapshots.clone.CloneSnapshotAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/snapshot/clone"
  • org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/snapshot/create"
  • org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/snapshot/delete"
  • org.elasticsearch.action.admin.cluster.snapshots.features.SnapshottableFeaturesAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/features/get"
  • org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/snapshot/get"
  • org.elasticsearch.action.admin.cluster.snapshots.get.GetSnapshotsRequest
    Modifier and Type Constant Field Value
    public static final java.lang.String ALL_SNAPSHOTS "_all"
    public static final java.lang.String CURRENT_SNAPSHOT "_current"
    public static final boolean DEFAULT_VERBOSE_MODE true
  • org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/snapshot/restore"
  • org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/snapshot/status"
  • org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
    Modifier and Type Constant Field Value
    public static final java.lang.String ACTION_NAME "cluster:admin/snapshot/status[nodes]"
  • org.elasticsearch.action.admin.cluster.state.ClusterStateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/state"
  • org.elasticsearch.action.admin.cluster.stats.ClusterStatsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/stats"
  • org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/script/delete"
  • org.elasticsearch.action.admin.cluster.storedscripts.GetScriptContextAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/script_context/get"
  • org.elasticsearch.action.admin.cluster.storedscripts.GetScriptLanguageAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/script_language/get"
  • org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/script/get"
  • org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/script/put"
  • org.elasticsearch.action.admin.cluster.tasks.PendingClusterTasksAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/task"
  • org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/aliases"
  • org.elasticsearch.action.admin.indices.alias.exists.AliasesExistAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/aliases/exists"
  • org.elasticsearch.action.admin.indices.alias.get.GetAliasesAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/aliases/get"
  • org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/analyze"
  • org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/cache/clear"
  • org.elasticsearch.action.admin.indices.close.CloseIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/close"
  • org.elasticsearch.action.admin.indices.close.TransportVerifyShardBeforeCloseAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/close[s]"
  • org.elasticsearch.action.admin.indices.create.AutoCreateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/auto_create"
  • org.elasticsearch.action.admin.indices.create.CreateIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/create"
  • org.elasticsearch.action.admin.indices.dangling.delete.DeleteDanglingIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/indices/dangling/delete"
  • org.elasticsearch.action.admin.indices.dangling.find.FindDanglingIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/indices/dangling/find"
  • org.elasticsearch.action.admin.indices.dangling.import_index.ImportDanglingIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/indices/dangling/import"
  • org.elasticsearch.action.admin.indices.dangling.list.ListDanglingIndicesAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/indices/dangling/list"
  • org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/delete"
  • org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/exists"
  • org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/types/exists"
  • org.elasticsearch.action.admin.indices.flush.FlushAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/flush"
  • org.elasticsearch.action.admin.indices.flush.SyncedFlushAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/synced_flush"
  • org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/flush[s]"
  • org.elasticsearch.action.admin.indices.forcemerge.ForceMergeAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/forcemerge"
  • org.elasticsearch.action.admin.indices.forcemerge.ForceMergeRequest.Defaults
    Modifier and Type Constant Field Value
    public static final boolean FLUSH true
    public static final int MAX_NUM_SEGMENTS -1
    public static final boolean ONLY_EXPUNGE_DELETES false
  • org.elasticsearch.action.admin.indices.get.GetIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/get"
  • org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/mappings/fields/get"
  • org.elasticsearch.action.admin.indices.mapping.get.GetMappingsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/mappings/get"
  • org.elasticsearch.action.admin.indices.mapping.put.AutoPutMappingAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/mapping/auto_put"
  • org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/mapping/put"
  • org.elasticsearch.action.admin.indices.open.OpenIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/open"
  • org.elasticsearch.action.admin.indices.readonly.AddIndexBlockAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/block/add"
  • org.elasticsearch.action.admin.indices.readonly.TransportVerifyShardIndexBlockAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/block/add[s]"
  • org.elasticsearch.action.admin.indices.recovery.RecoveryAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:monitor/recovery"
  • org.elasticsearch.action.admin.indices.refresh.RefreshAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/refresh"
  • org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/refresh[s]"
  • org.elasticsearch.action.admin.indices.resolve.ResolveIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/resolve/index"
  • org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "max_age"
  • org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "max_docs"
  • org.elasticsearch.action.admin.indices.rollover.MaxPrimaryShardSizeCondition
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "max_primary_shard_size"
  • org.elasticsearch.action.admin.indices.rollover.MaxSizeCondition
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "max_size"
  • org.elasticsearch.action.admin.indices.rollover.RolloverAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/rollover"
  • org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:monitor/segments"
  • org.elasticsearch.action.admin.indices.settings.get.GetSettingsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:monitor/settings/get"
  • org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/settings/update"
  • org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:monitor/shard_stores"
  • org.elasticsearch.action.admin.indices.shrink.ResizeAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/resize"
  • org.elasticsearch.action.admin.indices.shrink.ShrinkAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/shrink"
  • org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:monitor/stats"
  • org.elasticsearch.action.admin.indices.template.delete.DeleteComponentTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/component_template/delete"
  • org.elasticsearch.action.admin.indices.template.delete.DeleteComposableIndexTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/index_template/delete"
  • org.elasticsearch.action.admin.indices.template.delete.DeleteIndexTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/template/delete"
  • org.elasticsearch.action.admin.indices.template.get.GetComponentTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/component_template/get"
  • org.elasticsearch.action.admin.indices.template.get.GetComposableIndexTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/index_template/get"
  • org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/template/get"
  • org.elasticsearch.action.admin.indices.template.post.SimulateIndexTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/index_template/simulate_index"
  • org.elasticsearch.action.admin.indices.template.post.SimulateTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/index_template/simulate"
  • org.elasticsearch.action.admin.indices.template.put.PutComponentTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/component_template/put"
  • org.elasticsearch.action.admin.indices.template.put.PutComposableIndexTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/index_template/put"
  • org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/template/put"
  • org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:monitor/upgrade"
  • org.elasticsearch.action.admin.indices.upgrade.post.UpgradeAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/upgrade"
  • org.elasticsearch.action.admin.indices.upgrade.post.UpgradeRequest.Defaults
    Modifier and Type Constant Field Value
    public static final boolean UPGRADE_ONLY_ANCIENT_SEGMENTS false
  • org.elasticsearch.action.admin.indices.upgrade.post.UpgradeSettingsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "internal:indices/admin/upgrade"
  • org.elasticsearch.action.admin.indices.validate.query.QueryExplanation
    Modifier and Type Constant Field Value
    public static final java.lang.String ERROR_FIELD "error"
    public static final java.lang.String EXPLANATION_FIELD "explanation"
    public static final java.lang.String INDEX_FIELD "index"
    public static final int RANDOM_SHARD -1
    public static final java.lang.String SHARD_FIELD "shard"
    public static final java.lang.String VALID_FIELD "valid"
  • org.elasticsearch.action.admin.indices.validate.query.ValidateQueryAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:admin/validate/query"
  • org.elasticsearch.action.admin.indices.validate.query.ValidateQueryResponse
    Modifier and Type Constant Field Value
    public static final java.lang.String EXPLANATIONS_FIELD "explanations"
    public static final java.lang.String VALID_FIELD "valid"
  • org.elasticsearch.action.bulk.BulkAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/write/bulk"
  • org.elasticsearch.action.bulk.BulkItemResponse.Failure
    Modifier and Type Constant Field Value
    public static final java.lang.String CAUSE_FIELD "cause"
    public static final java.lang.String ID_FIELD "id"
    public static final java.lang.String INDEX_FIELD "index"
    public static final java.lang.String STATUS_FIELD "status"
    public static final java.lang.String TYPE_FIELD "type"
  • org.elasticsearch.action.bulk.BulkResponse
    Modifier and Type Constant Field Value
    public static final long NO_INGEST_TOOK -1L
  • org.elasticsearch.action.bulk.TransportShardBulkAction
    Modifier and Type Constant Field Value
    public static final java.lang.String ACTION_NAME "indices:data/write/bulk[s]"
  • org.elasticsearch.action.delete.DeleteAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/write/delete"
  • org.elasticsearch.action.explain.ExplainAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/read/explain"
  • org.elasticsearch.action.fieldcaps.FieldCapabilitiesAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/read/field_caps"
  • org.elasticsearch.action.fieldcaps.FieldCapabilitiesRequest
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "field_caps_request"
  • org.elasticsearch.action.get.GetAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/read/get"
  • org.elasticsearch.action.get.MultiGetAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/read/mget"
  • org.elasticsearch.action.index.IndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/write/index"
  • org.elasticsearch.action.index.IndexRequest
    Modifier and Type Constant Field Value
    public static final long UNSET_AUTO_GENERATED_TIMESTAMP -1L
  • org.elasticsearch.action.ingest.DeletePipelineAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/ingest/pipeline/delete"
  • org.elasticsearch.action.ingest.GetPipelineAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/ingest/pipeline/get"
  • org.elasticsearch.action.ingest.PutPipelineAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/ingest/pipeline/put"
  • org.elasticsearch.action.ingest.SimulateDocumentVerboseResult
    Modifier and Type Constant Field Value
    public static final java.lang.String PROCESSOR_RESULT_FIELD "processor_results"
  • org.elasticsearch.action.ingest.SimulatePipelineAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/ingest/pipeline/simulate"
  • org.elasticsearch.action.main.MainAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:monitor/main"
  • org.elasticsearch.action.support.replication.ReplicationTask.Status
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "replication"
  • org.elasticsearch.action.support.tasks.BaseTasksResponse
    Modifier and Type Constant Field Value
    protected static final java.lang.String NODE_FAILURES "node_failures"
    protected static final java.lang.String TASK_FAILURES "task_failures"
  • org.elasticsearch.action.update.UpdateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "indices:data/write/update"
  • org.elasticsearch.action.update.UpdateHelper.ContextFields
    Modifier and Type Constant Field Value
    public static final java.lang.String CTX "ctx"
    public static final java.lang.String ID "_id"
    public static final java.lang.String INDEX "_index"
    public static final java.lang.String NOW "_now"
    public static final java.lang.String OP "op"
    public static final java.lang.String ROUTING "_routing"
    public static final java.lang.String SOURCE "_source"
    public static final java.lang.String TYPE "_type"
    public static final java.lang.String VERSION "_version"
  • org.elasticsearch.cluster.ClusterModule
    Modifier and Type Constant Field Value
    public static final java.lang.String BALANCED_ALLOCATOR "balanced"
  • org.elasticsearch.cluster.ClusterState
    Modifier and Type Constant Field Value
    public static final java.lang.String UNKNOWN_UUID "_na_"
    public static final long UNKNOWN_VERSION -1L
  • org.elasticsearch.cluster.RepositoryCleanupInProgress
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "repository_cleanup"
  • org.elasticsearch.cluster.RestoreInProgress
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "restore"
  • org.elasticsearch.cluster.SnapshotDeletionsInProgress
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "snapshot_deletions"
  • org.elasticsearch.cluster.SnapshotsInProgress
    Modifier and Type Constant Field Value
    public static final java.lang.String ABORTED_FAILURE_TEXT "Snapshot was aborted by deletion"
    public static final java.lang.String TYPE "snapshots"
  • org.elasticsearch.cluster.routing.allocation.command.AllocateEmptyPrimaryAllocationCommand
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "allocate_empty_primary"
  • org.elasticsearch.cluster.routing.allocation.command.AllocateReplicaAllocationCommand
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "allocate_replica"
  • org.elasticsearch.cluster.routing.allocation.command.AllocateStalePrimaryAllocationCommand
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "allocate_stale_primary"
  • org.elasticsearch.cluster.routing.allocation.command.CancelAllocationCommand
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cancel"
  • org.elasticsearch.cluster.routing.allocation.command.MoveAllocationCommand
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "move"
  • org.elasticsearch.common.ParsingException
    Modifier and Type Constant Field Value
    protected static final int UNKNOWN_POSITION -1
  • org.elasticsearch.common.Table
    Modifier and Type Constant Field Value
    public static final java.lang.String EPOCH "epoch"
    public static final java.lang.String TIMESTAMP "timestamp"
  • org.elasticsearch.common.breaker.CircuitBreaker
    Modifier and Type Constant Field Value
    public static final java.lang.String ACCOUNTING "accounting"
    public static final java.lang.String FIELDDATA "fielddata"
    public static final java.lang.String IN_FLIGHT_REQUESTS "in_flight_requests"
    public static final java.lang.String PARENT "parent"
    public static final java.lang.String REQUEST "request"
  • org.elasticsearch.common.breaker.NoopCircuitBreaker
    Modifier and Type Constant Field Value
    public static final int LIMIT -1
  • org.elasticsearch.common.cache.Cache<K,​V>
    Modifier and Type Constant Field Value
    public static final int NUMBER_OF_SEGMENTS 256
  • org.elasticsearch.common.geo.GeoJsonGeometryFormat
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "geojson"
  • org.elasticsearch.common.geo.GeoUtils
    Modifier and Type Constant Field Value
    public static final double EARTH_AXIS_RATIO 0.9966471893352243
    public static final double EARTH_EQUATOR 4.007501668557849E7
    public static final double EARTH_MEAN_RADIUS 6371008.7714
    public static final double EARTH_POLAR_DISTANCE 1.9970326371122006E7
    public static final double EARTH_SEMI_MAJOR_AXIS 6378137.0
    public static final double EARTH_SEMI_MINOR_AXIS 6356752.314245
    public static final java.lang.String GEOHASH "geohash"
    public static final java.lang.String LATITUDE "lat"
    public static final java.lang.String LONGITUDE "lon"
    public static final double MAX_LAT 90.0
    public static final double MAX_LON 180.0
    public static final double MIN_LAT -90.0
    public static final double MIN_LON -180.0
    public static final double TOLERANCE 1.0E-6
  • org.elasticsearch.common.geo.WKTGeometryFormat
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "wkt"
  • org.elasticsearch.common.geo.parsers.GeoWKTParser
    Modifier and Type Constant Field Value
    public static final java.lang.String COMMA ","
    public static final java.lang.String EMPTY "EMPTY"
    public static final java.lang.String LPAREN "("
    public static final java.lang.String NAN "NaN"
    public static final java.lang.String RPAREN ")"
    public static final java.lang.String SPACE " "
  • org.elasticsearch.common.inject.internal.AbstractBindingBuilder<T>
    Modifier and Type Constant Field Value
    public static final java.lang.String ANNOTATION_ALREADY_SPECIFIED "More than one annotation is specified for this binding."
    public static final java.lang.String BINDING_TO_NULL "Binding to null instances is not allowed. Use toProvider(Providers.of(null)) if this is your intended behaviour."
    public static final java.lang.String CONSTANT_VALUE_ALREADY_SET "Constant value is set more than once."
    public static final java.lang.String IMPLEMENTATION_ALREADY_SET "Implementation is set more than once."
    public static final java.lang.String SCOPE_ALREADY_SET "Scope is set more than once."
    public static final java.lang.String SINGLE_INSTANCE_AND_SCOPE "Setting the scope is not permitted when binding to a single instance."
  • org.elasticsearch.common.io.Channels
    Modifier and Type Constant Field Value
    public static final int WRITE_CHUNK_SIZE 8192
  • org.elasticsearch.common.io.DiskIoBufferPool
    Modifier and Type Constant Field Value
    public static final int HEAP_BUFFER_SIZE 8192
  • org.elasticsearch.common.io.Streams
    Modifier and Type Constant Field Value
    public static final int BUFFER_SIZE 8192
  • org.elasticsearch.common.logging.DeprecatedMessage
    Modifier and Type Constant Field Value
    public static final java.lang.String X_OPAQUE_ID_FIELD_NAME "x-opaque-id"
  • org.elasticsearch.common.logging.Loggers
    Modifier and Type Constant Field Value
    public static final java.lang.String SPACE " "
  • org.elasticsearch.common.lucene.Lucene
    Modifier and Type Constant Field Value
    public static final java.lang.String LATEST_CODEC "Lucene87"
    public static final java.lang.String SOFT_DELETES_FIELD "__soft_deletes"
  • org.elasticsearch.common.lucene.index.FilterableTermsEnum
    Modifier and Type Constant Field Value
    protected static final int NOT_FOUND -1
  • org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
    Modifier and Type Constant Field Value
    public static final float DEFAULT_MAX_BOOST 3.4028234663852886E38f
  • org.elasticsearch.common.lucene.uid.Versions
    Modifier and Type Constant Field Value
    public static final long MATCH_ANY -3L
    public static final long MATCH_DELETED -4L
    public static final long NOT_FOUND -1L
  • org.elasticsearch.common.unit.Fuzziness
    Modifier and Type Constant Field Value
    public static final java.lang.String X_FIELD_NAME "fuzziness"
  • org.elasticsearch.common.util.concurrent.ThreadContext
    Modifier and Type Constant Field Value
    public static final java.lang.String ACTION_ORIGIN_TRANSIENT_NAME "action.origin"
    public static final java.lang.String PREFIX "request.headers"
  • org.elasticsearch.index.get.GetResult
    Modifier and Type Constant Field Value
    public static final java.lang.String _ID "_id"
    public static final java.lang.String _INDEX "_index"
    public static final java.lang.String _TYPE "_type"
  • org.elasticsearch.index.query.functionscore.DecayFunctionBuilder<DFB extends DecayFunctionBuilder<DFB>>
    Modifier and Type Constant Field Value
    protected static final java.lang.String DECAY "decay"
    public static final double DEFAULT_DECAY 0.5
    protected static final java.lang.String OFFSET "offset"
    protected static final java.lang.String ORIGIN "origin"
    protected static final java.lang.String SCALE "scale"
  • org.elasticsearch.index.query.functionscore.ExponentialDecayFunctionBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "exp"
  • org.elasticsearch.index.query.functionscore.FieldValueFactorFunctionBuilder
    Modifier and Type Constant Field Value
    public static final float DEFAULT_FACTOR 1.0f
    public static final java.lang.String NAME "field_value_factor"
  • org.elasticsearch.index.query.functionscore.FunctionScoreQueryBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "function_score"
  • org.elasticsearch.index.query.functionscore.GaussDecayFunctionBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "gauss"
  • org.elasticsearch.index.query.functionscore.LinearDecayFunctionBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "linear"
  • org.elasticsearch.index.query.functionscore.RandomScoreFunctionBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "random_score"
  • org.elasticsearch.index.query.functionscore.ScriptScoreFunctionBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "script_score"
  • org.elasticsearch.index.query.functionscore.ScriptScoreQueryBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "script_score"
  • org.elasticsearch.index.query.functionscore.WeightBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "weight"
  • org.elasticsearch.indices.flush.SyncedFlushService
    Modifier and Type Constant Field Value
    public static final java.lang.String SYNCED_FLUSH_DEPRECATION_MESSAGE "Synced flush is deprecated and will be removed in 8.0. Use flush at /_flush or /{index}/_flush instead."
  • org.elasticsearch.indices.recovery.PeerRecoverySourceService.Actions
    Modifier and Type Constant Field Value
    public static final java.lang.String REESTABLISH_RECOVERY "internal:index/shard/recovery/reestablish_recovery"
    public static final java.lang.String START_RECOVERY "internal:index/shard/recovery/start_recovery"
  • org.elasticsearch.indices.recovery.PeerRecoveryTargetService.Actions
    Modifier and Type Constant Field Value
    public static final java.lang.String CLEAN_FILES "internal:index/shard/recovery/clean_files"
    public static final java.lang.String FILE_CHUNK "internal:index/shard/recovery/file_chunk"
    public static final java.lang.String FILES_INFO "internal:index/shard/recovery/filesInfo"
    public static final java.lang.String FINALIZE "internal:index/shard/recovery/finalize"
    public static final java.lang.String HANDOFF_PRIMARY_CONTEXT "internal:index/shard/recovery/handoff_primary_context"
    public static final java.lang.String PREPARE_TRANSLOG "internal:index/shard/recovery/prepare_translog"
    public static final java.lang.String TRANSLOG_OPS "internal:index/shard/recovery/translog_ops"
  • org.elasticsearch.indices.recovery.RecoveryState.Index
    Modifier and Type Constant Field Value
    public static final long UNKNOWN -1L
  • org.elasticsearch.indices.recovery.RecoveryState.Translog
    Modifier and Type Constant Field Value
    public static final int UNKNOWN -1
  • org.elasticsearch.monitor.jvm.GcNames
    Modifier and Type Constant Field Value
    public static final java.lang.String OLD "old"
    public static final java.lang.String SURVIVOR "survivor"
    public static final java.lang.String YOUNG "young"
  • org.elasticsearch.persistent.CompletionPersistentTaskAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/persistent/completion"
  • org.elasticsearch.persistent.PersistentTasksCustomMetadata
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "persistent_tasks"
  • org.elasticsearch.persistent.PersistentTasksNodeService.Status
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "persistent_executor"
  • org.elasticsearch.persistent.PersistentTasksService
    Modifier and Type Constant Field Value
    public static final java.lang.String PERSISTENT_TASK_ORIGIN "persistent_tasks"
  • org.elasticsearch.persistent.RemovePersistentTaskAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/persistent/remove"
  • org.elasticsearch.persistent.StartPersistentTaskAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/persistent/start"
  • org.elasticsearch.persistent.UpdatePersistentTaskStatusAction
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cluster:admin/persistent/update_status"
  • org.elasticsearch.plugins.PluginInfo
    Modifier and Type Constant Field Value
    public static final java.lang.String ES_PLUGIN_POLICY "plugin-security.policy"
    public static final java.lang.String ES_PLUGIN_PROPERTIES "plugin-descriptor.properties"
  • org.elasticsearch.repositories.fs.FsRepository
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE "fs"
  • org.elasticsearch.rest.action.admin.indices.RestCloseIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String WAIT_FOR_ACTIVE_SHARDS_DEFAULT_DEPRECATION_MESSAGE "the default value for the ?wait_for_active_shards parameter will change from \'0\' to \'index-setting\' in version 8; specify \'?wait_for_active_shards=index-setting\' to adopt the future default behaviour, or \'?wait_for_active_shards=0\' to preserve today\'s behaviour"
  • org.elasticsearch.rest.action.admin.indices.RestCreateIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Using include_type_name in create index requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestGetFieldMappingAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Using include_type_name in get field mapping requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestGetIndexTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying include_type_name in get index template requests is deprecated."
  • org.elasticsearch.rest.action.admin.indices.RestGetIndicesAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Using `include_type_name` in get indices requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestGetMappingAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Using include_type_name in get mapping requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestPutIndexTemplateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying include_type_name in put index template requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestPutMappingAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Using include_type_name in put mapping requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestRolloverIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Using include_type_name in rollover index requests is deprecated. The parameter will be removed in the next major version."
  • org.elasticsearch.rest.action.admin.indices.RestUpgradeActionDeprecated
    Modifier and Type Constant Field Value
    public static final java.lang.String UPGRADE_API_DEPRECATION_MESSAGE "The _upgrade API is no longer useful and will be removed. Instead, see _reindex API."
  • org.elasticsearch.rest.action.document.RestBulkAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in bulk requests is deprecated."
  • org.elasticsearch.rest.action.document.RestDeleteAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in document index requests is deprecated, use the /{index}/_doc/{id} endpoint instead."
  • org.elasticsearch.rest.action.document.RestGetAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in document get requests is deprecated, use the /{index}/_doc/{id} endpoint instead."
  • org.elasticsearch.rest.action.document.RestIndexAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in document index requests is deprecated, use the typeless endpoints instead (/{index}/_doc/{id}, /{index}/_doc, or /{index}/_create/{id})."
  • org.elasticsearch.rest.action.document.RestMultiGetAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in multi get requests is deprecated."
  • org.elasticsearch.rest.action.document.RestTermVectorsAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in term vector requests is deprecated."
  • org.elasticsearch.rest.action.document.RestUpdateAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in document update requests is deprecated, use the endpoint /{index}/_update/{id} instead."
  • org.elasticsearch.rest.action.search.RestExplainAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying a type in explain requests is deprecated."
  • org.elasticsearch.rest.action.search.RestSearchAction
    Modifier and Type Constant Field Value
    public static final java.lang.String TOTAL_HITS_AS_INT_PARAM "rest_total_hits_as_int"
    public static final java.lang.String TYPED_KEYS_PARAM "typed_keys"
    public static final java.lang.String TYPES_DEPRECATION_MESSAGE "[types removal] Specifying types in search requests is deprecated."
  • org.elasticsearch.search.DocValueFormat
    Modifier and Type Constant Field Value
    public static final long MASK_2_63 -9223372036854775808L
  • org.elasticsearch.search.DocValueFormat.DateTime
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "date_time"
  • org.elasticsearch.search.DocValueFormat.Decimal
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "decimal"
  • org.elasticsearch.search.SearchHits.Fields
    Modifier and Type Constant Field Value
    public static final java.lang.String HITS "hits"
    public static final java.lang.String MAX_SCORE "max_score"
    public static final java.lang.String TOTAL "total"
  • org.elasticsearch.search.SearchParseException
    Modifier and Type Constant Field Value
    public static final int UNKNOWN_POSITION -1
  • org.elasticsearch.search.SearchService
    Modifier and Type Constant Field Value
    public static final int DEFAULT_FROM 0
    public static final int DEFAULT_SIZE 10
  • org.elasticsearch.search.aggregations.bucket.DocCountProvider
    Modifier and Type Constant Field Value
    public static final int DEFAULT_VALUE 1
  • org.elasticsearch.search.aggregations.bucket.adjacency.AdjacencyMatrixAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "adjacency_matrix"
  • org.elasticsearch.search.aggregations.bucket.composite.CompositeAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "composite"
  • org.elasticsearch.search.aggregations.bucket.filter.FilterAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "filter"
  • org.elasticsearch.search.aggregations.bucket.filter.FiltersAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "filters"
  • org.elasticsearch.search.aggregations.bucket.global.GlobalAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "global"
  • org.elasticsearch.search.aggregations.bucket.histogram.AutoDateHistogramAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "auto_date_histogram"
  • org.elasticsearch.search.aggregations.bucket.histogram.DateHistogramAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "date_histogram"
  • org.elasticsearch.search.aggregations.bucket.histogram.HistogramAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "histogram"
  • org.elasticsearch.search.aggregations.bucket.histogram.VariableWidthHistogramAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "variable_width_histogram"
  • org.elasticsearch.search.aggregations.bucket.missing.MissingAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "missing"
  • org.elasticsearch.search.aggregations.bucket.nested.NestedAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "nested"
  • org.elasticsearch.search.aggregations.bucket.nested.ReverseNestedAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "reverse_nested"
  • org.elasticsearch.search.aggregations.bucket.range.DateRangeAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "date_range"
  • org.elasticsearch.search.aggregations.bucket.range.GeoDistanceAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "geo_distance"
  • org.elasticsearch.search.aggregations.bucket.range.IpRangeAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "ip_range"
  • org.elasticsearch.search.aggregations.bucket.range.RangeAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "range"
  • org.elasticsearch.search.aggregations.bucket.range.RangeAggregator
    Modifier and Type Constant Field Value
    public static final double DOCS_PER_RANGE_TO_USE_FILTERS 5000.0
    public static final long MAX_ACCURATE_BOUND 9007199254740992L
  • org.elasticsearch.search.aggregations.bucket.sampler.DiversifiedAggregationBuilder
    Modifier and Type Constant Field Value
    public static final int MAX_DOCS_PER_VALUE_DEFAULT 1
    public static final java.lang.String NAME "diversified_sampler"
  • org.elasticsearch.search.aggregations.bucket.sampler.InternalSampler
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "mapped_sampler"
    public static final java.lang.String PARSER_NAME "sampler"
  • org.elasticsearch.search.aggregations.bucket.sampler.SamplerAggregationBuilder
    Modifier and Type Constant Field Value
    public static final int DEFAULT_SHARD_SAMPLE_SIZE 100
    public static final java.lang.String NAME "sampler"
  • org.elasticsearch.search.aggregations.bucket.sampler.UnmappedSampler
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "unmapped_sampler"
  • org.elasticsearch.search.aggregations.bucket.terms.DoubleTerms
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "dterms"
  • org.elasticsearch.search.aggregations.bucket.terms.InternalSignificantTerms<A extends InternalSignificantTerms<A,​B>,​B extends InternalSignificantTerms.Bucket<B>>
    Modifier and Type Constant Field Value
    public static final java.lang.String BG_COUNT "bg_count"
    public static final java.lang.String SCORE "score"
  • org.elasticsearch.search.aggregations.bucket.terms.LongRareTerms
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "lrareterms"
  • org.elasticsearch.search.aggregations.bucket.terms.LongTerms
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "lterms"
  • org.elasticsearch.search.aggregations.bucket.terms.RareTermsAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "rare_terms"
  • org.elasticsearch.search.aggregations.bucket.terms.SignificantLongTerms
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "siglterms"
  • org.elasticsearch.search.aggregations.bucket.terms.SignificantStringTerms
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "sigsterms"
  • org.elasticsearch.search.aggregations.bucket.terms.SignificantTermsAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "significant_terms"
  • org.elasticsearch.search.aggregations.bucket.terms.SignificantTextAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "significant_text"
  • org.elasticsearch.search.aggregations.bucket.terms.StringRareTerms
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "srareterms"
  • org.elasticsearch.search.aggregations.bucket.terms.StringTerms
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "sterms"
  • org.elasticsearch.search.aggregations.bucket.terms.TermsAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "terms"
  • org.elasticsearch.search.aggregations.bucket.terms.UnmappedRareTerms
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "umrareterms"
  • org.elasticsearch.search.aggregations.bucket.terms.UnmappedSignificantTerms
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "umsigterms"
  • org.elasticsearch.search.aggregations.bucket.terms.UnmappedTerms
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "umterms"
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.ChiSquare
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "chi_square"
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.GND
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "gnd"
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.JLHScore
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "jlh"
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.MutualInformation
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "mutual_information"
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.PercentageScore
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "percentage"
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.ScriptHeuristic
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "script_heuristic"
  • org.elasticsearch.search.aggregations.metrics.AbstractHyperLogLog
    Modifier and Type Constant Field Value
    public static final int MAX_PRECISION 18
    public static final int MIN_PRECISION 4
  • org.elasticsearch.search.aggregations.metrics.AbstractHyperLogLogPlusPlus
    Modifier and Type Constant Field Value
    public static final boolean HYPERLOGLOG true
    public static final boolean LINEAR_COUNTING false
    public static final int MAX_PRECISION 18
    public static final int MIN_PRECISION 4
  • org.elasticsearch.search.aggregations.metrics.AbstractLinearCounting
    Modifier and Type Constant Field Value
    public static final int MAX_PRECISION 18
    public static final int MIN_PRECISION 4
  • org.elasticsearch.search.aggregations.metrics.AvgAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "avg"
  • org.elasticsearch.search.aggregations.metrics.CardinalityAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cardinality"
  • org.elasticsearch.search.aggregations.metrics.ExtendedStatsAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "extended_stats"
  • org.elasticsearch.search.aggregations.metrics.GeoBoundsAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "geo_bounds"
  • org.elasticsearch.search.aggregations.metrics.GeoCentroidAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "geo_centroid"
  • org.elasticsearch.search.aggregations.metrics.HyperLogLogPlusPlus
    Modifier and Type Constant Field Value
    public static final int DEFAULT_PRECISION 14
    public static final int MAX_PRECISION 18
    public static final int MIN_PRECISION 4
  • org.elasticsearch.search.aggregations.metrics.InternalHDRPercentileRanks
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "hdr_percentile_ranks"
  • org.elasticsearch.search.aggregations.metrics.InternalHDRPercentiles
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "hdr_percentiles"
  • org.elasticsearch.search.aggregations.metrics.InternalTDigestPercentileRanks
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "tdigest_percentile_ranks"
  • org.elasticsearch.search.aggregations.metrics.InternalTDigestPercentiles
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "tdigest_percentiles"
  • org.elasticsearch.search.aggregations.metrics.MaxAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "max"
  • org.elasticsearch.search.aggregations.metrics.MedianAbsoluteDeviationAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "median_absolute_deviation"
  • org.elasticsearch.search.aggregations.metrics.MinAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "min"
  • org.elasticsearch.search.aggregations.metrics.PercentileRanks
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "percentile_ranks"
  • org.elasticsearch.search.aggregations.metrics.PercentileRanksAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "percentile_ranks"
  • org.elasticsearch.search.aggregations.metrics.Percentiles
    Modifier and Type Constant Field Value
    public static final java.lang.String TYPE_NAME "percentiles"
  • org.elasticsearch.search.aggregations.metrics.PercentilesAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "percentiles"
  • org.elasticsearch.search.aggregations.metrics.ScriptedMetricAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "scripted_metric"
  • org.elasticsearch.search.aggregations.metrics.StatsAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "stats"
  • org.elasticsearch.search.aggregations.metrics.SumAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "sum"
  • org.elasticsearch.search.aggregations.metrics.TopHitsAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "top_hits"
  • org.elasticsearch.search.aggregations.metrics.ValueCountAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "value_count"
  • org.elasticsearch.search.aggregations.metrics.WeightedAvgAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "weighted_avg"
  • org.elasticsearch.search.aggregations.pipeline.AvgBucketPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "avg_bucket"
  • org.elasticsearch.search.aggregations.pipeline.BucketScriptPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "bucket_script"
  • org.elasticsearch.search.aggregations.pipeline.BucketSelectorPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "bucket_selector"
  • org.elasticsearch.search.aggregations.pipeline.BucketSortPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "bucket_sort"
  • org.elasticsearch.search.aggregations.pipeline.CumulativeSumPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "cumulative_sum"
  • org.elasticsearch.search.aggregations.pipeline.DerivativePipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "derivative"
  • org.elasticsearch.search.aggregations.pipeline.EwmaModel
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "ewma"
  • org.elasticsearch.search.aggregations.pipeline.ExtendedStatsBucketPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "extended_stats_bucket"
  • org.elasticsearch.search.aggregations.pipeline.HoltLinearModel
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "holt"
  • org.elasticsearch.search.aggregations.pipeline.HoltWintersModel
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "holt_winters"
  • org.elasticsearch.search.aggregations.pipeline.InternalBucketMetricValue
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "bucket_metric_value"
  • org.elasticsearch.search.aggregations.pipeline.InternalSimpleValue
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "simple_value"
  • org.elasticsearch.search.aggregations.pipeline.LinearModel
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "linear"
  • org.elasticsearch.search.aggregations.pipeline.MaxBucketPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "max_bucket"
  • org.elasticsearch.search.aggregations.pipeline.MinBucketPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "min_bucket"
  • org.elasticsearch.search.aggregations.pipeline.MovAvgPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "moving_avg"
  • org.elasticsearch.search.aggregations.pipeline.MovFnPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "moving_fn"
  • org.elasticsearch.search.aggregations.pipeline.PercentilesBucketPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "percentiles_bucket"
  • org.elasticsearch.search.aggregations.pipeline.SerialDiffPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "serial_diff"
  • org.elasticsearch.search.aggregations.pipeline.SimpleModel
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "simple"
  • org.elasticsearch.search.aggregations.pipeline.StatsBucketPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "stats_bucket"
  • org.elasticsearch.search.aggregations.pipeline.SumBucketPipelineAggregationBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "sum_bucket"
  • org.elasticsearch.search.fetch.StoredFieldsContext
    Modifier and Type Constant Field Value
    public static final java.lang.String _NONE_ "_none_"
  • org.elasticsearch.search.slice.TermsSliceQuery
    Modifier and Type Constant Field Value
    public static final int SEED 7919
  • org.elasticsearch.search.sort.FieldSortBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String DOC_FIELD_NAME "_doc"
    public static final java.lang.String NAME "field_sort"
    public static final java.lang.String SHARD_DOC_FIELD_NAME "_shard_doc"
  • org.elasticsearch.search.sort.GeoDistanceSortBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String ALTERNATIVE_NAME "_geoDistance"
    public static final java.lang.String NAME "_geo_distance"
  • org.elasticsearch.search.sort.ScoreSortBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "_score"
  • org.elasticsearch.search.sort.ScriptSortBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "_script"
  • org.elasticsearch.search.sort.ShardDocSortField
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "_shard_doc"
  • org.elasticsearch.search.suggest.completion.context.CategoryQueryContext
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "category"
  • org.elasticsearch.search.suggest.completion.context.ContextMapping<T extends org.elasticsearch.common.xcontent.ToXContent>
    Modifier and Type Constant Field Value
    public static final java.lang.String FIELD_NAME "name"
    public static final java.lang.String FIELD_TYPE "type"
  • org.elasticsearch.search.suggest.completion.context.GeoContextMapping
    Modifier and Type Constant Field Value
    public static final int DEFAULT_PRECISION 6
    public static final java.lang.String FIELD_FIELDNAME "path"
    public static final java.lang.String FIELD_PRECISION "precision"
  • org.elasticsearch.search.suggest.completion.context.GeoQueryContext
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "geo"
  • org.elasticsearch.search.suggest.phrase.Laplace
    Modifier and Type Constant Field Value
    public static final double DEFAULT_LAPLACE_ALPHA 0.5
    public static final java.lang.String NAME "laplace"
  • org.elasticsearch.search.suggest.phrase.LinearInterpolation
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "linear"
  • org.elasticsearch.search.suggest.phrase.PhraseSuggestion
    Modifier and Type Constant Field Value
    public static final int TYPE 3
  • org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String SUGGESTION_NAME "phrase"
  • org.elasticsearch.search.suggest.phrase.StupidBackoff
    Modifier and Type Constant Field Value
    public static final double DEFAULT_BACKOFF_DISCOUNT 0.4
    public static final java.lang.String NAME "stupid_backoff"
  • org.elasticsearch.search.suggest.term.TermSuggestion
    Modifier and Type Constant Field Value
    public static final int TYPE 1
  • org.elasticsearch.search.suggest.term.TermSuggestionBuilder
    Modifier and Type Constant Field Value
    public static final java.lang.String SUGGESTION_NAME "term"
  • org.elasticsearch.threadpool.ThreadPool.Names
    Modifier and Type Constant Field Value
    public static final java.lang.String ANALYZE "analyze"
    public static final java.lang.String FETCH_SHARD_STARTED "fetch_shard_started"
    public static final java.lang.String FETCH_SHARD_STORE "fetch_shard_store"
    public static final java.lang.String FLUSH "flush"
    public static final java.lang.String FORCE_MERGE "force_merge"
    public static final java.lang.String GENERIC "generic"
    public static final java.lang.String GET "get"
    public static final java.lang.String LISTENER "listener"
    public static final java.lang.String MANAGEMENT "management"
    public static final java.lang.String REFRESH "refresh"
    public static final java.lang.String SAME "same"
    public static final java.lang.String SEARCH "search"
    public static final java.lang.String SEARCH_THROTTLED "search_throttled"
    public static final java.lang.String SNAPSHOT "snapshot"
    public static final java.lang.String SYSTEM_READ "system_read"
    public static final java.lang.String SYSTEM_WRITE "system_write"
    public static final java.lang.String WARMER "warmer"
    public static final java.lang.String WRITE "write"