Jack Conradson
a5c0ac0d67
Scripting: Add Multi-Valued Field Methods to Expressions
...
Add methods to operate on multi-valued fields in the expressions language.
Note that users will still not be able to access individual values
within a multi-valued field.
The following methods will be included:
* min
* max
* avg
* median
* count
* sum
Additionally, changes have been made to MultiValueMode to support the
new median method.
closes #11105
2015-05-14 08:27:24 -07:00
Pascal Borreli
af6d890ad5
Docs: Fixed typos
...
Closes #10973
2015-05-05 10:38:05 +02:00
Geoff Bourne
0e09c02c56
Spelling out the sort order options
...
Closes #9768
2015-03-01 21:05:52 +01:00
Clinton Gormley
cb00d4a542
Docs: Removed all the added/deprecated tags from 1.x
2014-09-26 21:04:42 +02:00
Adrien Grand
8e1d3d56b3
Docs: Replace added[1.4.0] with coming[1.4.0] since 1.4 is not released yet.
2014-08-29 11:57:22 +02:00
Britta Weber
639692943f
Docs: Document distance type and sort mode for many to many geo_points
...
closes #7280
2014-08-18 16:15:55 +02:00
Britta Weber
d49ed93488
Docs: md -> asciidoc
2014-08-08 11:25:14 +02:00
Adrien Grand
d9d5b35be9
Sort: Make `ignore_unmapped` work for cross-index queries.
...
Close #2255
2014-08-01 15:30:17 +02:00
Britta Weber
d6a18ab2ba
Docs: add 1.4.0 label to many to many geo distance sort
2014-08-01 12:30:08 +02:00
Britta Weber
fe86c8bc88
_geo_distance sort: allow many to many geo point distance
...
Add computation of disyance to many geo points. Example request:
```
{
"sort": [
{
"_geo_distance": {
"location": [
{
"lat":1.2,
"lon":3
},
{
"lat":1.2,
"lon":3
}
],
"order": "desc",
"unit": "km",
"sort_mode": "max"
}
}
]
}
```
closes #3926
2014-07-31 17:33:45 +02:00
Simon Willnauer
990ce658a4
[Docs] Remove `custom_score` from documentation and add a migration
...
section.
2014-02-11 14:59:15 +01:00
Clinton Gormley
6d667e5d41
[DOCS] Missing sort values now works for all field types
2013-09-04 23:20:55 +02:00
Clinton Gormley
393c28bee4
[DOCS] Removed outdated new/deprecated version notices
2013-09-03 21:28:31 +02:00
Clinton Gormley
822043347e
Migrated documentation into the main repo
2013-08-29 01:24:34 +02:00