lucene icon indicating copy to clipboard operation
lucene copied to clipboard

Apache Lucene open-source search software

Results 408 lucene issues
Sort by recently updated
recently updated
newest added

https://issues.apache.org/jira/browse/LUCENE-10202 #11239 TODO on choice of naming RE spherical vs spatial3d Note: as of this writing, the build doesn't publish the nice Gradle metadata

Fix the stale code of the createAnalyzer method of the NewAnalyzerTask class. Change some configuration items that don't work, and make it work. #11138

# Description Please provide a short description of the changes you're making with this pull request. #11181 # Solution Please provide a short description of the approach taken to implement...

The min value, the max value, the GCD and the set of unique values don't need to be computed on sorted doc values. #11170

This moves doc values to an approach that is more similar to postings, where values are grouped in blocks of 128 values that are compressed together. Decoding a single value...

https://issues.apache.org/jira/browse/LUCENE-10018 Let's not use the Fields class anymore for TermVectors. In this PR, we introduce a new class "DocTermVectors" in its stead. #11057

Yet another idea without MethodHandles (although internally it's the same) but simple functional interface as replacement for #327

Another variant of #327 It may be better from optimization standpoint, because it uses a hard typed MethodHandle casting the long to correct type. The MH can be passed as...

Port from https://github.com/apache/solr/pull/318

This change is a follow up of https://issues.apache.org/jira/browse/LUCENE-10059 for the Korean tokenizer. #11124