Martijn van Groningen
f427ad2094
docs: undo accidental rename added via: 5e07644788
2015-12-02 12:17:43 +01:00
Martijn van Groningen
a9ecde041b
Merge branch 'master' into feature/ingest
2015-12-02 11:21:15 +01:00
Xavier Coulon
144225f4e5
Fixing typo
...
Replace "Too shade or not to shade..." with "To shade or not to shade..."
(cherry picked from commit f44c5a4)
(cherry picked from commit 12d5510)
2015-12-02 09:25:52 +01:00
javanna
5e07644788
[DOCS] add missing comma
2015-12-01 20:07:17 +01:00
javanna
6c0510b01d
Make rename processor less error prone
...
Rename processor now checks whether the field to rename exists and throws exception if it doesn't. It also checks that the new field to rename to doesn't exist yet, and throws exception otherwise. Also we make sure that the rename operation is atomic, otherwise things may break between the remove and the set and we'd leave the document in an inconsistent state.
Note that the requirement for the new field name to not exist simplifies the usecase for e.g. { "rename" : { "list.1": "list.2"} } as such a rename wouldn't be accepted if list is actually a list given that either list.2 already exists or the index is out of bounds for the existing list. If one really wants to replace an existing field, that field needs to be removed first through remove processor and then rename can be used.
2015-12-01 19:58:24 +01:00
Clinton Gormley
9dbda2af62
Update scripting.asciidoc
...
Fix script syntax for script_score
Closes #15096
2015-11-30 17:07:52 +01:00
Honza Král
02798951ef
[docs] Updating the Python client docxs
2015-11-30 16:50:08 +01:00
David Pilato
bed9bf19c6
S3 repository: fix spelling error
...
Reported at https://github.com/elastic/elasticsearch-cloud-aws/pull/221
2015-11-30 16:01:55 +01:00
Martijn van Groningen
fdf4543b8e
Renamed `add` processor to `set` processor.
...
This name makes more sense, because if a field already exists it overwrites it.
2015-11-30 15:03:20 +01:00
David Pilato
a4e22b44e4
add java-api doc about shading / embedding
...
Two new sections added
* Dealing with JAR dependency conflicts
* Embedding jar with dependencies
Closes #15071 .
2015-11-30 11:47:17 +01:00
Jim Ferenczi
e182072b6f
Merge pull request #15017 from jimferenczi/fields_option
...
Refuse to load fields from _source when using the `fields` option and support wildcards.
2015-11-30 11:01:21 +01:00
Jim Ferenczi
731833cfc6
Fixes #14489
...
Do not to load fields from _source when using the `fields` option.
Non stored (non existing) fields are ignored by the fields visitor when using the `fields` option.
Fixes #10783
Support * wildcard to retrieve stored fields when using the `fields` option.
Supported pattern styles are "xxx*", "*xxx", "*xxx*" and "xxx*yyy".
2015-11-30 11:00:32 +01:00
Martijn van Groningen
467a47670c
Merge remote-tracking branch 'es/master' into feature/ingest
2015-11-30 10:24:27 +01:00
Clinton Gormley
72be42d742
Document that _index is a virtual field and only supports term queries
...
Closes #15070
Closes #15081
2015-11-30 08:43:23 +01:00
Clinton Gormley
1685126bb6
Merge pull request #15085 from kaneshin/docs/modify/post_filter
...
Remove a trailing comma from an example data of JSON
2015-11-30 08:05:10 +01:00
Boaz Leskes
f8a027e591
Merge pull request #14801 from bleskes/resiliency_update
...
Update the resiliency page to 2.0.0
2015-11-29 12:21:15 +01:00
Johnny Lim
a66be6cfb9
Polish doc
...
Closes #15011
2015-11-28 18:25:42 +01:00
Shintaro Kaneko
d7baeb1e7b
Remove a trailing comma from an example data of JSON
2015-11-28 16:50:28 +00:00
Clinton Gormley
174b4bacbe
Merge pull request #14871 from jamiemccarthy/doc-fix
...
Fix doc of nested_path sort option
2015-11-28 17:46:47 +01:00
Clinton Gormley
2ab14cb21c
Merge pull request #14900 from shikhar/patch-1
...
link to es-restlog plugin
2015-11-28 15:09:22 +01:00
javanna
b4b698f653
Merge branch 'master' into feature/ingest
2015-11-28 11:15:25 +01:00
Martijn van Groningen
9d1fa0d6da
ingest: Add `meta` processor that allows to modify the metadata attributes of document being processed
2015-11-26 15:46:32 +01:00
tomoya yokota
82d26c852a
property name is not right
...
`ignore_script` is not right. `ignored_script' is right.
See org.elasticsearch.index.analysis.CJKBigramFilterFactory
2015-11-26 14:22:23 +09:00
Martijn van Groningen
a84d35ab3f
Merge remote-tracking branch 'es/master' into feature/ingest
2015-11-25 18:45:05 +01:00
javanna
4759a6e50f
Merge branch 'master' into feature/ingest
2015-11-25 14:59:10 +01:00
Jimmi Dyson
c4ee350c5e
Add Kubernetes discovery community plugin
2015-11-25 12:54:29 +00:00
Jason Tedor
b6da075505
Fix typo in TTL field docs
...
Closes #14994
2015-11-24 22:57:35 -05:00
Clinton Gormley
18a8c20cba
Merge pull request #14873 from williammwang/master
...
Clarify where index.similarity.default.type is set
2015-11-24 15:01:43 +01:00
javanna
8f1f5d4da0
Split mutate processor into one processor per function
2015-11-24 14:31:53 +01:00
Clinton Gormley
74d9c8f5cf
Docs: Fix :issue: and :pull: asciidoc replacements
...
Closes #14922
2015-11-24 12:35:28 +01:00
javanna
eeb51ce8d0
Merge branch 'master' into feature/ingest
2015-11-24 10:23:53 +01:00
Boaz Leskes
316f07743a
feedback
2015-11-23 13:15:22 +01:00
David Pilato
28109a18a2
Fix example for s3 repository bucket name
...
Closes #13588 .
2015-11-23 13:14:02 +01:00
David Pilato
5b0e2823b1
Merge branch 'docs/mapper-attachments'
2015-11-23 12:14:31 +01:00
javanna
36655b688c
Merge branch 'master' into feature/ingest
2015-11-23 10:05:17 +01:00
Martijn van Groningen
48771f1a76
field stats: Added `min_value_as_string` and `max_value_as_string` response elements for all number based fields. The existing `min_value` and `max_value` will return the values as numbers instead.
...
Closes #14404
2015-11-23 08:48:28 +01:00
Christoph Büscher
be9dd035e2
Merge pull request #14887 from cbuescher/merge-base-shapebuilders
...
Merging BaseLineString and BasePolygonBuilder with subclass
2015-11-21 12:52:31 +01:00
Christoph Büscher
991ab030dc
Adding notes about ShapeBuilder changes to migration doc.
2015-11-21 12:51:28 +01:00
Clinton Gormley
69c4ed0324
Change the commented out line to a comment block
2015-11-20 20:32:49 +01:00
Clinton Gormley
9960d32549
Comment out release notes in master until they are populated
2015-11-20 20:28:32 +01:00
Clinton Gormley
ccde02c930
Add release notes to docs index
2015-11-20 20:23:54 +01:00
Clinton Gormley
9e0ca4a795
Updated the release-notes script to produce AsciiDoc and added placeholders
2015-11-20 20:05:53 +01:00
Clinton Gormley
2293c0d8c8
Update token-count.asciidoc
...
Fix typo
2015-11-20 19:00:52 +01:00
Shikhar Bhushan
c57e006cd5
link to es-restlog plugin
2015-11-20 12:21:50 -05:00
Christoph Büscher
71e734647b
Docs: `exists` query does not need to be wrapped inside `constant_score`
...
In the example we show an `exists` query inside a constant score query. While this is possible, it can mislead users to think it is necessary so we should remove it.
2015-11-20 18:08:51 +01:00
William
e042e06a5a
Update similarity.asciidoc
2015-11-19 16:41:29 -08:00
Jamie McCarthy
ce20337d03
Fix doc of nested_path sort option
2015-11-19 12:22:00 -05:00
David Pilato
33b0e662cc
Merge branch 'pr/phonetic_daitch_mokotoff'
2015-11-19 14:48:11 +01:00
David Pilato
d48d8ef863
Merge branch 's3-storage-class-support' of https://github.com/socialrank/elasticsearch into socialrank-s3-storage-class-support
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2015-11-19 13:10:08 +01:00
Yannick Welsch
6a2fa73fb5
Merge pull request #14808 from ywelsch/refactor/delayed-allocation
...
Simplify delayed shard allocation
2015-11-19 09:58:52 +01:00