OpenSearch icon indicating copy to clipboard operation
OpenSearch copied to clipboard

🔎 Open source distributed and RESTful search engine.

Results 885 OpenSearch issues
Sort by recently updated
recently updated
newest added

### Description We are now uploading the global metadata of a cluster state as a separate file for each metadata attribute like coordination metadata, settings, templates and all of the...

enhancement
Storage:Durability
skip-changelog
Cluster Manager
Storage
Storage:Remote
v2.13.0
v2.14.0
ClusterManager:RemoteState

### Describe the bug If an asterisk is included in the value of the query field when creating a percolator document with query_string, query_shard_exception (No field mapping can be found...

bug
Search
Indexing

### Describe the bug While replica is being promoted to primary to primary failover we create a new engine pointing to last successful commit and replay the translog till global...

bug
flaky-test
Indexing:Replication
Other

### Is your feature request related to a problem? Please describe Right now , field data on "_id" field is enabled by default. Users unaware of the implication of sorting...

enhancement
>breaking
Search:Query Capabilities

**Describe the bug** When there's a default_search analyzer defined in index settings and an analyzer defined in the mapping of a field, when indexing, the analyzer in mapping is used,...

bug
Indexing & Search

**Is your feature request related to a problem? Please describe.** Lucene has a built-in LRU query cache that saves doc ID bitsets of queries (and subqueries). Unfortunately, it's relatively naive...

enhancement
Search

**Is your feature request related to a problem? Please describe.** Add instrumentation at OpenSearch thread pools so that all the runnables being executed should be instrumented by default. **Describe the...

enhancement
distributed framework
Cluster Manager

**Is your feature request related to a problem? Please describe.** OpenSearch appears to be missing the Community ID ingest pipeline processor. This generates a portable ID to uniquely identify a...

feature
community
Plugins
v3.0.0
v2.13.0

**Is your feature request related to a problem? Please describe.** We use multi query and during building multi query using Java API we need have a possibility to get deep...

enhancement
good first issue
Search

**Is your feature request related to a problem? Please describe.** During a recent on-call shift I realized that we don't seem to have a decent API to quickly determine what...

enhancement
Indexing & Search