Martijn van Groningen
9f3043fc78
Merge pull request #13087 from martijnvg/nested/child_filter_can_just_be_regular_filter
...
Nested query should only use bitset cache for parent filter
2015-08-25 10:13:36 +02:00
Ryan Ernst
01cfa95d1c
do real copies where copyOf was used before
2015-08-24 21:22:21 -07:00
Ryan Ernst
69ba45a797
Merge branch 'master' into lists_are_simple
2015-08-24 20:23:59 -07:00
Ryan Ernst
311faa822a
Merge branch 'master' into lists_are_simple
2015-08-24 19:06:58 -07:00
Jason Tedor
51ae1c4d53
Merge pull request #13086 from jasontedor/fix/no-duplicate-settings
...
Detect duplicate settings keys on startup
2015-08-24 20:51:22 -04:00
Jason Tedor
a7af34022c
Detect duplicate settings keys on startup
...
This commit changes the startup behavior of Elasticsearch to throw an
exception if duplicate settings keys are detected in the Elasticsearch
configuration file.
Closes #13079
2015-08-24 20:50:46 -04:00
Ryan Ernst
d5a2d8a64d
Docs: Add migration guide notes for multicast moving to a plugin
...
See #13027
2015-08-24 14:08:09 -07:00
David Pilato
8c4cecb41b
[cloud-aws] Update AWS SDK to 1.10.12
...
Release notes:
* [1.10.11](http://aws.amazon.com/releasenotes/Java/5199590350929641 )
* [1.10.12](http://aws.amazon.com/releasenotes/Java/6635368276326731 )
2015-08-24 23:06:28 +02:00
David Pilato
528b4389ac
[cloud-aws] Update AWS SDK to 1.10.10
...
Update SHA1 files.
Closes #12859 .
2015-08-24 22:58:10 +02:00
Fabian Selles Rosa
3efa6419f1
[cloud-aws] Update AWS SDK to 1.10.10
...
Closes #12859 .
2015-08-24 22:50:57 +02:00
Martijn van Groningen
ee2a5fc2bc
nested: child level filter should be a regular filter!
2015-08-24 22:19:56 +02:00
Nik Everett
0de493e35d
Merge pull request #13070 from nik9000/eclipse_fix
...
Fix some issues developing Elasticsearch with Eclipse
2015-08-24 15:35:50 -04:00
Ryan Ernst
d06be0707c
Added link to test framework for plugin authors
2015-08-24 12:05:00 -07:00
Ryan Ernst
297f0f22d7
Merge branch 'master' into tell_me_your_plugins
2015-08-24 12:03:25 -07:00
Ryan Ernst
f7b3fe05e4
Mappings: Fix document parsing to properly ignore entire type when disabled
...
Currently when an entire type is disabled, our document parser will end
parsing on the first field of the document. This blows up the recently
added check that parsing did not silently skip any tokens (ie whether
there was garbage leftover).
This change fixes the parser to correctly skip the entire document when
the type is disabled.
closes #13017
2015-08-24 11:08:38 -07:00
Jason Tedor
29a03b9c8a
Consolidate duplicate logic in RoutingTable all*ShardsGrouped
...
This commit consolidates the logic in
RoutingTable#allActiveShardsGrouped and
RoutingTable#allAssignedShardsGrouped into a single method that merely
applies a predicate to each ShardRouting.
Closes #13081
2015-08-24 12:26:54 -04:00
Nik Everett
2953985659
[docs] Document noop behavior of index api
...
Relates to #12969
2015-08-24 12:19:07 -04:00
Christoph Büscher
119e9ba138
Merge pull request #13072 from cbuescher/plugin-install-help-update
...
Update the plugin install CLI help to the new short name for commercial plugins
2015-08-24 18:16:00 +02:00
Christoph Büscher
888989b3f3
Changed help text
2015-08-24 17:56:59 +02:00
Christoph Büscher
339486b943
Merge pull request #13073 from cbuescher/rm-rewrite-multiMatchQueryBuilder
...
Remove unsupported `rewrite` from multi_match query builder
2015-08-24 16:12:11 +02:00
Nik Everett
577dcd7c26
Merge pull request #12903 from nik9000/cleanup_tar
...
Clean up the tar tests
2015-08-24 10:00:21 -04:00
Christoph Büscher
5f85349080
Minor fix in plugin install CLI help
2015-08-24 15:42:10 +02:00
Adrien Grand
7b878b5b5c
Docs: Document the `_doc` sort order.
2015-08-24 15:39:50 +02:00
Colin Goodheart-Smithe
9112217869
Merge pull request #13024 from iantruslove/patch-1
...
[DOCS] Couple of typos - various misspellings of `buckets-path`
2015-08-24 15:37:05 +02:00
Simon Willnauer
efa39a0eb0
[DOCS] Fix Java API TransportClient example
2015-08-24 15:13:26 +02:00
André Carvalho
c2c4742f65
proper creation of values for unmapped field on score function
2015-08-24 10:02:18 -03:00
Clinton Gormley
ad3234d475
Merge pull request #13018 from dylan8902/patch-1
...
adds grammar correction
2015-08-24 14:59:43 +02:00
Simon Willnauer
7aa855da51
Merge pull request #13057 from rmuir/easier_mlockall
...
Make mlockall configuration easier.
2015-08-24 14:49:22 +02:00
Simon Willnauer
707c6ca1d1
Merge pull request #13054 from rmuir/favicon
...
Add favicon
2015-08-24 14:48:57 +02:00
Simon Willnauer
23dc785f3f
Merge pull request #13049 from s1monw/fix_race_in_meta_state
...
Don't check if directory is present to prevent races
2015-08-24 14:47:59 +02:00
Christoph Büscher
150b4747b4
Query DSL: Remove unsupported `rewrite` option from multi match query builder
...
The `rewrite` option has been removed from the parser with
commit da5fa6c4
and won't parse anymore, however we still
have a setter for it in the builder that gets rendered out
when used and potentially leads to parsing errors. This PR
removes the setter for the unsupported `rewrite` option.
2015-08-24 14:28:21 +02:00
André Carvalho
60ab72e322
using emptySortedNumericDoubles instead of null in score function
2015-08-24 09:19:45 -03:00
Colin Goodheart-Smithe
2336da1704
Merge pull request #13025 from mpereira/patch-1
...
[Docs] typos in derivative aggregation documentation
2015-08-24 14:17:39 +02:00
Christoph Büscher
c7a8386928
Merge pull request #13069 from cbuescher/rm-matchQuery-rewrite
...
Remove unsupported `rewrite` option from match query builder
2015-08-24 14:04:52 +02:00
Martijn van Groningen
d7327b7b31
test: changed the join timeout from the default 60s to 10s and
...
also wait for the cluster state to contain 4 nodes instead of just waiting for a green state.
2015-08-24 13:43:08 +02:00
Martijn van Groningen
8862348e4f
test: moved ensureStableCluster(...) to base integ test class
2015-08-24 13:43:03 +02:00
Clinton Gormley
fb632d5dbe
Update completion-suggest.asciidoc
...
Corrected "length" in result output
Closes #13011
2015-08-24 13:32:49 +02:00
Christoph Büscher
059ef5c749
Query DSL: Remove unsupported `rewrite` option from match query builder
...
The `rewrite` option has been removed from the parser with
commit da5fa6c4
and won't parse anymore, however we still
have a setter for it in the builder that gets rendered out
when used and potentially leads to parsing errors. This PR
removes the setter for the unsupported `rewrite` option.
2015-08-24 13:01:43 +02:00
Simon Willnauer
3a01f7b3b4
[BUILD] Python3 doesn't have dict.iter_items - it's replaced by dict.items()
2015-08-24 12:52:09 +02:00
Alexander Reelsen
cb68a2196d
Release: Prevent running whole lifecycle twice
2015-08-24 10:26:49 +02:00
xuzha
f77b349c23
The queue_size value should be shown as an integer,
...
closes #10404
closes #13063
2015-08-24 10:04:55 +02:00
Ryan Ernst
76c472973e
Also fix order of injection with plugins for transport client
...
See #13061
2015-08-23 11:18:38 -07:00
Ryan Ernst
b1d963584e
Merge pull request #13061 from rjernst/injection_craziness
...
Add plugin modules before (almost all) others
2015-08-23 11:16:34 -07:00
Ryan Ernst
b6d3fa27e2
Internal: Add plugin modules before (almost all) others
...
This change makes modules added by plugins come before others, as it was
before #12783 . The order of configuration, and thereby binding, happens
in the order modules are received, and without this change, some plugins
can get *insane* guice errors (500mb stack trace).
2015-08-23 11:08:36 -07:00
André Carvalho
345b2b98cf
FunctionScore should work on unampped fields when missing parameter is specified
2015-08-22 23:36:13 -03:00
Ryan Ernst
ef592a8e17
Fix test plugin to correctly add action
2015-08-22 16:08:35 -07:00
Ryan Ernst
d5819b6f7b
Merge pull request #13034 from rjernst/module_culling4
...
Remove SpawnModules
2015-08-22 15:01:42 -07:00
Ryan Ernst
d2606feb3d
Remove PreProcessModule
2015-08-22 09:44:04 -07:00
Ryan Ernst
07807f320a
Merge branch 'master' into module_culling4
2015-08-22 09:40:17 -07:00
Simon Willnauer
febc7f5d4c
[TEST] Provide unicast hosts for Tribe nodes in TribeIT
2015-08-22 18:37:58 +02:00