Christoph Büscher
b4b874f0d8
Merge branch 'master' into feature-suggest-refactoring
2016-03-15 12:11:39 +01:00
Areek Zillur
35f7cfb6c0
Add upgrader to upgrade old indices to new naming convention
2016-03-14 23:24:05 -04:00
Christoph Büscher
40f3501d7f
Merge branch 'master' into feature-suggest-refactoring
2016-03-14 14:57:57 +01:00
Clinton Gormley
0ed0fea558
Updated link to Joda time zones
2016-03-14 12:24:58 +01:00
Christoph Büscher
97638c95fc
Merge branch 'master' into feature-suggest-refactoring
...
Conflicts:
docs/reference/migration/migrate_5_0.asciidoc
2016-03-14 11:13:47 +01:00
Clinton Gormley
c3cd8564df
Corrected regexp syntax docs for COMPLEMENT
2016-03-14 10:46:31 +01:00
Clinton Gormley
c90b4f3bae
Docs: Added note about upgrading from 1.x to 5.x
2016-03-14 09:58:46 +01:00
Jason Tedor
8ac5a98b87
Remove links to nonexistent migration docs
2016-03-13 19:12:06 -04:00
Clinton Gormley
5f48b9c86a
Removed breaking changes docs for < 5.0
2016-03-13 21:18:44 +01:00
Clinton Gormley
5c845f8bb5
Reworked 5.0 breaking changes docs
2016-03-13 21:17:48 +01:00
Clinton Gormley
a5a9bbfe88
Update compound-word-tokenfilter.asciidoc
...
Only FOP v1.2 compatible hyphenation files are supported by the hyphenation decompounder
2016-03-11 15:08:36 +01:00
Jason Tedor
f465d98eb3
Add raw recovery progress to cat recovery API
...
This commit adds fields bytes_recovered and files_recovered to the cat
recovery API. These fields, respectively, indicate the total number of
bytes and files recovered. Additionally, for consistency, some totals
fields and translog recovery fields have been renamed.
Closes #17064
2016-03-11 08:27:09 -05:00
Christoph Büscher
daeffb149c
Merge branch 'master' into feature-suggest-refactoring
2016-03-11 10:37:28 +01:00
Daniel Mitterdorfer
94aa025b93
Document breaking change in ClusterHealthResponse in 2.2
2016-03-11 09:47:53 +01:00
Lee Hinman
b3bd189cd7
[DOCS] Fix missing table end in function-score-query.asciidoc
2016-03-10 13:35:33 -07:00
Lee Hinman
982a369efc
[DOCS] Document the modifiers for `field_value_factor`
...
Resolves #13511
2016-03-10 11:34:34 -07:00
Yannick Welsch
295d33c2a6
Merge pull request #17021 from ywelsch/fix/block-delete-on-snapshot
...
Fail closing or deleting indices during a full snapshot
2016-03-10 18:51:04 +01:00
Yannick Welsch
266394c3ab
Fail closing or deleting indices during a full snapshot
...
Closes #16321
2016-03-10 18:11:47 +01:00
Lee Hinman
22e716551b
Add -XX+AlwaysPreTouch JVM flag
...
Enables the touching of all memory pages used by the JVM heap spaces
during initialization of the HotSpot VM, which commits all memory pages
at initialization time. By default, pages are committed only as they are
needed.
2016-03-10 10:11:32 -07:00
Clinton Gormley
2fa573bc58
Missing word in docs
2016-03-10 14:34:05 +01:00
Robin Clarke
046212035c
Clarification about precedence of settings
...
Closes #14559
2016-03-10 14:29:51 +01:00
Nicholas Knize
f7a2dbfcaf
fixing silly typo in docs
2016-03-10 07:28:13 -06:00
Clinton Gormley
6b4a6be2df
Merge pull request #14800 from MaineC/doc-fix/query-dsl
...
Fix minor typos in query dsl docs
2016-03-10 13:45:13 +01:00
Martijn van Groningen
2fa33d5c47
Added ingest statistics to node stats API
...
The ingest stats include the following statistics:
* `ingest.total.count`- The total number of document ingested during the lifetime of this node
* `ingest.total.time_in_millis` - The total time spent on ingest preprocessing documents during the lifetime of this node
* `ingest.total.current` - The total number of documents currently being ingested.
* `ingest.total.failed` - The total number ingest preprocessing operations failed during the lifetime of this node
Also these stats are returned on a per pipeline basis.
2016-03-10 13:21:43 +01:00
Clinton Gormley
a8c7ae7809
Fixed bad docs link
2016-03-10 13:08:29 +01:00
Clinton Gormley
f9622f9acc
Docs: Added a note about the update API not supporting external versioning
...
Closes #12820
2016-03-10 12:33:39 +01:00
Christoph Büscher
69c83b3459
Merge branch 'master' into feature-suggest-refactoring
...
Conflicts:
core/src/main/java/org/elasticsearch/action/suggest/TransportSuggestAction.java
core/src/main/java/org/elasticsearch/search/suggest/SuggestParseElement.java
core/src/main/java/org/elasticsearch/search/suggest/SuggestionSearchContext.java
core/src/main/java/org/elasticsearch/search/suggest/phrase/PhraseSuggester.java
2016-03-10 11:44:36 +01:00
Nicholas Knize
55635d5de1
update coerce and breaking changes documentation
2016-03-09 16:09:44 -06:00
Nicholas Knize
61f39e6c92
GeoPointV2 update docs and query builders
...
This commit updates the documentation for GeoPointField by removing all references to the coerce and doc_values parameters. DocValues are enabled in lucene GeoPointField by default (required for boundary filtering). The QueryBuilders are updated to automatically normalize points (ignoring the coerce parameter) for any index created onOrAfter version 2.2.
2016-03-09 16:09:44 -06:00
Clinton Gormley
06929f8ed4
Merge pull request #17030 from 36degrees/patch-1
...
Fix typo in clear cache documentation
2016-03-09 15:34:15 +01:00
Jason Tedor
c0572c631d
Note to configuration docs on number of threads
...
This commit adds a note to the configuration docs regarding the number
of threads necessary for the Elasticsearch user.
Relates #17003
2016-03-08 09:14:55 -05:00
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