Christoph Büscher
1264f37a1b
Merge branch 'master' into feature-suggest-refactoring
2016-03-08 11:10:08 +01:00
Christoph Büscher
ff46303f15
Simplify mock scripts
2016-03-07 15:39:35 +01:00
Christoph Büscher
6b0f63e1a6
Adding `time_zone` parameter to daterange-aggregation docs
2016-03-07 15:38:24 +01:00
Martijn van Groningen
82d01e4315
Added ingest info to node info API, which contains a list of available processors.
...
Internally the put pipeline API uses this information in node info API to validate if all specified processors in a pipeline exist on all nodes in the cluster.
2016-03-07 14:44:50 +01:00
Christopher Taylor
93adddc61b
Document `sum` as supported scoring type
...
the examples all use `sum` for the `"score_mode"` field, but it isn't listed in the list of supported modes.
2016-03-07 10:48:58 +01:00
Christoph Büscher
7ec5075a87
Merge branch 'master' into feature-suggest-refactoring
2016-03-07 10:45:43 +01:00
Clinton Gormley
6d7e8814d6
Redocument the `index.merge.scheduler.max_thread_count` setting
...
Closes #16961
2016-03-05 16:28:43 +01:00
Nik Everett
d079830f10
[docs] Fix bad link in reindex docs
2016-03-04 14:34:30 -05:00
Nik Everett
22557621fe
[docs] Docs for reindex using ingest pipeline
2016-03-04 10:05:13 -05:00
Jim Ferenczi
9a203dcb66
Fix wrong include in docs
2016-03-04 12:44:28 +01:00
Jim Ferenczi
cd950a34da
Merge pull request #16900 from jimferenczi/mapping_field_level_boost
...
Change the field mapping index time boost into a query time boost
2016-03-04 11:50:29 +01:00
Martijn van Groningen
116acee1dd
Merge pull request #16946 from dedemorton/ingest_doc_edit
...
Improve the ingest documentation.
2016-03-04 11:49:19 +01:00
Jim Ferenczi
927303e7a9
Change the field mapping index time boost into a query time boost.
...
Index time boost will still be applied for indices created before 5.0.0.
2016-03-04 11:47:35 +01:00
Clinton Gormley
29e3443917
Update api-conventions.asciidoc
...
Docs: Fix bad date math index expression
2016-03-04 10:10:29 +01:00
DeDe Morton
6b52b0bdc3
Ingest node edits
2016-03-03 22:29:27 -08:00
Vector241-Eric
d8948bae5b
Fix a quick documentation typo.
...
Fix the object of the sentence to agree with the plural verb.
2016-03-03 16:36:21 -07:00
James Kerr
719c862675
Typo in verb tense of "to gather"
2016-03-03 16:21:11 -07:00
Christoph Büscher
30a788d87c
Suggestions: Make field name mandatory ctor argument
...
The field name is a required argument for all suggesters, but
it was specified via a field() setter in SuggestionBuilder so far.
This changes field name to being a mandatory constructor argument
and lets suggestion builders throw an error if field name is missing
or the empty string.
2016-03-03 21:35:53 +01:00
Lee Hinman
6adbbff97c
Fix organization rename in all files in project
...
Basically a query-replace of "https://github.com/elasticsearch/ " with "https://github.com/elastic/ "
2016-03-03 12:04:13 -07:00
Geoff Wagstaff
06e2a8262d
Fix use of apostrophe
2016-03-03 11:56:56 -07:00
Adrien Grand
2c3e4840f2
Store _all payloads on 1 byte instead of 4. #16899
...
This changes the `_all` field to store per-field boosts using a single byte
similarly to norms.
2016-03-03 15:00:23 +01:00
Christoph Büscher
ef4db5c1e4
Merge branch 'master' into feature-suggest-refactoring
2016-03-03 12:18:03 +01:00
Michael McCandless
4df83dc9a5
Merge pull request #16661 from camilojd/feature/disk-segments-stats
...
Segments stats in indices stats API now optionally includes aggregated file sizes by file extension / index component
2016-03-02 13:58:20 -05:00
Christoph Büscher
c0e5e40e02
Merge branch 'master' into feature-suggest-refactoring
2016-03-02 14:22:03 +01:00
Clinton Gormley
d1e6e2d1df
Merge pull request #16741 from blachniet/patch-1
...
Update aggregations.asciidoc
2016-03-02 10:57:56 +01:00
Clinton Gormley
05e3cd6b97
Merge pull request #16878 from peschlowp/patch-8
...
Update index-options.asciidoc
2016-03-02 10:52:44 +01:00
Clinton Gormley
73529d551c
Merge pull request #16875 from peschlowp/patch-7
...
Update configuration.asciidoc
2016-03-02 10:50:57 +01:00
Camilo Díaz Repka
356364810c
Implementation of Segment disk stats aggregating sizes by index file extension.
...
Use 'includeSegmentFileSizes' as the flag name to report disk usage.
Added test that verifies reported segment disk usage is growing accordingly after adding a document.
Documentation: Reference the new parameter as part of indices stats.
2016-03-01 23:16:49 -03:00
Jason Tedor
aa8ee74c6c
Bump Elasticsearch version to 5.0.0-SNAPSHOT
...
This commit bumps the Elasticsearch version to 5.0.0-SNAPSHOT in line
with the alignment of versions across the stack.
Closes #16862
2016-03-01 17:03:47 -05:00
Christoph Büscher
aecf51cb42
Merge branch 'master' into feature-suggest-refactoring
...
Conflicts:
core/src/main/java/org/elasticsearch/rest/action/search/RestSearchAction.java
2016-03-01 17:20:15 +01:00
Nik Everett
c7c8bb357a
Merge pull request #16861 from nik9000/reindex_is_ready
...
Reindex required some parsing changes for search requests to support
differing defaults from the regular search api.
2016-03-01 10:02:48 -05:00
javanna
3d2a50c8ea
[DOCS] Cat nodes api: document recently added http column
2016-03-01 15:36:55 +01:00
Clinton Gormley
d928352df5
Update count.asciidoc
...
Added a note clarifying that deleted documents are not returned by `_cat/count`
Closes https://github.com/elastic/elasticsearch/issues/16008
2016-03-01 13:40:32 +01:00
Christoph Büscher
a7053afdb9
Merge branch 'master' into feature-suggest-refactoring
...
Conflicts:
docs/reference/migration/migrate_5_0.asciidoc
2016-03-01 12:37:05 +01:00
Clinton Gormley
3fe9c7736c
Update zen.asciidoc
...
Remove docs saying that unicast hosts supports port ranges.
Relates to #15816
2016-03-01 12:19:34 +01:00
Clinton Gormley
9674cbbe62
Documented [] syntax for buckets_path
...
Closes #15707
2016-03-01 09:55:01 +01:00
Andrey Ryaguzov
f744c3f724
Docs: Added migration description for custom analysis file path
...
Closes #15597
Closes #15556
2016-02-29 20:56:19 +01:00
David Pilato
26863a4d75
Fix: Change docs on "node client" to not use an in-memory node
...
Currently we suggesting users create a Node (using NodeBuilder in 2.x) to have a client that is capable of keeping up-to-date information. This is generally a bad idea as it means elasticsearch has no control over eg max heap size or gc settings, and is also problematic for users because they must deal with dependency collisions (and in 2.x+ dependencies of elasticsearch itself).
A better alternative, and what we should document, is to run a local elasticsearch server using bin/elasticsearch, and then use the transport client to connect to that local node. This local connection is virtually free, and allows the client code to be completely isolated from the elasticsearch process. Plugins are then also easy to deal with: just install them in elasticsearch as usual.
Related to #16679
2016-02-29 17:29:24 +01:00
Nik Everett
fd729604ab
[docs] Add breaking change notes for logging
...
ba5be0332d
removed support for degrading
to slf4j and j.u.l but didn't document this as a breaking change because
it is only breaking for folks using Elasticsearch's jar as a java client.
People do that so this counts as a breaking change.
Also, if anyone was brave enough to try and replace log4j on an installed
version of Elasticsearch that will no longer work and this documents that
as well. It doens't get a full heading and instead lives with the java
client notes. Mostly because I can't imagine it worked consistently enough
for anyone to actually do it in the first place. We just never tested it
well enough to make sure we didn't break it after it was implemented.
2016-02-29 11:28:18 -05:00
Lee Hinman
8619df6311
[DOCS] Use https for rpm packages, add dnf instructions
2016-02-29 09:15:48 -07:00
Jason Tedor
0de66da2d4
Fix formatting in migration 5.0 docs
2016-02-29 11:05:42 -05:00
Nik Everett
356b7cd12b
Merge reindex to master because it is ready!
2016-02-29 10:08:29 -05:00
Nik Everett
1e1645d22b
Move migrate_3_0 to migrate_5_0
2016-02-29 09:43:11 -05:00
Jason Tedor
5d8631848b
Add note on Groovy dependencies to migration docs
...
This commit adds a note to the migration docs regarding the reduction of
the Groovy dependencies from the groovy-all artifact to the groovy
artifact that was previously done in
180ab2493e
.
Closes #16858
2016-02-29 09:39:01 -05:00
Christoph Büscher
379bd94c2a
Merge branch 'master' into feature-suggest-refactoring
2016-02-29 14:06:30 +01:00
Clinton Gormley
812f03a33f
Merge pull request #16842 from anhlqn/patch-1
...
Fix minor spelling
2016-02-29 01:32:42 +01:00
Clinton Gormley
380ecd7604
Merge pull request #16777 from radar/patch-1
...
Add example for require_field_match to highlighting docs
2016-02-28 21:33:47 +01:00
Clinton Gormley
300554841e
Merge pull request #16738 from robertlyson/patch-1
...
Update to serial differencing aggregation doc
2016-02-28 20:09:14 +01:00
Ali Beyad
a7f6488216
Merge remote-tracking branch 'upstream/master' into
...
feature-suggest-refactoring
2016-02-26 17:21:12 -05:00
Nik Everett
c38119bae9
Merge branch 'master' into feature/reindex
2016-02-26 16:59:54 -05:00
evanfreed
7ed30a9c00
Spelling
...
Corrected spelling.
2016-02-26 13:39:25 -05:00
Konstantin Delchev
b451d5eb07
Fix typo
2016-02-26 13:36:13 -05:00
Martijn van Groningen
ddc2b60c4b
docs: fix incorrect grok pattern parameter names
...
Closes #16819
2016-02-26 06:38:25 -08:00
Jason Tedor
c978335968
Remove es.useLinkedTransferQueue
...
This commit removes the system property "es.useLinkedTransferQueue" that
defaulted to false and was used to control the queue implementation used
in a few places.
Closes #16786
2016-02-23 17:29:15 -08:00
Christoph Büscher
78534847a3
Merge branch 'master' into feature-suggest-refactoring
2016-02-23 16:47:13 -08:00
Henrik Nordvik
a996e21859
Document cpu usage in _cat/nodes
...
Closes #16775
2016-02-23 16:41:19 -08:00
Jason Tedor
6e840b39f5
Remove ability to disable Netty gathering writes
...
Java NIO has the notion of gathering writes. These are writes that
gather data from multiple buffers into a single channel. These gathering
writes in Netty have been enabled by default with the possibility to
disable them using "es.netty.gathering". This flag was added in case
having gathering writes on by default did not work out. We have not
published this ability and sufficient time has passed to render
judgement that using gathering writes is okay.
Closes #16774
2016-02-22 16:17:44 -08:00
David Pilato
a55ad665da
Merge pull request #16743 from dadoonet/pr/9209-cat-recovery-timeunit
...
[cat/recovery] Make recovery time a TimeValue()
2016-02-22 12:38:04 -08:00
Lee Hinman
99052c3fef
Limit the accepted length of the _id
...
Elasticsearch should reject ids that are this long, to ensure a document
always remains retrievable for clients that impose a maximum URI length
Closes #16034
2016-02-22 12:34:18 -07:00
Christoph Büscher
d888b5c267
Merge branch 'master' into feature-suggest-refactoring
2016-02-22 11:22:28 -08:00
Boaz Leskes
4a7980f96c
Merge pull request #16766 from rstruber/patch-1
...
fix grammar in Total Shards Per Node docs
2016-02-22 08:42:42 -08:00
Jason Tedor
fa885f2e96
Remove es.max-open-files flag
...
This commit removes the es.max-open-files flag as the same information
can be obtained from the cluster nodes info API, and is warn logged on
startup if it's set too low anyway.
Closes #16757
2016-02-21 21:01:08 -08:00
Lee Hinman
5451763935
[DOCS] Add blurb about `data_path` not needing to include index name
...
Resolves #11497
(node.enable_custom_paths is no longer used)
2016-02-21 13:11:45 -07:00
David Pilato
dc32aaa8c8
[cat/recovery] Make recovery time a TimeValue(): add doc
...
Recovery `time` should be a TimeValue() to match other cat APIs.
Closes #9209
2016-02-20 16:30:54 -08:00
Robert
7844804874
Update to serial differencing aggregation doc
...
Hi,
`thirtieth_difference` should use `the_sum` metric as the `buckets_path`.
2016-02-20 12:13:02 +01:00
gaelL
58355430f6
snapshots doc: Repository Verification `verify` example fix
...
Replace `my_backup` in the example line by `s3_repository` to match
the example above.
2016-02-16 14:15:21 +01:00
Clinton Gormley
aedfa10b43
Change docs example with script on/off to true/false
...
Closes #15469
2016-02-15 17:53:59 +01:00
Ali Beyad
5320d538f1
Merge remote-tracking branch 'upstream/master' into feature-suggest-refactoring
2016-02-15 11:03:33 -05:00
David Pilato
89a2505d01
Merge branch 'doc/16650-deprecate-attachments'
2016-02-15 16:40:47 +01:00
David Pilato
55d9b6878b
Deprecate Mapper Attachment Plugin
...
Now that we have the ingest-attachment plugin (https://github.com/elastic/elasticsearch/pull/16490 ) we should deprecate the mapper-attachment plugin.
Closes #16650 .
2016-02-15 16:40:12 +01:00
Clinton Gormley
00b9640208
Merge pull request #16672 from teuneboon/patch-1
...
Clarify text about date format range
2016-02-15 16:16:19 +01:00
Colin Goodheart-Smithe
e546db0753
[DOCS] fix to sampler agg documentation
2016-02-15 13:17:19 +00:00
Clinton Gormley
0a03af263d
Merge pull request #16665 from joynes/patch-1
...
Typo
2016-02-15 13:40:57 +01:00
Clinton Gormley
96dba26d9d
Update index-modules.asciidoc
...
Removed the experimental label from `index.code`
Closes #16644
2016-02-15 13:33:48 +01:00
Colin Goodheart-Smithe
5f489b99bf
fixed docs link error
2016-02-15 12:12:16 +00:00
Colin Goodheart-Smithe
1a46628daa
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/test/java/org/elasticsearch/search/builder/SearchSourceBuilderTests.java
2016-02-15 10:37:16 +00:00
Clinton Gormley
cca611171c
Document breaking change in terms query/filter in 2.0
...
Closes #14830
2016-02-14 18:13:03 +01:00
Jason Tedor
3bbd1c129e
Remove host from cat nodes API
...
As the host and ip fields are always equal by design, the host field in
the cat nodes API is redundant and should be removed.
Closes #16656
2016-02-14 09:21:32 -05:00
Clinton Gormley
4746ff8c03
Merge pull request #16426 from tuespetre/patch-1
...
Update network.asciidoc
2016-02-14 00:04:51 +01:00
Clinton Gormley
40db0f9619
Merge pull request #16499 from elastic/pmusa-patch-rm-source-disable
...
Remove _source 'disable' from the create-index documentation
2016-02-13 20:55:32 +01:00
Clinton Gormley
a7aae4a78a
Update cluster_restart.asciidoc
...
Closes #16568
2016-02-13 19:03:20 +01:00
Clinton Gormley
d5f8f92559
Update shards_allocation.asciidoc
...
Closes https://github.com/elastic/elasticsearch/issues/16554
2016-02-13 15:16:42 +01:00
DeDe Morton
d3e3f19a1f
Change topic order
2016-02-12 15:00:07 -08:00
Ali Beyad
beea413820
Merge remote-tracking branch 'upstream/master' into feature-suggest-refactoring
2016-02-12 11:54:44 -05:00
DeDe Morton
16e87bbe14
Merge pull request #16620 from dedemorton/add_ingest_doc
...
Add ingest docs to the build
2016-02-12 07:33:06 -08:00
Colin Goodheart-Smithe
ed3f7903f4
Merge branch 'master' into feature/aggs-refactoring
2016-02-12 09:48:59 +00:00
Simon Willnauer
b5aee2075f
Merge pull request #16610 from s1monw/test_indices_request_cache
...
Refactor IndicesRequestCache to make it testable.
2016-02-12 09:27:20 +01:00
Ali Beyad
eed557742f
Refactors building query specific objects from the term suggestion
...
builder and merges changes between the suggestion builders to context
object implementations.
2016-02-11 18:30:58 -05:00
Nik Everett
821a20f582
Merge branch 'master' into feature/reindex
2016-02-11 17:41:05 -05:00
Nik Everett
18808b7576
Move reindex from a plugin to a module
2016-02-11 17:39:49 -05:00
DeDe Morton
2734737d55
Add ingest docs to the build
2016-02-11 14:16:56 -08:00
Simon Willnauer
c50586599e
Make security non-optional
...
2.x has show so far that running with security manager is the way to go.
This commit make this non-optional. Users that need to pass their own rules
can still do this via the system configuration for the security manager. They
can even opt out of all security that way.
2016-02-11 17:11:24 +01:00
Simon Willnauer
d538dd64c2
Refactor IndicesRequestCache to make it testable.
...
This commit moves IndicesRequestCache into o.e.indics and makes all API in this
class package private. All references to SearchReqeust, SearchContext etc. have been factored
out and relevant glue code has been added to IndicesService. The IndicesRequestCache is not a
simple class without any hard dependencies on ThreadPool nor SearchService or IndexShard. This now
allows to add unittests.
This commit also removes two settings `indices.requests.cache.clean_interval` and `indices.fielddata.cache.clean_interval`
in favor of `indices.cache.clean_interval` which cleans both caches.
2016-02-11 16:51:44 +01:00
Colin Goodheart-Smithe
1f760bd1bd
Merge branch 'master' into feature/aggs-refactoring
2016-02-10 12:16:26 +00:00
Jim Ferenczi
b146f3ecb3
Pack all the plugin files into a single folder named elasticsearch at the root of the plugin zip.
2016-02-10 10:13:05 +01:00
Nik Everett
1c741f56b9
Merge pull request #16529 from dongjoon-hyun/fix_typos_in_docs
...
Fix typos in docs.
2016-02-09 14:00:06 -05:00
Dongjoon Hyun
ddf9578e81
Change `actual` into `actually`.
2016-02-09 10:18:44 -08:00
Lee Hinman
1bc41947e1
Merge pull request #16491 from tebriel/plugin_docs
...
Updating upgrade.asciidoc
2016-02-09 09:55:27 -07:00
Colin Goodheart-Smithe
80bbb4a385
Merge branch 'master' into feature/aggs-refactoring
...
# Conflicts:
# core/src/main/java/org/elasticsearch/percolator/PercolateContext.java
# core/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/FilterParser.java
# core/src/main/java/org/elasticsearch/search/aggregations/bucket/filters/FiltersParser.java
# core/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantTermsParametersParser.java
# core/src/main/java/org/elasticsearch/search/internal/DefaultSearchContext.java
# core/src/test/java/org/elasticsearch/search/aggregations/bucket/geogrid/GeoHashGridParserTests.java
# test/framework/src/main/java/org/elasticsearch/test/TestSearchContext.java
2016-02-09 10:37:20 +00:00
Dongjoon Hyun
21ea552070
Fix typos in docs.
2016-02-09 02:07:32 -08:00