Anton Hägerstrand
Anton Hägerstrand
ES 2.0.0 is out, and I'd like to contribute to getting this plugin into that release. I did some refactoring in the ComboAnalyzerClass, but most of the things are either...
Instead of calling `IntersectVisitor.visit` for each doc in the `readDelta16` and `readInts32` methods, create a `DocIdSetIterator` and call `IntersectVisitor.visit(DocIdSetIterator)` instead. This seems to make Lucene faster at some sorting and...
This PR is the smallest I could make (except for number of LongNrq queries, could probably be fewer) to prove that the changes in [apache/lucene/pull/13149](https://github.com/apache/lucene/pull/13149) work. I aimed at reproducing...