Skip to content

Make it complaint to ES 2.3+ #2

Description

@kinncj

Major release, no BC.

  • Cover all query types and filters (Queries and Filters got merged)
  • Cover facets
  • Cover bulk
  • Cover boosting

https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-1.6.html
https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-2.0.html
https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-2.3.html

{
  "query": {
    "bool": {
      "should": [
        {
          "term": {
            "birthday": {
              "value": "1982-02-17",
              "boost": 2.0 
            }
          }
        }
      ]
    }
  }
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions