Skip to content

Does this query-builder follow the suggested approach in terms of the query DSL for ES post ver. 2.X? #10

@Analect

Description

@Analect

Thanks for a great project.
The more I read up on the changes in the Query DSL post version 2.0 ... it seems like 'and', 'or', 'all' and 'any' .. are being de-emphasised if not being deprecated altogether in favour of compound queries that use 'must', 'must_not', and 'should' that are wrapped as 'bool' queries (like below).

image

Are there plans to handle these types of 'new-breed' queries in this tool?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions