Constant Field Values

Contents

org.apache.*

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

org.elasticsearch.*

  • org.elasticsearch.action.admin.cluster.health.ClusterHealthAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/health"
  • org.elasticsearch.action.admin.cluster.node.hotthreads.NodesHotThreadsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/nodes/hot_threads"
  • org.elasticsearch.action.admin.cluster.node.info.NodesInfoAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/nodes/info"
  • org.elasticsearch.action.admin.cluster.node.liveness.TransportLivenessAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/nodes/liveness"
  • org.elasticsearch.action.admin.cluster.node.stats.NodesStatsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/nodes/stats"
  • org.elasticsearch.action.admin.cluster.node.tasks.get.GetTaskAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/task/get"
    public static final String
    "tasks"
  • org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/tasks/lists"
  • org.elasticsearch.action.admin.cluster.node.usage.NodesUsageAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/nodes/usage"
  • org.elasticsearch.action.admin.cluster.remote.RemoteInfoAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/remote/info"
  • org.elasticsearch.action.admin.cluster.repositories.cleanup.CleanupRepositoryAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/repository/_cleanup"
  • org.elasticsearch.action.admin.cluster.repositories.delete.DeleteRepositoryAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/repository/delete"
  • org.elasticsearch.action.admin.cluster.repositories.get.GetRepositoriesAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/repository/get"
  • org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/repository/put"
  • org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/repository/verify"
  • org.elasticsearch.action.admin.cluster.reroute.ClusterRerouteAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/reroute"
  • org.elasticsearch.action.admin.cluster.shards.ClusterSearchShardsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/shards/search_shards"
  • org.elasticsearch.action.admin.cluster.snapshots.clone.CloneSnapshotAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/snapshot/clone"
  • org.elasticsearch.action.admin.cluster.snapshots.create.CreateSnapshotAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/snapshot/create"
  • org.elasticsearch.action.admin.cluster.snapshots.delete.DeleteSnapshotAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/snapshot/delete"
  • org.elasticsearch.action.admin.cluster.snapshots.features.ResetFeatureStateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/features/reset"
  • org.elasticsearch.action.admin.cluster.snapshots.features.SnapshottableFeaturesAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/features/get"
  • org.elasticsearch.action.admin.cluster.snapshots.get.shard.GetShardSnapshotAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "internal:admin/snapshot/get_shard"
  • org.elasticsearch.action.admin.cluster.snapshots.restore.RestoreSnapshotAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/snapshot/restore"
  • org.elasticsearch.action.admin.cluster.snapshots.status.SnapshotsStatusAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/snapshot/status"
  • org.elasticsearch.action.admin.cluster.snapshots.status.TransportNodesSnapshotsStatus
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/snapshot/status[nodes]"
  • org.elasticsearch.action.admin.cluster.state.ClusterStateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/state"
  • org.elasticsearch.action.admin.cluster.stats.ClusterStatsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/stats"
  • org.elasticsearch.action.admin.cluster.storedscripts.DeleteStoredScriptAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/script/delete"
  • org.elasticsearch.action.admin.cluster.storedscripts.GetScriptContextAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/script_context/get"
  • org.elasticsearch.action.admin.cluster.storedscripts.GetScriptLanguageAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/script_language/get"
  • org.elasticsearch.action.admin.cluster.storedscripts.GetStoredScriptAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/script/get"
  • org.elasticsearch.action.admin.cluster.storedscripts.PutStoredScriptAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/script/put"
  • org.elasticsearch.action.admin.indices.alias.IndicesAliasesAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/aliases"
  • org.elasticsearch.action.admin.indices.alias.exists.AliasesExistAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/aliases/exists"
  • org.elasticsearch.action.admin.indices.alias.get.GetAliasesAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/aliases/get"
  • org.elasticsearch.action.admin.indices.analyze.AnalyzeAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/analyze"
  • org.elasticsearch.action.admin.indices.cache.clear.ClearIndicesCacheAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/cache/clear"
  • org.elasticsearch.action.admin.indices.create.AutoCreateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/auto_create"
  • org.elasticsearch.action.admin.indices.create.CreateIndexAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/create"
  • org.elasticsearch.action.admin.indices.dangling.delete.DeleteDanglingIndexAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/indices/dangling/delete"
  • org.elasticsearch.action.admin.indices.dangling.find.FindDanglingIndexAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/indices/dangling/find"
  • org.elasticsearch.action.admin.indices.dangling.import_index.ImportDanglingIndexAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/indices/dangling/import"
  • org.elasticsearch.action.admin.indices.dangling.list.ListDanglingIndicesAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/indices/dangling/list"
  • org.elasticsearch.action.admin.indices.delete.DeleteIndexAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/delete"
  • org.elasticsearch.action.admin.indices.exists.indices.IndicesExistsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/exists"
  • org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/types/exists"
  • org.elasticsearch.action.admin.indices.flush.FlushAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/flush"
  • org.elasticsearch.action.admin.indices.flush.SyncedFlushAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/synced_flush"
  • org.elasticsearch.action.admin.indices.flush.TransportShardFlushAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/flush[s]"
  • org.elasticsearch.action.admin.indices.get.GetIndexAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/get"
  • org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/mappings/fields/get"
  • org.elasticsearch.action.admin.indices.mapping.get.GetMappingsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/mappings/get"
  • org.elasticsearch.action.admin.indices.mapping.put.AutoPutMappingAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/mapping/auto_put"
  • org.elasticsearch.action.admin.indices.mapping.put.PutMappingAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/mapping/put"
  • org.elasticsearch.action.admin.indices.open.OpenIndexAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/open"
  • org.elasticsearch.action.admin.indices.recovery.RecoveryAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:monitor/recovery"
  • org.elasticsearch.action.admin.indices.refresh.RefreshAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/refresh"
  • org.elasticsearch.action.admin.indices.refresh.TransportShardRefreshAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/refresh[s]"
  • org.elasticsearch.action.admin.indices.resolve.ResolveIndexAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/resolve/index"
  • org.elasticsearch.action.admin.indices.rollover.MaxAgeCondition
    Modifier and Type
    Constant Field
    Value
    public static final String
    "max_age"
  • org.elasticsearch.action.admin.indices.rollover.MaxDocsCondition
    Modifier and Type
    Constant Field
    Value
    public static final String
    "max_docs"
  • org.elasticsearch.action.admin.indices.rollover.MaxPrimaryShardSizeCondition
    Modifier and Type
    Constant Field
    Value
    public static final String
    "max_primary_shard_size"
  • org.elasticsearch.action.admin.indices.rollover.MaxSizeCondition
    Modifier and Type
    Constant Field
    Value
    public static final String
    "max_size"
  • org.elasticsearch.action.admin.indices.rollover.RolloverAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/rollover"
  • org.elasticsearch.action.admin.indices.segments.IndicesSegmentsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:monitor/segments"
  • org.elasticsearch.action.admin.indices.settings.get.GetSettingsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:monitor/settings/get"
  • org.elasticsearch.action.admin.indices.settings.put.UpdateSettingsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/settings/update"
  • org.elasticsearch.action.admin.indices.shards.IndicesShardStoresAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:monitor/shard_stores"
  • org.elasticsearch.action.admin.indices.shrink.ResizeAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/resize"
  • org.elasticsearch.action.admin.indices.shrink.ShrinkAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/shrink"
  • org.elasticsearch.action.admin.indices.stats.FieldUsageStatsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:monitor/field_usage_stats"
  • org.elasticsearch.action.admin.indices.stats.IndicesStatsAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:monitor/stats"
  • org.elasticsearch.action.admin.indices.template.get.GetComponentTemplateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/component_template/get"
  • org.elasticsearch.action.admin.indices.template.get.GetComposableIndexTemplateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/index_template/get"
  • org.elasticsearch.action.admin.indices.template.get.GetIndexTemplatesAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/template/get"
  • org.elasticsearch.action.admin.indices.template.post.SimulateIndexTemplateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/index_template/simulate_index"
  • org.elasticsearch.action.admin.indices.template.post.SimulateTemplateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/index_template/simulate"
  • org.elasticsearch.action.admin.indices.template.put.PutComponentTemplateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:admin/component_template/put"
  • org.elasticsearch.action.admin.indices.template.put.PutComposableIndexTemplateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/index_template/put"
  • org.elasticsearch.action.admin.indices.template.put.PutIndexTemplateAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:admin/template/put"
  • org.elasticsearch.action.admin.indices.upgrade.get.UpgradeStatusAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:monitor/upgrade"
  • org.elasticsearch.action.delete.DeleteAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:data/write/delete"
  • org.elasticsearch.action.explain.ExplainAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:data/read/explain"
  • org.elasticsearch.action.get.GetAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:data/read/get"
  • org.elasticsearch.action.get.MultiGetAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "indices:data/read/mget"
  • org.elasticsearch.action.main.MainAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "cluster:monitor/main"
  • org.elasticsearch.common.cache.Cache<K,​V>
    Modifier and Type
    Constant Field
    Value
    public static final int
    256
  • org.elasticsearch.common.hash.Murmur3Hasher
    Modifier and Type
    Constant Field
    Value
    public static final String
    "MurmurHash3"
  • org.elasticsearch.common.io.Channels
    Modifier and Type
    Constant Field
    Value
    public static final int
    8192
  • org.elasticsearch.common.io.DiskIoBufferPool
    Modifier and Type
    Constant Field
    Value
    public static final int
    8192
  • org.elasticsearch.common.io.Streams
    Modifier and Type
    Constant Field
    Value
    public static final int
    8192
  • org.elasticsearch.common.lucene.index.FilterableTermsEnum
    Modifier and Type
    Constant Field
    Value
    protected static final int
    -1
  • org.elasticsearch.common.lucene.search.function.FunctionScoreQuery
    Modifier and Type
    Constant Field
    Value
    public static final float
    3.4028234663852886E38f
  • org.elasticsearch.common.lucene.uid.Versions
    Modifier and Type
    Constant Field
    Value
    public static final long
    -3L
    public static final long
    -4L
    public static final long
    -1L
  • org.elasticsearch.common.unit.Fuzziness
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fuzziness"
  • org.elasticsearch.index.get.GetResult
    Modifier and Type
    Constant Field
    Value
    public static final String
    "_id"
    public static final String
    "_index"
    public static final String
    "_type"
  • org.elasticsearch.monitor.jvm.GcNames
    Modifier and Type
    Constant Field
    Value
    public static final String
    "old"
    public static final String
    "survivor"
    public static final String
    "young"
  • org.elasticsearch.repositories.fs.FsRepository
    Modifier and Type
    Constant Field
    Value
    public static final String
    "fs"
  • org.elasticsearch.rest.action.admin.indices.RestCloseIndexAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "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 String
    "[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 String
    "[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 String
    "[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 String
    "[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 String
    "[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 String
    "Legacy index templates are deprecated in favor of composable templates."
    public static final String
    "[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 String
    "[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 String
    "[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 String
    "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 String
    "[types removal] Specifying types in bulk requests is deprecated."
  • org.elasticsearch.rest.action.document.RestDeleteAction
    Modifier and Type
    Constant Field
    Value
    public static final String
    "[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 String
    "[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 String
    "[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 String
    "[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 String
    "[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 String
    "[types removal] Specifying types in document update requests is deprecated, use the endpoint /{index}/_update/{id} instead."
  • org.elasticsearch.search.aggregations.bucket.DocCountProvider
    Modifier and Type
    Constant Field
    Value
    public static final int
    1
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.ChiSquare
    Modifier and Type
    Constant Field
    Value
    public static final String
    "chi_square"
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.GND
    Modifier and Type
    Constant Field
    Value
    public static final String
    "gnd"
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.JLHScore
    Modifier and Type
    Constant Field
    Value
    public static final String
    "jlh"
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.MutualInformation
    Modifier and Type
    Constant Field
    Value
    public static final String
    "mutual_information"
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.PercentageScore
    Modifier and Type
    Constant Field
    Value
    public static final String
    "percentage"
  • org.elasticsearch.search.aggregations.bucket.terms.heuristic.ScriptHeuristic
    Modifier and Type
    Constant Field
    Value
    public static final String
    "script_heuristic"
  • org.elasticsearch.search.slice.TermsSliceQuery
    Modifier and Type
    Constant Field
    Value
    public static final int
    7919