lucene
lucene copied to clipboard
Apache Lucene open-source search software
This speeds up WANDScorer by computing scores of docs that are positioned on the next candidate competitive document in order to potentially detect that no further match is possible, before...
This PR proposes to add a new method to SortedDocValues that helps users to advance an iterator to the next document that contains a different term that the current document,...
may be this a performance bug for multiple segment, when docid is 2147483647 shoud do not to continue for search next doc # Description Please provide a short description of...
**INFO: This is a followup of #518: It's the same code base, but with API changes from JDK 19 applied** This is just a draft PR for a first insight...
Increase the maximum number of dims for KNN vectors to 2048. The current maximum allowed number of dimensions is equal to 1024. But we see in practice a number of...
see https://issues.apache.org/jira/browse/LUCENE-10572 #11608
This commit handles possible empty backtrace when using the nbest option. The general case (best path) was fixed in a previous commit so this change is a follow up to...
See also: https://issues.apache.org/jira/browse/LUCENE-10519 #11555 Solution --- We don't need to store entry twice in the hardRefs And ThreadLocals. Remove ThreadLocal from CloseableThreadLocal so that we would not be affected by...
# Description #9784 Lucene currently supports LZ4 and Zlib compression/decompression for StoredFieldsFormat. We propose Zstandard (https://facebook.github.io/zstd/) compression/decompression for StoredFieldsFormat for the following reasons: * ZStandard is being used in some...