Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it complaint to ES 2.3+ #2

Open
kinncj opened this issue Jul 25, 2016 · 2 comments
Open

Make it complaint to ES 2.3+ #2

kinncj opened this issue Jul 25, 2016 · 2 comments

Comments

@kinncj
Copy link
Member

kinncj commented Jul 25, 2016

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 
            }
          }
        }
      ]
    }
  }
}
@kinncj kinncj changed the title Make it complaint to ES 2.0+ Make it complaint to ES 2.3+ Jul 25, 2016
@kinncj
Copy link
Member Author

kinncj commented Jul 25, 2016

Maybe #3 could be the new interface.
ping @henriquemoody, what's in your mind?

@monobook
Copy link

monobook commented Aug 2, 2016

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants