[Star Tree] IP field search support#18671
[Star Tree] IP field search support#18671prudhvigodithi merged 4 commits intoopensearch-project:mainfrom
Conversation
|
❌ Gradle check result for 24f8876: 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: Sandesh Kumar <sandeshkr419@gmail.com>
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
|
❌ Gradle check result for 4f1e398: 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? |
expani
left a comment
There was a problem hiding this comment.
Thanks for the PR.
Why is there no InetAddress.nextUp/nextDown for handling IP Field range queries ?
|
❌ Gradle check result for 4f1e398: 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? |
Looks like it should be handled at https://github.com/opensearch-project/OpenSearch/blob/main/server/src/main/java/org/opensearch/search/startree/filter/RangeMatchDimFilter.java#L52-L78 as Keyword and IP will use ordinals instead of raw values. |
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
|
❕ Gradle check result for 32725a0: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
* ip field changes Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> * increase coverage Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com> --------- Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
Description
Support for IP field in star-tree queries
Documentation changes: opensearch-project/documentation-website#10668
Related Issues
Resolves #16547
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.