Isabel Drost-Fromm
801d178ade
Remove mention of reverse in docs and add to migration doc
2016-03-24 12:04:31 +01:00
Clinton Gormley
4597a22ace
Merge pull request #15473 from jmluy/patch-1
...
Update sample in sort for consistency
2015-12-16 12:53:09 +01:00
Jamie McCarthy
ce20337d03
Fix doc of nested_path sort option
2015-11-19 12:22:00 -05:00
Martijn van Groningen
2eadc6d595
nested sorting: If sorting by nested field then the `nested_path` should always be specified.
...
Closes #13420
2015-09-10 12:21:12 +02:00
Britta Weber
2b27bc11b6
[doc] remove comment about function_score faster than script sort. It is not so.
2015-09-03 12:33:00 +02:00
Adrien Grand
7b878b5b5c
Docs: Document the `_doc` sort order.
2015-08-24 15:39:50 +02:00
Clinton Gormley
ac2b8951c6
Docs: Mapping docs completely rewritten for 2.0
2015-08-06 17:24:51 +02:00
Andreas Kohn
1c0ad8c724
Fix a typo in the documentation: six_hun -> "narrower"
...
This was introduced in https://github.com/elastic/elasticsearch.github.com/commit/defaf4f0 , probably
as a search-and-replace mistake.
2015-06-08 18:07:52 +02:00
Colin Goodheart-Smithe
35a58d874e
Scripting: Unify script and template requests across codebase
...
This change unifies the way scripts and templates are specified for all instances in the codebase. It builds on the Script class added previously and adds request building and parsing support as well as the ability to transfer script objects between nodes. It also adds a Template class which aims to provide the same functionality for template APIs
Closes #11091
2015-05-29 16:52:04 +01:00
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