lucene/lucene
Adrien Grand 5afc17d4b5
Close all files when hitting an I/O exception with vectors. (#12807)
This was found by `testRandomExceptions()`: if an exception occurs when opening
the meta file, then the `rawVectorsReader` that is passed to the constructor
never gets closed.
2023-11-15 08:42:08 +01:00
..
analysis Remove angry errant lurking semicolons (#12805) 2023-11-14 12:34:46 -05:00
analysis.tests Introduced the Word2VecSynonymFilter (#12169) 2023-04-24 13:35:26 +02:00
backward-codecs Refactoring HNSW to use a new internal FlatVectorFormat (#12729) 2023-11-10 14:05:19 -05:00
benchmark Refactor the use of runFinalization in tests and benchmarks (#12768) 2023-11-13 10:21:53 +00:00
benchmark-jmh stabilize vectorutil benchmark 2023-11-02 04:09:26 +00:00
classification Deprecated public constructor of FSTCompiler in favor of the Builder. (#12715) 2023-11-14 08:30:04 -05:00
codecs Remove angry errant lurking semicolons (#12805) 2023-11-14 12:34:46 -05:00
core Close all files when hitting an I/O exception with vectors. (#12807) 2023-11-15 08:42:08 +01:00
core.tests LUCENE-10328: Module path for compiling and running tests is wrong (#571) 2022-01-05 20:42:02 +01:00
demo Deprecated public constructor of FSTCompiler in favor of the Builder. (#12715) 2023-11-14 08:30:04 -05: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 Added JMH micro-benchmarks submodule (#12663) 2023-10-12 20:25:34 +02:00
documentation fix typo in documentation 2021-11-28 10:11:49 +09:00
expressions GITHUB#12655: gradle tidy after google java format update for jdk 21 and regen 2023-10-11 16:12:09 -04:00
facet Ensure DrillSidewaysScorer calls LeafCollector#finish on all sideways-dim FacetsCollectors (#12640) 2023-11-13 16:35:53 -08:00
grouping Skip docs with Docvalues in NumericLeafComparator (#12405) 2023-11-09 13:05:28 +08:00
highlighter Scorer should sum up scores into a double (#12682) 2023-10-23 13:01:06 -04:00
join Remove angry errant lurking semicolons (#12805) 2023-11-14 12:34:46 -05:00
licenses remove non-NRT replication support (#12038) 2023-01-14 11:14:46 -05:00
luke Remove angry errant lurking semicolons (#12805) 2023-11-14 12:34:46 -05:00
memory Remove angry errant lurking semicolons (#12805) 2023-11-14 12:34:46 -05:00
misc Deprecated public constructor of FSTCompiler in favor of the Builder. (#12715) 2023-11-14 08:30:04 -05:00
monitor Remove angry errant lurking semicolons (#12805) 2023-11-14 12:34:46 -05:00
queries Remove angry errant lurking semicolons (#12805) 2023-11-14 12:34:46 -05:00
queryparser Remove usage of deprecated java.util.Locale constructor (#12761) 2023-11-06 08:06:45 +00:00
replicator Remove angry errant lurking semicolons (#12805) 2023-11-14 12:34:46 -05:00
sandbox Bound the RAM used by the NodeHash (sharing common suffixes) during FST compilation (#12633) 2023-10-20 11:52:55 -04:00
spatial-extras Remove angry errant lurking semicolons (#12805) 2023-11-14 12:34:46 -05:00
spatial-test-fixtures Upgrade google java format and apply tidy (#11811) 2022-09-24 15:40:27 +02:00
spatial3d Skip docs with Docvalues in NumericLeafComparator (#12405) 2023-11-09 13:05:28 +08:00
suggest Deprecated public constructor of FSTCompiler in favor of the Builder. (#12715) 2023-11-14 08:30:04 -05:00
test-framework Remove angry errant lurking semicolons (#12805) 2023-11-14 12:34:46 -05:00
CHANGES.txt Add CHANGES entry for #12801 2023-11-14 14:28:18 +00: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 Remove deprecated IndexSearcher#getExecutor method (#12580) 2023-09-21 12:30:32 +02:00
SYSTEM_REQUIREMENTS.md LUCENE-10283: Bump minimum required Java version to 17. (#579) 2022-01-10 15:42:15 +01:00
build.gradle