Uh oh!
There was an error while loading. Please reload this page.
[Spotless] Applying Google Code Format for opensearch directory (pt 2/2) #17 - #1978
Conversation
Codecov Report
@@ Coverage Diff @@## main #1978 +/- ##
=========================================
Coverage 97.33% 97.33% - Complexity 4656 4657 +1
=========================================
Files 408 408 Lines 12063 12097 +34 Branches 829 829 =========================================
+ Hits 11741 11775 +34
Misses 315 315 Partials 7 7
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
7890eec to
ed75f01CompareSigned-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
| /** | ||
| * The type of a geo_point value. See | ||
| * <a href="https://opensearch.org/docs/latest/opensearch/supported-field-types/geo-point/">doc</a> | ||
| * The type of a geo_point value. See <a |
| /** | ||
| * The type of an ip value. See | ||
| * <a href="https://opensearch.org/docs/latest/opensearch/supported-field-types/ip/">doc</a> | ||
| * The type of an ip value. See <a |
| /** | ||
| * The type of a text value. See | ||
| * <a href="https://opensearch.org/docs/latest/opensearch/supported-field-types/text/">doc</a> | ||
| * The type of a text value. See <a |
| /** | ||
| * Text field doesn't have doc value (exception thrown even when you call "get") | ||
| * Limitation: assume inner field name is always "keyword". | ||
| * Text field doesn't have doc value (exception thrown even when you call "get") Limitation: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Guian Gumpac <guian.gumpac@improving.com> Signed-off-by: Mitchell Gale <Mitchell.gale@improving.com>
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com>
cc91d7c…/2) #17 (opensearch-project#1978) * spotless apply for OpenSearch P2. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Spotlesss apply run Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Addressed PR comments Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * Apply suggestions from code review Co-authored-by: Guian Gumpac <guian.gumpac@improving.com> Signed-off-by: Mitchell Gale <Mitchell.gale@improving.com> * spotless apply Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> * fixed json formatting in test. Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> --------- Signed-off-by: Mitchell Gale <Mitchell.Gale@improving.com> Signed-off-by: Mitchell Gale <Mitchell.gale@improving.com> Co-authored-by: Guian Gumpac <guian.gumpac@improving.com>

Description
Applies spotless for opensearch directory in project. Sets checkstyle to not fail on failure for opensearch directory.
Issues Resolved
#1101
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.