-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Add skip_list parameter to Numeric Field Mappers (default false) #18889
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add skip_list parameter to Numeric Field Mappers (default false) #18889
Conversation
|
❌ Gradle check result for 2ce6624: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for e03141b: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
bef4570 to
0a516d9
Compare
- Add skip_list parameter to numeric field mappers (default false) - Add mapping unit tests for skip_list functionality Signed-off-by: Asim Mahmood <[email protected]>
0a516d9 to
05f99db
Compare
|
❌ Gradle check result for 05f99db: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Asim Mahmood <[email protected]>
|
Hello! |
|
❌ Gradle check result for ca81788: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for ca81788: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Asim M <[email protected]>
…nsearch-project#18889) * Add skip_list parameter to Numeric Field Mappers - Add skip_list parameter to numeric field mappers (default false) - Add mapping unit tests for skip_list functionality Signed-off-by: Asim Mahmood <[email protected]> * Fix test Signed-off-by: Asim Mahmood <[email protected]> * Remove unused code Signed-off-by: Asim Mahmood <[email protected]> --------- Signed-off-by: Asim Mahmood <[email protected]> Signed-off-by: Asim M <[email protected]>
|
Hello! |
* follow up to opensearch-project#18889, which added to NumberFieldMapper * remaining are Boolean, which I'm not if its worth adding to * next step is to enable it by default, pending benchmark Signed-off-by: Asim Mahmood <[email protected]>
…nsearch-project#18889) * Add skip_list parameter to Numeric Field Mappers - Add skip_list parameter to numeric field mappers (default false) - Add mapping unit tests for skip_list functionality Signed-off-by: Asim Mahmood <[email protected]> * Fix test Signed-off-by: Asim Mahmood <[email protected]> * Remove unused code Signed-off-by: Asim Mahmood <[email protected]> --------- Signed-off-by: Asim Mahmood <[email protected]> Signed-off-by: Asim M <[email protected]>
* follow up to opensearch-project#18889, which added to NumberFieldMapper * remaining are Boolean, which I'm not if its worth adding to * next step is to enable it by default, pending benchmark * update ScaledFloat testRangeQuery to apply same rounding logic to query as indexing to reduce the flakiness Signed-off-by: Asim Mahmood <[email protected]>
* follow up to opensearch-project#18889, which added to NumberFieldMapper * remaining are Boolean, which I'm not if its worth adding to * next step is to enable it by default, pending benchmark * update ScaledFloat testRangeQuery to apply same rounding logic to query as indexing to reduce the flakiness Signed-off-by: Asim Mahmood <[email protected]>
* follow up to opensearch-project#18889, which added to NumberFieldMapper * remaining are Boolean, which I'm not if its worth adding to * next step is to enable it by default, pending benchmark * update ScaledFloat testRangeQuery to apply same rounding logic to query as indexing to reduce the flakiness Signed-off-by: Asim Mahmood <[email protected]>
…nsearch-project#18889) * Add skip_list parameter to Numeric Field Mappers - Add skip_list parameter to numeric field mappers (default false) - Add mapping unit tests for skip_list functionality Signed-off-by: Asim Mahmood <[email protected]> * Fix test Signed-off-by: Asim Mahmood <[email protected]> * Remove unused code Signed-off-by: Asim Mahmood <[email protected]> --------- Signed-off-by: Asim Mahmood <[email protected]> Signed-off-by: Asim M <[email protected]>
Description
skip_listthat will enable indexing of skiplists, if doc_values is also true, otherwise it has no effectRelated Issues
Resolves [#17965]
Replace PR [https://github.com//pull/18066]
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.