lucene/lucene
Viswanath Kuchibhotla 1d0539decb Optimize DFS while marking connected components 2024-11-27 22:35:50 +05:30
..
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 Optimize DFS while marking connected components 2024-11-27 22:35:50 +05:30
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 fix typo in documentation 2021-11-28 10:11:49 +09:00
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 fix JavaDoc: TopDocs instead of Hits (#14015) 2024-11-22 15:56:58 -08: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 Make CombinedFieldQuery eligible for WAND/MAXSCORE. (#13999) 2024-11-22 18:18:51 +01:00
spatial-extras Make TotalHits a record. (#13762) 2024-09-11 15:50:06 +02:00
spatial-test-fixtures Upgrade google java format and apply tidy (#11811) 2022-09-24 15:40:27 +02:00
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 Introduces IndexInput#updateReadAdvice to change the ReadAdvice while merging vectors (#13985) 2024-11-22 12:14:49 +00:00
CHANGES.txt Make WANDScorer compute scores on the fly. (#14021) 2024-11-26 16:00:30 +01:00
JRE_VERSION_MIGRATION.md LUCENE-10163: clean up and remove some old cruft in readme files. Move binary release only README.md to the distribution project so that it doesn't look weird in the source tree. (#406) 2021-10-26 21:20:42 +02:00
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