Skip to content

issues Search Results · repo:elastic/elasticsearch-dsl-py language:Python

Filter by

1k results
 (98 ms)

1k results

inelastic/elasticsearch-dsl-py (press backspace or delete to remove)

A backport of this fix to 5.x (and possibly other major versions?) would be helpful if any downstream projects want to upgrade to Python3.10+. See #1979
  • aalekhpatel07
  • 1
  • Opened 
    27 days ago
  • #1980

Hello, when will there be a release of elasticsearch-dsl that is compatible with elasticsearch v9? This is a showstopper preventing us from upgrading our cluster to v9. Greetings, jgb
Category: Question
  • jgb
  • 2
  • Opened 
    on Jun 4
  • #1978

According to this doc: https://www.elastic.co/docs/reference/elasticsearch/rest-apis/shard-request-cache#_cache_key The order of the keys in the json passed as the ES query may affect caching. Does ...
Category: Question
  • selimt
  • 2
  • Opened 
    on May 28
  • #1977

elasticsearch-dsl~=8.17.1 I want to use ES s asynchronous query. I have verified that it is available during synchronization, but there will be an error when using the corresponding asynchronous library ...
  • 772201902
  • 1
  • Opened 
    on May 12
  • #1976

When using django-elasticsearch-dsl with latest version of elasticsearch-dsl (8.18) and reindexing my database from scratch, my nested fields are all set with the correct number of items but all empties ...
  • debnet
  • 4
  • Opened 
    on Apr 22
  • #1975

When I use Search(index= test ).filter( term , test= test ).params(opaque_id= test ,).execute(), I want to distinguish different search requests. However, this triggers a DeprecationWarning: Passing transport ...
  • winnie0101
  • 4
  • Opened 
    on Apr 2
  • #1971

I would like to define a field called meta on my Document. I read and understood the documentation that states: Having all metadata accessible through meta means that this name is reserved and you shouldn’t ...
Category: Question
  • sbrandtb
  • 6
  • Opened 
    on Feb 14
  • #1969

I have the following model: class AppData(Document): id: str # UUID permissions: list[str] = Keyword(multi=True) webhooks: list[Webhook] class Index: name = app_data These ...
  • lunalucadou
  • 1
  • Opened 
    on Feb 3
  • #1967

elasticsearch_dsl/field.py is missing point field type. Point field type
  • Telomeraz
  • Opened 
    on Jan 5
  • #1958

While trying to upgrade a project to version 8.17, existing code: from elasticsearch_dsl import Search from elasticsearch_dsl.function import RandomScore from elasticsearch_dsl.query import FunctionScore ...
Category: Bug
Priority: Medium
tracking
  • philbudne
  • 2
  • Opened 
    on Jan 4
  • #1957
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub