mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Fix typos (#33499)
This commit is contained in:
parent
8eebca32d2
commit
80c4661d0c
@ -66,7 +66,7 @@ class BuildPlugin implements Plugin<Project> {
|
|||||||
void apply(Project project) {
|
void apply(Project project) {
|
||||||
if (project.pluginManager.hasPlugin('elasticsearch.standalone-rest-test')) {
|
if (project.pluginManager.hasPlugin('elasticsearch.standalone-rest-test')) {
|
||||||
throw new InvalidUserDataException('elasticsearch.standalone-test, '
|
throw new InvalidUserDataException('elasticsearch.standalone-test, '
|
||||||
+ 'elasticearch.standalone-rest-test, and elasticsearch.build '
|
+ 'elasticsearch.standalone-rest-test, and elasticsearch.build '
|
||||||
+ 'are mutually exclusive')
|
+ 'are mutually exclusive')
|
||||||
}
|
}
|
||||||
final String minimumGradleVersion
|
final String minimumGradleVersion
|
||||||
|
@ -63,7 +63,7 @@ class PrecommitTasks {
|
|||||||
* (which provides NamingConventionsCheck) and :test:logger-usage
|
* (which provides NamingConventionsCheck) and :test:logger-usage
|
||||||
* which provides the logger usage check. Since the build tools
|
* which provides the logger usage check. Since the build tools
|
||||||
* don't use the logger usage check because they don't have any
|
* don't use the logger usage check because they don't have any
|
||||||
* of Elaticsearch's loggers and :test:logger-usage actually does
|
* of Elasticsearch's loggers and :test:logger-usage actually does
|
||||||
* use the NamingConventionsCheck we break the circular dependency
|
* use the NamingConventionsCheck we break the circular dependency
|
||||||
* here.
|
* here.
|
||||||
*/
|
*/
|
||||||
|
@ -71,7 +71,7 @@ thirdPartyAudit.excludes = [
|
|||||||
'org.apache.log.Logger',
|
'org.apache.log.Logger',
|
||||||
]
|
]
|
||||||
|
|
||||||
// Support for testing reindex-from-remote against old Elaticsearch versions
|
// Support for testing reindex-from-remote against old Elasticsearch versions
|
||||||
configurations {
|
configurations {
|
||||||
oldesFixture
|
oldesFixture
|
||||||
es2
|
es2
|
||||||
|
@ -49,7 +49,7 @@ initial payload.
|
|||||||
A <<input-search, search>> input contains a `request` object that specifies the
|
A <<input-search, search>> input contains a `request` object that specifies the
|
||||||
indices you want to search, the {ref}/search-request-search-type.html[search type],
|
indices you want to search, the {ref}/search-request-search-type.html[search type],
|
||||||
and the search request body. The `body` field of a search input is the same as
|
and the search request body. The `body` field of a search input is the same as
|
||||||
the body of an Elasticsearch `_search` request, making the full Elaticsearch
|
the body of an Elasticsearch `_search` request, making the full Elasticsearch
|
||||||
Query DSL available for you to use.
|
Query DSL available for you to use.
|
||||||
|
|
||||||
For example, the following `search` input loads the latest VIX quote:
|
For example, the following `search` input loads the latest VIX quote:
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# meta-foo.zip <-- zip file for the meta plugin, with this structure:
|
# meta-foo.zip <-- zip file for the meta plugin, with this structure:
|
||||||
#|____elasticsearch/
|
#|____elasticsearch/
|
||||||
#| |____ <bundled_plugin_1> <-- The plugin files for bundled_plugin_1 (the content of the elastisearch directory)
|
#| |____ <bundled_plugin_1> <-- The plugin files for bundled_plugin_1 (the content of the elasticsearch directory)
|
||||||
#| |____ <bundled_plugin_2> <-- The plugin files for bundled_plugin_2
|
#| |____ <bundled_plugin_2> <-- The plugin files for bundled_plugin_2
|
||||||
#| |____ meta-plugin-descriptor.properties <-- example contents below:
|
#| |____ meta-plugin-descriptor.properties <-- example contents below:
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user