easyice opened a new pull request, #12381:
URL: https://github.com/apache/lucene/pull/12381
### Description
like [pr-399](https://github.com/apache/lucene/pull/399), the
DocsWithFieldSet#add() can avoid create instance for FixedBitSet in dense
scene, so in NumericDocValuesWriter#sort
jpountz opened a new pull request, #12382:
URL: https://github.com/apache/lucene/pull/12382
This implements a specialized `BlockMaxConjunctionBulkScorer`, which is
really the same as `BlockMaxConjunctionScorer`, but as a `BulkScorer` instead
of a `Scorer`. Also it doesn't support two-phase
sgup432 opened a new pull request, #12383:
URL: https://github.com/apache/lucene/pull/12383
### Description
Related Issue - https://github.com/apache/lucene/issues/12297
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
sgup432 commented on issue #12297:
URL: https://github.com/apache/lucene/issues/12297#issuecomment-1603340652
@jpountz I have opened a PR for this, can you check?. I have added dummy
scored in TermsWeight in case score is not needed as discussed.
I was earlier thinking to take a needsScor
sgup432 commented on PR #12383:
URL: https://github.com/apache/lucene/pull/12383#issuecomment-1603340901
@jpountz Can you check on this?
--
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 specif
yixunx opened a new pull request, #12384:
URL: https://github.com/apache/lucene/pull/12384
### Description
If `HardlinkCopyDirectoryWrapper` fails to create a hard link for a file, it
falls back to `super.copyFrom` and not `delegate.copyFrom`, which means we
cannot customize the beha
sgup432 commented on PR #12383:
URL: https://github.com/apache/lucene/pull/12383#issuecomment-1603760807
@msfroh
--
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 unsubsc