OpenSearch/modules
Tal Levy 2cd771a230 fix: Sort Processor does not have proper behavior with targetField (#25237)
to specify a `targetField`. This results in some interesting behavior that was missed in the review.
This processor sorts in-place, so there is a side-effect in both the original field and the target field.
Another bug was that the targetField was not being set if the list being sorted was fewer than two elements.

The new behavior works like this: If targetField and fieldName are not the same, we copy the list.
2017-06-15 05:28:54 -07:00
..
aggs-matrix-stats Use SPI in High Level Rest Client to load XContent parsers (#25098) 2017-06-15 12:50:02 +02:00
analysis-common expose simple pattern tokenizers (#25159) 2017-06-13 12:46:59 -07:00
ingest-common fix: Sort Processor does not have proper behavior with targetField (#25237) 2017-06-15 05:28:54 -07:00
lang-expression Upgrade to lucene-7.0.0-snapshot-92b1783. (#25222) 2017-06-15 09:52:07 +02:00
lang-mustache Scripting: Change keys for inline/stored scripts to source/id (#25127) 2017-06-09 08:29:25 -07:00
lang-painless Scripting: Rename SearchScript.needsScores to needs_score (#25235) 2017-06-14 22:01:19 -07:00
parent-join Use SPI in High Level Rest Client to load XContent parsers (#25098) 2017-06-15 12:50:02 +02:00
percolator Scripting: Change keys for inline/stored scripts to source/id (#25127) 2017-06-09 08:29:25 -07:00
reindex Fixed NPEs caused by requests without content. (#23497) 2017-06-05 09:08:14 -06:00
repository-url Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
transport-netty4 move assertBusy to use CheckException (#25246) 2017-06-15 13:24:07 +02:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00