LuXugang opened a new pull request, #13899:
URL: https://github.com/apache/lucene/pull/13899
Check whether the IndexSortSortedNumericDocValuesRangeQuery's count can be
obtained before traversing the BKD tree or performing binary search using
DocValues.
see https://github.com/apache/l
jpountz commented on code in PR #13895:
URL: https://github.com/apache/lucene/pull/13895#discussion_r1797605709
##
lucene/core/src/java/org/apache/lucene/index/PendingSoftDeletes.java:
##
@@ -76,15 +76,14 @@ void onNewReader(CodecReader reader, SegmentCommitInfo
info) throws IO
stefanvodita opened a new issue, #13898:
URL: https://github.com/apache/lucene/issues/13898
### Description
We always have to remind ourselves and others to add a CHANGES entry. We can
probably write a GitHub action to check for changes to that file on every new
PR and leave a commen
stefanvodita opened a new issue, #13896:
URL: https://github.com/apache/lucene/issues/13896
### Description
Beam has a rich community metrics
[dashboard](http://35.193.202.176/d/code_velocity/code-velocity?orgId=1)
([discussion](https://lists.apache.org/thread/0mqo7jfz0ooc1bzvggvw6h0
original-brownbear commented on PR #13885:
URL: https://github.com/apache/lucene/pull/13885#issuecomment-2407850593
Ok this was my fault, I tried this approach but it failed for
`EverythingEnum`. Now I realize though, `EverythingEnum` effectively sets up
the `PForUtil` every time anyway. Th
jpountz commented on PR #13885:
URL: https://github.com/apache/lucene/pull/13885#issuecomment-2407713452
I would expect putting something like `if (forUtil == null &&
termState.docFreq >= BLOCK_SIZE) { /* initialize forUtil */ }` in reset() to
work (untested).
--
This is an automated mes
original-brownbear commented on code in PR #13860:
URL: https://github.com/apache/lucene/pull/13860#discussion_r1797010600
##
lucene/core/src/java/org/apache/lucene/search/IndexSearcher.java:
##
@@ -540,7 +523,43 @@ public int count(Query query) throws IOException {
* @lucen
original-brownbear opened a new pull request, #13893:
URL: https://github.com/apache/lucene/pull/13893
No need to go through the indirection of 2 wrapped functions, just put the
logic in plain methods. Also, we can just outright set the field if there's no
executor.
--
This is an aut
original-brownbear commented on PR #13885:
URL: https://github.com/apache/lucene/pull/13885#issuecomment-2407269525
Hmm I tried and failed miserably to find a solution to initialize in
`reset()` that I fully understand :) It's quite hard to reason about all the
possible paths here for me, b
original-brownbear opened a new pull request, #13892:
URL: https://github.com/apache/lucene/pull/13892
These two share a lot of code, in particular the impacts implementation is
100% identical. We can save a lot of code and potentially some cycles for
method invocations by drying things up.
cpoerschke commented on PR #13858:
URL: https://github.com/apache/lucene/pull/13858#issuecomment-2407074358
> Heads up: I moved the CHANGES entry in main and branch_10x to the 10.0.0
section. ...
Thanks!
> ... Does this also need to backported to 9_12 for the next 9.12.1 patch
cpoerschke opened a new pull request, #13891:
URL: https://github.com/apache/lucene/pull/13891
(cherry picked from commit dab731175c86cc25741f37845136d38a69a9d165)
Resolved Conflicts:
lucene/CHANGES.txt
--
This is an automated message from the Apache Git Service.
To resp
LuXugang opened a new issue, #13890:
URL: https://github.com/apache/lucene/issues/13890
### Description
Currently, we traverse the `BKD` tree or perform a binary search using
`DocValues` first, and then check whether the count can be obtained in the
`count()` method of `IndexSortSort
vsop-479 opened a new pull request, #13889:
URL: https://github.com/apache/lucene/pull/13889
### Description
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
14 matches
Mail list logo