Skip to content

Make it complaint to ES 2.3+ #2

@kinncj

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 
            }
          }
        }
      ]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions