hanbj commented on code in PR #14268:
URL: https://github.com/apache/lucene/pull/14268#discussion_r2020444502
##
lucene/core/src/java/org/apache/lucene/search/PointInSetQuery.java:
##
@@ -122,6 +126,11 @@ protected PointInSetQuery(String field, int numDims, int
bytesPerDim, Str
gsmiller commented on code in PR #14268:
URL: https://github.com/apache/lucene/pull/14268#discussion_r2021381006
##
lucene/CHANGES.txt:
##
@@ -186,6 +186,8 @@ Optimizations
* GITHUB#14272: Use DocIdSetIterator#range for continuous-id BKD leaves. (Guo
Feng)
+* GITHUB#14268:
hanbj commented on code in PR #14268:
URL: https://github.com/apache/lucene/pull/14268#discussion_r2020445151
##
lucene/core/src/java/org/apache/lucene/search/PointInSetQuery.java:
##
@@ -153,6 +162,21 @@ public ScorerSupplier scorerSupplier(LeafReaderContext
context) throws IO
hanbj commented on code in PR #14268:
URL: https://github.com/apache/lucene/pull/14268#discussion_r2020445557
##
lucene/core/src/java/org/apache/lucene/search/PointInSetQuery.java:
##
@@ -153,6 +162,21 @@ public ScorerSupplier scorerSupplier(LeafReaderContext
context) throws IO
hanbj commented on code in PR #14268:
URL: https://github.com/apache/lucene/pull/14268#discussion_r2020443439
##
lucene/core/src/java/org/apache/lucene/search/PointInSetQuery.java:
##
@@ -108,6 +110,8 @@ protected PointInSetQuery(String field, int numDims, int
bytesPerDim, Stre
gsmiller commented on code in PR #14268:
URL: https://github.com/apache/lucene/pull/14268#discussion_r2018814824
##
lucene/core/src/java/org/apache/lucene/search/PointInSetQuery.java:
##
@@ -108,6 +110,8 @@ protected PointInSetQuery(String field, int numDims, int
bytesPerDim, S
github-actions[bot] commented on PR #14268:
URL: https://github.com/apache/lucene/pull/14268#issuecomment-2759877100
This PR has not had activity in the past 2 weeks, labeling it as stale. If
the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you
for your contributi
iverase commented on PR #14268:
URL: https://github.com/apache/lucene/pull/14268#issuecomment-2720590130
>When creating a PointInSetQuery object, the data in the packedPoints
parameter is returned in order, so the maximum and minimum values can be
determined when iterating over packedPoin
hanbj commented on PR #14268:
URL: https://github.com/apache/lucene/pull/14268#issuecomment-2720535117
@stefanvodita Thank you for the review. Unit testing has been added
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
hanbj opened a new pull request, #14268:
URL: https://github.com/apache/lucene/pull/14268
### Description
When creating a PointInSetQuery object, the data in the packedPoints
parameter is returned in order, so the maximum and minimum values can be
determined when iterating over packedP
10 matches
Mail list logo