commit | e4ac57746eb86846b3a53944c14e09873f793ff1 | [log] [tgz] |
---|---|---|
author | Christoph Büscher <christophbuescher@posteo.de> | Thu Sep 19 11:51:42 2024 +0200 |
committer | GitHub <noreply@github.com> | Thu Sep 19 11:51:42 2024 +0200 |
tree | 79da6561d7f695552794150761f42846884af4e5 | |
parent | 6d987e1ce1c3f3215633a979ce048829fe1bb6ed [diff] |
Add BytesRefIterator to TermInSetQuery (#13806) TermInSetQuery used to have an accessor to its terms that was removed in #12173 to protect leaking internal encoding details. This introduces an accessor to the term data in the query that doesn't expose internals but merely allows iterating over the decoded BytesRef, making inspection of the querys content possible again. Closes #13804
Apache Lucene is a high-performance, full-featured text search engine library written in Java.
This README file only contains basic setup instructions. For more comprehensive documentation, visit:
gradlew
).We‘ll assume that you know how to get and set up the JDK - if you don’t, then we suggest starting at https://jdk.java.net/ and learning more about Java, before returning to this README.
Bug fixes, improvements and new features are always welcome! Please review the Contributing to Lucene Guide for information on contributing.
#lucene
and #lucene-dev
on freenode.net