Nik Everett
38fdacdbf7
Merge pull request #11306 from nik9000/default_detect_noop
...
Default detect_noop to true
2015-08-27 11:22:13 -04:00
Michael McCandless
8f2ae59316
add asserts to make sure mocking 'took'
2015-08-27 11:19:55 -04:00
Michael McCandless
7a8a608d50
initial mock filesystem setup for test case
2015-08-27 10:55:04 -04:00
Nik Everett
9eb684da51
Default detect_noop to true
...
detect_noop is pretty cheap and noop updates compartively expensive so this
feels like a sensible default.
Also had to do some testing and documentation around how _ttl works with
detect_noop.
Closes #11282
2015-08-27 10:34:18 -04:00
Simon Willnauer
9a1b5cf966
[TEST] comparing paths seems to be hard on windonws
2015-08-27 13:20:22 +02:00
Dan Tuffery
d8298e1d3a
Update query_dsl.asciidoc
...
Fixed typo.'
2015-08-27 12:47:15 +02:00
javanna
dc807f294e
Query DSL: deprecate _name and boost in short variants of queries
...
As discussed in #11744 this is the last step to unify parsing of boost and _name. Those fields are supported only in long version of queries, while we sometimes parse them when wwe shouldn't, inconsistently.
Closes #11744
Closes #12966
2015-08-27 12:24:42 +02:00
André Carvalho
793fcb6998
Warmers: delete _all should not throw exception when no warmers are registered
...
Closes #8991
Closes #13058
2015-08-27 12:24:42 +02:00
Clinton Gormley
33e04083a7
Corrected some typos in the REST spec
2015-08-27 11:28:27 +02:00
Jason Tedor
a867a950ab
Merge pull request #13135 from jasontedor/fix/eliminate-tuple-as-a-method-parameter
...
Remove usage of tuple as a method parameter
2015-08-27 04:57:26 -04:00
Simon Willnauer
03ccb99cd5
Expose shards data and state path via ShardStats
...
Since we now don't stripe shards across data paths we need a way
to access the information on which path a shard is allocated to
eventually do better allocation decisions based on disk usage etc.
This commit exposes the shard paths as part of the shard stats.
Relates to #13106
2015-08-27 09:42:56 +02:00
Ryan Ernst
a5bae3bdd8
Mappings: Fix doc parser to still pre/post process metadata fields on disabled type
...
closes #13017
2015-08-26 20:21:22 -07:00
Ryan Ernst
df4345f3ab
Merge pull request #13091 from rjernst/docs/multicast
...
Add migration guide notes for multicast moving to a plugin
2015-08-26 19:42:35 -07:00
Ryan Ernst
fdf8e67de3
Merge branch 'master' into docs/multicast
2015-08-26 19:42:13 -07:00
Ryan Ernst
7a61adf8c4
Add links to multicast and dbq plugins
2015-08-26 19:40:00 -07:00
Ryan Ernst
1029b119d9
Tests: Fix generation scripts for bwc indexes, and add 2.0 beta1 index
2015-08-26 19:36:26 -07:00
Jason Tedor
a1408ef622
Remove usage of tuple as a method parameter
...
This commit removes all instances of
org.elasticsearch.common.collect.Tuple as a method parameter.
Closes #10787
2015-08-26 22:07:33 -04:00
xuzha
9bd4a7b72e
Fix doc build
2015-08-26 16:02:36 -07:00
xuzha
fb2be6d6a1
The name "position_offset_gap" is confusing because Lucene has three
...
similar sounding things:
* Analyzer#getPositionIncrementGap
* Analyzer#getOffsetGap
* IndexOptions.DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS and
* FieldType#storeTermVectorOffsets
Rename position_offset_gap to position_increment_gap
closes #13056
2015-08-26 14:56:35 -07:00
Simon Willnauer
5579b8fad9
[BUILD] Add publish instructions to the release script
2015-08-26 16:22:14 +02:00
Simon Willnauer
d4a9089253
[BUILD] Allow smoke-testing other artifact but staging artifacts
2015-08-26 16:07:50 +02:00
Clinton Gormley
a254b2da29
REST spec: Added update_all_types to indices.put_mapping and indices.create
...
Closes #12840
2015-08-26 15:33:23 +02:00
Martijn van Groningen
a0565f00dd
Removed the `operation_threaded` option.
...
This low level option isn't worth the complexity and an operation should never happen on the network thread.
2015-08-26 15:21:50 +02:00
Martijn van Groningen
3b400aafd6
parent/child: use the index searcher from engine searcher directly for JoinUtil based impl
...
and use the provided index searcher directly for the pre 2.0 parent/child imp.
2015-08-26 15:03:11 +02:00
Colin Goodheart-Smithe
bd0753eaa3
Merge pull request #13033 from xuzha/xu-12391
...
Print field name when meet unexpected token.
2015-08-26 14:41:08 +02:00
Britta Weber
12aeafcbed
Merge pull request #12961 from brwe/jps-check
...
check with jps that the pid file contains a pid that actually is an e…
2015-08-26 14:29:13 +02:00
Boaz Leskes
95c097bf24
Tests: use assertHitCount instead of direct assertion on hits in metric tests
...
So we will get more info on failures
2015-08-26 11:00:48 +02:00
Nik Everett
e8834cc78c
Merge pull request #13111 from nik9000/position_offset_gap_in_2.0
...
[Mapping] Move position_offset_gap default change
2015-08-25 18:01:38 -04:00
Nik Everett
3f6108ab74
[Mapping] Move position_offset_gap default change
...
Until a couple of hours ago we expected the position_offset_gap to default
to 0 in 2.0 and 100 in 2.1. We decided it was worth backporting that new
default to 2.0. So now that its backported we need to teach 2.1 that 2.0
also defaults to 100.
Closes #7268
2015-08-25 18:01:10 -04:00
Spencer
56d7cb8bd8
Update indices.shard_stores.json
...
Correct documentation url
2015-08-25 13:21:04 -07:00
Nik Everett
840b4cf0e1
[docs] Fix typo
...
grap -> gap
2015-08-25 15:38:14 -04:00
Jason Tedor
9ceca39910
Merge pull request #13109 from jasontedor/fix/13107
...
More portable extraction of short hostname
2015-08-25 14:51:23 -04:00
Jason Tedor
e9b6949407
More portable extraction of short hostname
...
This commit increases the portability of extracting the short hostname
on a Unix-like system.
Closes #13107
2015-08-25 14:29:16 -04:00
Nik Everett
4b9664beeb
Mapping: Default position_offset_gap to 100
...
This is much more fiddly than you'd expect it to be because of the way
position_offset_gap is applied in StringFieldMapper. Instead of setting
the default to 100 its simpler to make sure that all the analyzers default
to 100 and that StringFieldMapper doesn't override the default unless the
user specifies something different. Unless the index was created before
2.1, in which case the old default of 0 has to take.
Also postition_offset_gaps less than 0 aren't allowed at all.
New tests test that:
1. the new default doesn't match phrases across values with reasonably low
slop (5)
2. the new default doest match phrases across values with reasonably high
slop (50)
3. you can override the value and phrases work as you'd expect
4. if you leave the value undefined in the mapping and define it on a
custom analyzer the the value from the custom analyzer shines through
Closes #7268
2015-08-25 14:21:50 -04:00
Clinton Gormley
7fcfe42f13
Docs: Removed river docs from master
2015-08-25 17:59:07 +02:00
Ryan Ernst
d77bcb0d9b
Merge pull request #13085 from rjernst/fix/13017
...
Fix document parsing to properly ignore entire type when disabled
2015-08-25 08:58:07 -07:00
Clinton Gormley
327ceec12d
Docs: Added a networking section to migrating changes and mentioned multicast removal
2015-08-25 17:53:44 +02:00
Clinton Gormley
13727ba6fd
Release notes: Add upgrades category
2015-08-25 17:16:14 +02:00
Nik Everett
01a607b466
Merge pull request #13080 from nik9000/index_noop_docs
...
Document noop behavior of index api
2015-08-25 10:35:16 -04:00
javanna
cc12501cef
Internal: remove unused code from query_string parser and settings
...
Closes #13098
2015-08-25 12:53:41 +02:00
Simon Willnauer
3175be7a25
Add smoke-tester to mail template
2015-08-25 12:19:24 +02:00
Clinton Gormley
3599d55637
REST spec: Fixed link to delete-by-query docs
...
Closes #13089
2015-08-25 11:57:55 +02:00
Jason Tedor
8ff1efbcf0
Merge pull request #13082 from jasontedor/feature/13081
...
Consolidate duplicate logic in RoutingTable all*ShardsGrouped
2015-08-25 05:06:26 -04:00
David Pilato
650aff0064
Merge remote-tracking branch 'origin/master'
2015-08-25 10:56:08 +02:00
Simon Willnauer
aaca188571
Merge pull request #13078 from s1monw/add_smoke_tester
...
Add RC smoke tester that checks basic functionality
2015-08-25 10:53:43 +02:00
David Pilato
8b85a8ff73
Update joda-time to 2.8.2
...
- DateTimeZone data updated to version 2015f
- Fixed to handle JDK 8u60 [#288 , #291 ]
Without this fix, formatting a time-zone will print "+00:00" instead of "GMT" for the GMT time-zone
- DateTimeZone data updated to version 2015e
2015-08-25 10:51:24 +02:00
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
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