lucene/lucene
Christine Poerschke 411b7fd518
SuggestIndexSearcher.suggest catches any CollectionTerminatedException (theoretically) thrown by getLeafCollector (#12609)
2023-09-29 12:14:50 +01:00
..
analysis Introduce a random vector scorer in HNSW builder/searcher (#12529) 2023-09-12 13:57:07 +01:00
analysis.tests Introduced the Word2VecSynonymFilter (#12169) 2023-04-24 13:35:26 +02:00
backward-codecs Add length method to RandomAccessInput (#12594) 2023-09-27 13:00:50 +02:00
benchmark Replace consecutive close() calls and close() calls with null checks with IOUtils.close() (#12428) 2023-08-16 17:12:34 -07:00
classification Replace consecutive close() calls and close() calls with null checks with IOUtils.close() (#12428) 2023-08-16 17:12:34 -07:00
codecs Make FSTPostingsFormat load FSTs off-heap (#12552) 2023-09-19 16:29:23 -04:00
core IndexingChain.validateMaxVectorDimension: add missing space in IllegalArgumentException wording (#12605) 2023-09-29 12:14:29 +01:00
core.tests
demo Replace consecutive close() calls and close() calls with null checks with IOUtils.close() (#12428) 2023-08-16 17:12:34 -07: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 Implement MMapDirectory with Java 21 Project Panama Preview API (#12294) 2023-06-12 21:07:04 +02:00
documentation
expressions Add more detailed documentation related to GH#12560 2023-09-16 14:51:53 -07:00
facet Initialize facet counting data structures lazily (#12408) 2023-07-25 12:20:42 -07:00
grouping Remove Scorable#docID. (#12407) 2023-07-05 10:40:06 +02:00
highlighter TestPassageSelector.randomizedSanityCheck can fail when the random input is unfortunately clashing with an assertion #12562 (#12567) 2023-09-18 12:30:01 +02:00
join Reduce the overhead of ImpactsDISI. (#12490) 2023-09-12 15:23:28 +02:00
licenses remove non-NRT replication support (#12038) 2023-01-14 11:14:46 -05:00
luke GITHUB#12342 Add new maximum inner product vector similarity method (#12479) 2023-08-16 12:15:25 -04:00
memory Add ParentJoin KNN support (#12434) 2023-08-07 14:46:42 -04:00
misc Fix compilation under Java 11. 2023-09-19 12:15:38 +02:00
monitor Close index readers in tests (#12544) 2023-09-08 14:55:01 +02:00
queries Make TermStates#build concurrent (#12183) 2023-09-21 17:17:36 +02:00
queryparser Remove usage and add some legacy java.util classes to forbiddenapis (Stack, Hashtable, Vector) (#12404) 2023-06-29 16:56:41 +02:00
replicator github-12386: set java.io.tmpdir in replicator tests' forked processes (#12387) 2023-06-23 08:38:06 -04:00
sandbox Make TermStates#build concurrent (#12183) 2023-09-21 17:17:36 +02:00
spatial-extras Migrate away from per-segment-per-threadlocals on SegmentReader (#11998) 2022-12-13 09:10:21 -05:00
spatial-test-fixtures Upgrade google java format and apply tidy (#11811) 2022-09-24 15:40:27 +02:00
spatial3d Followup work for #11883 2022-12-03 08:07:10 -05:00
suggest SuggestIndexSearcher.suggest catches any CollectionTerminatedException (theoretically) thrown by getLeafCollector (#12609) 2023-09-29 12:14:50 +01:00
test-framework Add length method to RandomAccessInput (#12594) 2023-09-27 13:00:50 +02:00
CHANGES.txt Add length method to RandomAccessInput (#12594) 2023-09-27 13:00:50 +02:00
JRE_VERSION_MIGRATION.md
MIGRATE.md Remove deprecated IndexSearcher#getExecutor method (#12580) 2023-09-21 12:30:32 +02:00
SYSTEM_REQUIREMENTS.md
build.gradle