You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating Ip fields to use doc_values to search (#11508)
* Updating Ip fields to use doc_values to search
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
* Fix IP tests
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
* Fix skip to allow yaml test to pass on main
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
* Update tests to use existing test file
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
* Changing skip version to match bwc
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
* Using exact match instead of range
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
* Spotless
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
* Fix IP field tests
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
* Fix spotless + precommit failure
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
* Get point out of query and into value
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
* Fix term tests
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
* Add skip test logic to only doc_values test
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
---------
Signed-off-by: Harsha Vamsi Kalluri <harshavamsi096@gmail.com>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -216,6 +216,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
216
216
- Ensure Jackson default maximums introduced in 2.16.0 do not conflict with OpenSearch settings ([#11890](https://github.com/opensearch-project/OpenSearch/pull/11890))
217
217
- Extract cluster management for integration tests into JUnit test rule out of OpenSearchIntegTestCase ([#11877](https://github.com/opensearch-project/OpenSearch/pull/11877)), ([#12000](https://github.com/opensearch-project/OpenSearch/pull/12000))
218
218
- Workaround for https://bugs.openjdk.org/browse/JDK-8323659 regression, introduced in JDK-21.0.2 ([#11968](https://github.com/opensearch-project/OpenSearch/pull/11968))
219
+
- Updates IpField to be searchable when only `doc_values` are enabled ([#11508](https://github.com/opensearch-project/OpenSearch/pull/11508))
0 commit comments