lucene/lucene
Tim Grein dae7181a97
Align toString methods in geo module (#13302)
* Align toString methods in geo module
2024-05-14 16:31:34 +02:00
..
analysis Add BitVectors format and make flat vectors format easier to extend (#13288) 2024-04-17 13:13:51 -04:00
analysis.tests move TestBugInSomething to analysis.tests 2024-04-04 16:52:35 -04:00
backward-codecs Remove unused "implements Accountable". (#13330) 2024-05-09 23:27:18 +02:00
benchmark Avoid allocating redundant Strings (#13085) 2024-02-23 10:41:53 +00:00
benchmark-jmh Improve int4 compressed comparisons performance (#13321) 2024-05-01 10:05:51 -04:00
classification Forbidden Thread.sleep API (#13001) 2024-02-05 17:23:52 +01:00
codecs Remove unused "implements Accountable". (#13330) 2024-05-09 23:27:18 +02:00
core Align toString methods in geo module (#13302) 2024-05-14 16:31:34 +02: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 Replace (IO)Context#READ with (IO)Context.DEFAULT. (#13242) 2024-03-29 10:37:26 +01:00
dev-docs
distribution LUCENE-10528: use Xvfb in test to avoid messing up user's desktop (#828) 2022-04-23 08:00:33 -04:00
distribution.tests Do not place Panama Java 21 class files in MR-JAR section of core.jar file (#13148) 2024-02-29 23:10:16 +01:00
documentation fix typo in documentation 2021-11-28 10:11:49 +09:00
expressions Remove ByteBufferIndexInput and update all Panama implementations (MMap and Vector) to Java 21 (#13146) 2024-02-29 19:38:37 +01:00
facet Remove deprecated code (#13286) 2024-04-11 09:44:29 +02:00
grouping Use String.isEmpty() instead of equals("") (#13050) 2024-01-30 00:14:10 +01:00
highlighter UnifiedHighlighter highlight on multiple fields (#13268) 2024-04-12 06:36:25 -04:00
join Fix vector scorer interface consistency (#13365) 2024-05-13 13:02:38 -04:00
licenses upgrade icu4j to 74.2 (#13239) 2024-04-04 08:35:25 -04:00
luke Fix test failure TestDocumentsImpl.testGetDocumentFields (#13303) 2024-04-15 21:56:51 +08:00
memory Add support for index sorting with document blocks (#12829) 2024-01-11 16:11:15 +01:00
misc Replace (IO)Context#READ with (IO)Context.DEFAULT. (#13242) 2024-03-29 10:37:26 +01:00
monitor Convert BooleanClause class to record class (#13261) 2024-04-04 17:51:48 +02:00
queries Remove deprecated code (#13286) 2024-04-11 09:44:29 +02:00
queryparser Convert BooleanClause class to record class (#13261) 2024-04-04 17:51:48 +02:00
replicator Remove halt() call in TestSimpleServer (part of TestStressNRTReplication (#13177) 2024-03-13 09:03:34 +01:00
sandbox Convert BooleanClause class to record class (#13261) 2024-04-04 17:51:48 +02:00
spatial-extras Call ArrayUtil.copyArray instead of ArrayUtil.copySubArray for full array copy. (#13360) 2024-05-14 11:32:18 +02:00
spatial-test-fixtures Upgrade google java format and apply tidy (#11811) 2022-09-24 15:40:27 +02:00
spatial3d enable error-prone's DisableUnicodeInCode check (#12936) 2023-12-13 08:19:22 -05:00
suggest Convert BooleanClause class to record class (#13261) 2024-04-04 17:51:48 +02:00
test-framework Fix vector scorer interface consistency (#13365) 2024-05-13 13:02:38 -04:00
CHANGES.txt Protect against nan & inf values in quantizer and test with tiny vectors (#13366) 2024-05-14 07:30:38 -04: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 Disable ConcurrentMergeScheduler's auto I/O throttling by default. (#13293) 2024-04-11 18:42:54 +02:00
SYSTEM_REQUIREMENTS.md Bump minimum required Java version to 21 (#12753) 2024-02-29 12:16:29 +01:00
build.gradle