Skip to content

1.0.0

Latest

Choose a tag to compare

@nikh1508 nikh1508 released this 27 Feb 16:25

Initial stable release of elasticquery-dsl-py, a Python-based DSL for building Elasticsearch queries with an intuitive syntax. This release includes:

  • Core query types (Match, Range, GeoDistance, QueryString, etc.)
  • Boolean query composition with logical operators
  • Scoring functions (Script, Random, Field Value Factor, Decay)
  • BooleanDSLBuilder for complex query construction
  • Full type hints for better IDE integration
  • Comprehensive test coverage

Compatible with Elasticsearch 7.x and 8.x.

Full Changelog: https://github.com/workindia/elasticquery-dsl-py/commits/v1.0.0