Colin Goodheart-Smithe
02ecfd6279
Merge branch 'master' into feature/aggs-refactoring
2016-02-08 15:41:02 +00:00
Chris Moultrie
4c1a1aa959
Updating upgrade.asciidoc
...
Better notes about how to upgrade plugins
2016-02-07 10:30:42 -05:00
Clinton Gormley
0c41a68690
Fixed asciidoc issues
2016-02-05 14:47:44 +01:00
Jason Tedor
21e22a2ddc
Reword cat API breaking changes
2016-02-05 06:28:39 -05:00
Andrej Kazakov
7f2b369dfd
Use Accept header field in cat API
...
The cat API previously used the Content-Type header field for
determining the media type of the response. This is in opposition to the
HTTP spec which specifies the Accept header field for this purpose. This
commit replaces the use of the Content-Type header field with the Accept
header field in the cat API.
Closes #14421
2016-02-05 06:28:39 -05:00
Colin Goodheart-Smithe
f06f17f328
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/main/java/org/elasticsearch/common/io/stream/StreamInput.java
# core/src/main/java/org/elasticsearch/common/io/stream/StreamOutput.java
2016-02-05 09:22:14 +00:00
Jim Ferenczi
7d0181b5d4
Rename bin/plugin in bin/elasticsearch-plugin
2016-02-05 10:09:14 +01:00
Martijn van Groningen
7a6adfd93a
ingest: Added foreach processor.
...
This processor is useful when all elements of a json array need to be processed in the same way.
This avoids that a processor needs to be defined for each element in an array.
Also it is very likely that it is unknown how many elements are inside an json array.
2016-02-04 23:44:01 +01:00
Jason Tedor
79ebe0682c
Fix typo in Zen Discovery docs
2016-02-04 17:12:51 -05:00
Simon Willnauer
3de0004ea3
add migration notice
2016-02-04 16:23:58 +01:00
Yannick Welsch
4937531a17
Remove obsolete version in ShardRouting
...
Closes #16243
2016-02-04 15:50:25 +01:00
Nik Everett
bb4d8b79fe
Merge branch 'master' into feature/reindex
2016-02-04 09:23:49 -05:00
Russell Cohen
7c00b343f4
Add Scala based elasticsearch-client
2016-02-03 15:47:34 -08:00
Colin Goodheart-Smithe
5d9d91b761
Merge branch 'master' into feature/aggs-refactoring
2016-02-03 14:45:16 +00:00
Simon Willnauer
a77344d742
Merge branch 'master' into make_settings_strict
2016-02-03 13:21:49 +01:00
Simon Willnauer
e60b0bb8fa
Apply feedback from @clintongormley
2016-02-03 11:38:28 +01:00
Simon Willnauer
4a4e523357
Merge branch 'master' into make_settings_strict
2016-02-03 11:34:12 +01:00
Simon Willnauer
9a74443238
Add notice in migration docs
2016-02-03 11:20:53 +01:00
Robert Muir
d5dc05f69e
Upgrade to lucene 5.5.0-snapshot-1725675
2016-02-02 22:53:39 -05:00
Tal Levy
9e7e2ab10b
remove DeDotProcessor from Ingest
2016-02-02 14:16:01 -08:00
Clinton Gormley
c7a818d691
Merge pull request #16370 from pra85/patch-1
...
Fix minor typo in migrate_3_0.asciidoc
2016-02-02 16:15:30 +01:00
Clinton Gormley
f640bf0636
Merge pull request #16371 from clintongormley/deprecate-multicast
...
Deprecate the discovery-multicast plugin
2016-02-02 15:23:58 +01:00
Clinton Gormley
53662b0be9
Merge pull request #16345 from lbrito1/patch-1
...
Changes "that is" to "for example".
2016-02-02 15:13:29 +01:00
Prayag Verma
10b3071e16
Fix minor typo in migrate_3_0.asciidoc
...
Remove extra `on`
2016-02-02 18:16:58 +05:30
Clinton Gormley
70f9d60585
Merge pull request #16020 from mfussenegger/migrate-2_0_settings
...
2.0 Breaking Changes - Settings docs don't mention index.gateway.local.sync
2016-02-02 13:19:17 +01:00
Nik Everett
c1d4478067
Merge branch 'master' into feature/reindex
2016-02-01 18:33:09 -05:00
Ryan Ernst
7b5ed21d0d
Remove reference to multicast docs, which no longer exist.
2016-02-01 11:27:03 -08:00
Tal Levy
dcb88909d5
Merge pull request #16324 from talevy/ingest_on_failure_tag
...
Add processor tags to on_failure metadata in ingest pipeline
2016-02-01 10:13:26 -08:00
Ryan Ernst
3787f437ec
Merge branch 'master' into remove_multicast
2016-02-01 07:25:45 -08:00
Colin Goodheart-Smithe
a241983c9d
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/test/java/org/elasticsearch/search/aggregations/AggregationsBinaryIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/FilterIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/FiltersIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/GeoDistanceIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/NestedIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/SamplerIT.java
# core/src/test/java/org/elasticsearch/search/aggregations/pipeline/DerivativeIT.java
# modules/lang-groovy/src/test/java/org/elasticsearch/messy/tests/BucketSelectorTests.java
# modules/lang-groovy/src/test/java/org/elasticsearch/messy/tests/TDigestPercentileRanksTests.java
2016-02-01 13:38:33 +00:00
Christoph Büscher
61c435e6a9
PhraseSuggestionBuilde: Refactor DirectCandidateGenerator
...
As a prerequisite for refactoring the whole PhraseSuggestionBuilder
to be able to be parsed and streamed from the coordinating node, the
DirectCandidateGenerator must implement Writeable, be able to parse
a new instance (fromXContent()) and later when transported to the
shard to generate a PhraseSuggestionContext.DirectCandidateGenerator.
Also adding equals/hashCode and tests and moving DirectCandidateGenerator
to its own DirectCandidateGeneratorBuilder class.
2016-02-01 12:22:48 +01:00
Clinton Gormley
880c60a982
Added missing breaking changes to 2.2
2016-02-01 09:51:36 +01:00
Clinton Gormley
676078c53d
Docs: Java Security Manager and scripting
...
Added docs explaining the impact of the Java Security Manager on scripting
languages, how to disable the JSM, and how to customise the classloader
whitelist.
Closes https://github.com/elastic/elasticsearch/issues/16094
Closes https://github.com/elastic/elasticsearch/issues/14290
2016-02-01 09:38:21 +01:00
LeeDr
001e1b4714
Tip for detecting init in docs
...
This commit adds a tip to the setup docs for how to detect whether the
user is running on a system that uses SysV-style init versus systemd.
Closes #16323
2016-01-31 13:49:28 -05:00
Chris Earle
c0a7f88897
[DOCS] Adding node.max_local_storage_nodes setting
...
This setting was missing from the docs, so I added it. However, I also
completely rewrote the nodes documentation page because it was mostly
talking about client nodes with some issues, without ever discussing
master nodes, or even tribe nodes. All nodes should be listed on a
"nodes" documentation page.
Fixes #15903
Fixed #14429
2016-01-30 18:13:42 +01:00
Ryan Ernst
b8f08c35ec
Plugin: Remove multicast plugin
...
closes #16310 .
2016-01-29 18:41:31 -08:00
Tal Levy
61e4283a16
Add processor tags to on_failure metadata in ingest pipeline
...
closes #16202
2016-01-29 14:36:11 -08:00
Nik Everett
0aeeef87d2
fixes from review
2016-01-29 10:26:18 -05:00
Colin Goodheart-Smithe
859f9e69b7
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/main/java/org/elasticsearch/action/search/SearchRequestBuilder.java
# core/src/main/java/org/elasticsearch/percolator/PercolateContext.java
# core/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/ScriptHeuristic.java
# core/src/main/java/org/elasticsearch/search/internal/DefaultSearchContext.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/significant/SignificanceHeuristicTests.java
2016-01-29 11:58:19 +00:00
Martijn van Groningen
9ec1b11148
term vectors: The term vector APIs no longer modify the mappings if an unmapped field is found
2016-01-29 09:32:40 +01:00
Nik Everett
72b2ea781b
[docs] wait_for_completion
...
I speculatively linked to {ref}/tasks.html[Tasks APIs], hoping that it'll
exist before we merge this to master.
2016-01-28 15:15:32 -05:00
Clinton Gormley
1acf889bf3
Update segments.asciidoc
...
Move "verbose mode" to the same page as the segments API
2016-01-28 13:33:01 +01:00
Ofir
22b91c2322
Update analysis.asciidoc
2016-01-28 13:02:30 +02:00
Ofir
ac349373f0
Update analysis.asciidoc
2016-01-28 13:02:20 +02:00
Ofir
03e04daf29
Added the Network Addresses community plugin link
...
Updated analysis.asciidoc with a link to the Network Addresses Analysis Plugin.
2016-01-28 12:16:28 +02:00
Ryan Ernst
60180fecf8
Add migration note for site plugins removal
2016-01-27 08:11:57 -08:00
Colin Goodheart-Smithe
187009c12c
Merge branch 'master' into feature/aggs-refactoring
2016-01-27 14:54:12 +00:00
Simon Willnauer
1df7d4d5b5
Merge pull request #16257 from s1monw/no_fsync_on_every_operation
...
Remove the ability to fsync on every operation and only schedule fsync task if really needed
2016-01-27 15:48:30 +01:00
Martijn van Groningen
999ede63e7
docs: Updated examples and added note about the fact that the /
for date rounding in date math index names should be url encoded as %2F
2016-01-27 13:48:20 +01:00
Simon Willnauer
84ce9f3618
Remove the ability to fsync on every operation and only schedule fsync task if really needed
...
This commit limits the `index.translog.sync_interval` to a value not less than `100ms` and
removes the support for fsync on every operation which used to be enabled if `index.translog.sync_interval` was set to `0s`
Now this pr also only schedules an async fsync if the durability is set to `async`. By default not async task is scheduled.
Closes #16152
2016-01-27 12:28:38 +01:00