lucene/lucene
Adrien Grand dadd548936 Remove scoreAll() optimization from DefaultBulkScorer.
I cannot see benefits from this optimization anymore when running luceneutil.
However, I do see some benefits from specializing cases when the collector
produces a competitive iterator or when the scorer produces a two-phase
iterator.
2024-12-04 16:54:31 +01:00
..
analysis Fix backward compat in TestCustomAnalyzer 2024-09-30 14:54:02 +01:00
analysis.tests move TestBugInSomething to analysis.tests 2024-04-04 16:52:35 -04:00
backward-codecs Simplify codec setup in vector-related tests. (#13970) 2024-11-12 10:38:54 +01:00
benchmark Remove `supportsConcurrency` flag from top-docs collector managers. (#13977) 2024-11-05 15:36:40 +01:00
benchmark-jmh Suppressing "automatic module" warning for benchmark-jmh (#13997) 2024-11-17 07:41:27 -05:00
classification Make TotalHits a record. (#13762) 2024-09-11 15:50:06 +02:00
codecs Improve checksum calculations (#13989) 2024-11-25 15:59:15 +01:00
core Remove scoreAll() optimization from DefaultBulkScorer. 2024-12-04 16:54:31 +01:00
core.tests Remove ByteBufferIndexInput and update all Panama implementations (MMap and Vector) to Java 21 (#13146) 2024-02-29 19:38:37 +01:00
demo Make TotalHits a record. (#13762) 2024-09-11 15:50:06 +02:00
dev-docs
distribution Upgrade to gradle 8.10 (#13700) 2024-08-30 12:36:56 +02:00
distribution.tests Gradle build: cleanup of dependency resolution and consolidation of dependency versions (#13484) 2024-06-17 09:49:21 +02:00
documentation
expressions Make TotalHits a record. (#13762) 2024-09-11 15:50:06 +02:00
facet Taxonomy counts are incorrect due to ordinal sorting (#14008) (#14010) 2024-11-23 12:03:23 +00:00
grouping Remove `supportsConcurrency` flag from top-docs collector managers. (#13977) 2024-11-05 15:36:40 +01:00
highlighter IndexOrDocValuesQuery in query highlighting (#13902) 2024-10-14 14:19:24 +02:00
join Adding filter to the toString() method of KnnFloatVectorQuery (#13990) 2024-11-18 14:44:26 -05:00
licenses Remove the HPPC dependency from all modules and move the HPPC fork to internal. (#13422) 2024-05-27 12:09:25 +02:00
luke Remove `supportsConcurrency` flag from top-docs collector managers. (#13977) 2024-11-05 15:36:40 +01:00
memory First-class random access API for KnnVectorValues (#13779) 2024-09-28 09:14:01 -04:00
misc similarities: provide default computeNorm implementation; remove remaining discountOverlaps setters; (#13757) 2024-09-13 09:27:35 +01:00
monitor Remove CollectorManager#forSequentialExecution (#13790) 2024-09-17 09:41:10 +02:00
queries Combine all postings enum impls of the default codec into a single class (#14033) 2024-12-04 15:19:41 +01:00
queryparser Update ComplexPhraseQueryParser.java (#14005) 2024-11-21 09:13:23 +03:00
replicator Convert more classes to record classes (#13328) 2024-09-10 23:08:24 +02:00
sandbox Reduce specialization in TopScoreDocCollector. (#14038) 2024-12-04 15:12:26 +01:00
spatial-extras Make TotalHits a record. (#13762) 2024-09-11 15:50:06 +02:00
spatial-test-fixtures
spatial3d Make TotalHits a record. (#13762) 2024-09-11 15:50:06 +02:00
suggest Remove `supportsConcurrency` flag from top-docs collector managers. (#13977) 2024-11-05 15:36:40 +01:00
test-framework Improve search equivalence tests. (#14036) 2024-12-04 15:12:04 +01:00
CHANGES.txt Combine all postings enum impls of the default codec into a single class (#14033) 2024-12-04 15:19:41 +01:00
JRE_VERSION_MIGRATION.md
MIGRATE.md Add MIGRATE entry about the fact that readVLong() may now read up to 10 bytes. (#13956) 2024-10-25 13:30:29 +02:00
SYSTEM_REQUIREMENTS.md Bump minimum required Java version to 21 (#12753) 2024-02-29 12:16:29 +01:00
build.gradle