-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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
Labels
No labels