[GitHub] [lucene] easyice opened a new pull request, #12381: Speed up NumericDocValuesWriter with index sorting

2023-06-22 Thread via GitHub
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

[GitHub] [lucene] jpountz opened a new pull request, #12382: Run top-level conjunctions of term queries with a specialized BulkScorer.

2023-06-22 Thread via GitHub
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

[GitHub] [lucene] sgup432 opened a new pull request, #12383: Assign a dummy simScorer in TermsWeight if score is not needed

2023-06-22 Thread via GitHub
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

[GitHub] [lucene] sgup432 commented on issue #12297: Unnecessary float[](BM25Scorer) allocations for non-scoring queries

2023-06-22 Thread via GitHub
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

[GitHub] [lucene] sgup432 commented on pull request #12383: Assign a dummy simScorer in TermsWeight if score is not needed

2023-06-22 Thread via GitHub
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

[GitHub] [lucene] yixunx opened a new pull request, #12384: Let hard link wrapper fallback to delegate.copyFrom

2023-06-22 Thread via GitHub
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

[GitHub] [lucene] sgup432 commented on pull request #12383: Assign a dummy simScorer in TermsWeight if score is not needed

2023-06-22 Thread via GitHub
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