-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Insights: apache/lucene
Overview
Could not load contribution data
Please try again later
14 Pull requests merged by 7 people
-
Fix DISIDocIdStream::count so that it does not try to count beyond max
#14522 merged
Apr 18, 2025 -
deps(java): bump xerces:xercesImpl from 2.12.0 to 2.12.2
#14502 merged
Apr 16, 2025 -
deps(java): bump com.carrotsearch.randomizedtesting:randomizedtesting-runner from 2.8.1 to 2.8.3
#14504 merged
Apr 16, 2025 -
Remove dependabot pr limit=1 for java and actions ecosystems
#14501 merged
Apr 15, 2025 -
[10x] Move some DocValuesConsumer merge logic to helper methods.
#14500 merged
Apr 15, 2025 -
Move some DocValuesConsumer merge logic to helper methods.
#14459 merged
Apr 15, 2025 -
Move version catalog and enable dependabot scanning of gradle dependencies
#14495 merged
Apr 15, 2025 -
[10.x] Add support for determining off-heap memory requirements for KnnVectorsReader
#14497 merged
Apr 15, 2025 -
Add support for determining off-heap memory requirements for KnnVectorsReader
#14426 merged
Apr 15, 2025 -
ci: pin github actions versions in use
#14492 merged
Apr 15, 2025 -
test: AwaitFix TestIndexWriterMergePolicy.stressUpdateSameDocumentWithMergeOnX
#14489 merged
Apr 15, 2025 -
Fix OOM of TestTrie
#14488 merged
Apr 15, 2025 -
A specialized Trie for Block Tree Index
#14333 merged
Apr 14, 2025 -
Backport: KeywordField.newSetQuery() to reuse prefixed terms in IndexOrDocValue…
#14478 merged
Apr 12, 2025
20 Pull requests opened by 13 people
-
Use Arrays#mismatch in FSTEnum#rewindPrefix.
#14477 opened
Apr 12, 2025 -
Create file open hints on IOContext to replace ReadAdvice
#14482 opened
Apr 14, 2025 -
Reference managed MultiReader
#14486 opened
Apr 14, 2025 -
Fix RegExp.toString generating invalid RE for CHAR and CHAR_RANGE
#14493 opened
Apr 15, 2025 -
Introduce a mapping to map sparse labels to a continuous range
#14494 opened
Apr 15, 2025 -
ci: bump actions/stale from 5.2.0 to 9.1.0
#14498 opened
Apr 15, 2025 -
deps(java): bump flexmark from 0.61.24 to 0.64.8
#14499 opened
Apr 15, 2025 -
deps(java): bump de.undercouch.download from 5.2.0 to 5.6.0
#14503 opened
Apr 15, 2025 -
deps(java): bump com.github.luben:zstd-jni from 1.5.5-11 to 1.5.7-2
#14505 opened
Apr 15, 2025 -
Use a hint to specify READONCE IOContext
#14509 opened
Apr 16, 2025 -
Change uses of withReadAdvice to use hints instead
#14510 opened
Apr 16, 2025 -
Ensuring skip list is read for fields indexed with only DOCS
#14511 opened
Apr 16, 2025 -
[Bug] Fix for stored fields force merge regression
#14512 opened
Apr 17, 2025 -
[Bug] Fix for postings force merge regression
#14513 opened
Apr 17, 2025 -
Remove sloppySin calculations
#14516 opened
Apr 17, 2025 -
Use a non-deprecated assertThat, and change several test assertions to use assertThat
#14518 opened
Apr 17, 2025 -
Upgrade to gradle 8.14-rc-2
#14519 opened
Apr 17, 2025 -
Shore up some intoBitSet impls and add paranoid protections
#14523 opened
Apr 18, 2025 -
Make task executor non-final
#14524 opened
Apr 18, 2025 -
Add AnytimeRankingSearcher for SLA-Aware Early Termination with Bin-Based Score Boosting
#14525 opened
Apr 18, 2025
6 Issues closed by 5 people
-
smokeTestRelease broken after versions.toml moved
#14507 closed
Apr 16, 2025 -
Support modifying segmentInfos.counter in IndexWriter
#14362 closed
Apr 15, 2025 -
better pin github actions versions
#14491 closed
Apr 15, 2025 -
TestTrie OOMs
#14487 closed
Apr 15, 2025 -
Test TestIndexWriterWithThreads#testIOExceptionDuringWriteSegmentWithThreadsOnlyOnce Failed
#13552 closed
Apr 14, 2025 -
Dump hprof on OOM from tests
#14481 closed
Apr 14, 2025
13 Issues opened by 8 people
-
Speed up soft delete
#14521 opened
Apr 18, 2025 -
Support for Pluggable Custom Vector Similarity Functions
#14520 opened
Apr 17, 2025 -
Strange stack traces for new bitset focused doc iterators
#14517 opened
Apr 17, 2025 -
IndexWriter forceMergeDeletes should return its MergeSpec
#14515 opened
Apr 17, 2025 -
[Bug] Postings force merge regression between Lucene 9.12 and Lucene 10.0
#14514 opened
Apr 17, 2025 -
Tone down TestIndexWriterDelete.testDeleteAllRepeated (OOMs sometimes)
#14508 opened
Apr 16, 2025 -
Run a workflow on dependabot's PRs (gradlew updateLicenses writeLocks)
#14506 opened
Apr 16, 2025 -
Backport Bot
#14496 opened
Apr 15, 2025 -
update PRs for java dependencies
#14490 opened
Apr 15, 2025 -
Dynamic threshold for DocIdSetBuilder
#14485 opened
Apr 14, 2025 -
TestIndexWriterWithThreads can sometimes use too many open files
#14484 opened
Apr 14, 2025 -
TestIndexWriterMergePolicy opens too many file handles at night
#14483 opened
Apr 14, 2025 -
TestFloatVectorSimilarityQuery.testTimeout fails intermittently
#14480 opened
Apr 14, 2025
20 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Logic for collecting Histogram efficiently using Point Trees
#14439 commented on
Apr 18, 2025 • 17 new comments -
OptimisticKnnVectorQuery
#14226 commented on
Apr 18, 2025 • 2 new comments -
MultiRange query for SortedNumeric DocValues
#14404 commented on
Apr 16, 2025 • 2 new comments -
Remove TODO in FSTCompiler#freezeTail.
#13923 commented on
Apr 12, 2025 • 1 new comment -
cache preset dict for LZ4WithPresetDictDecompressor
#14397 commented on
Apr 18, 2025 • 1 new comment -
Refactor doc values to expose a `DocIdSetIterator` instead of extending `DocIdSetIterator`.
#14475 commented on
Apr 18, 2025 • 0 new comments -
Compute the doc range more efficiently when flushing doc block
#14447 commented on
Apr 14, 2025 • 0 new comments -
Support adaptive refresh in Searcher Managers.
#14443 commented on
Apr 12, 2025 • 0 new comments -
New IndexReaderFunctions.positionLength from the norm
#14433 commented on
Apr 12, 2025 • 0 new comments -
Adding profiling support for concurrent segment search
#14413 commented on
Apr 14, 2025 • 0 new comments -
Disable sort optimization when tracking all docs
#14395 commented on
Apr 12, 2025 • 0 new comments -
Speed up advancing within a sparse block in IndexedDISI.
#14371 commented on
Apr 18, 2025 • 0 new comments -
removing constructor with deprecated attribute 'onlyLongestMatch
#14356 commented on
Apr 12, 2025 • 0 new comments -
PointInSetQuery use reverse collection to improve performance
#14352 commented on
Apr 16, 2025 • 0 new comments -
Add a Faiss codec for KNN searches
#14178 commented on
Apr 18, 2025 • 0 new comments -
Multireader Support in Searcher Manager
#13976 commented on
Apr 14, 2025 • 0 new comments -
Add a timeout for forceMergeDeletes in IndexWriter
#14431 commented on
Apr 17, 2025 • 0 new comments -
[Bug] Stored fields force merge regression between Lucene 9.12 and Lucene 10.0
#14463 commented on
Apr 15, 2025 • 0 new comments -
TopFieldCollector mistakenly assumes that all leaves share the same index sort
#14399 commented on
Apr 14, 2025 • 0 new comments -
QueryRescorer should be able to use the original sort on ties
#14455 commented on
Apr 11, 2025 • 0 new comments