Explore if TermsEnum#seek(BytesRef, TermState) really needs a BytesRef [LUCENE-2938]
Open
legacy-jira-priority:Minor
type:enhancement
- Dominant language
- Java
- Stars
- 3.6k
- Forks
- 1.4k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 88
Description
Currently the BytesRef parameter in TermsEnum#seek(BytesRef, TermState) was introduced to keep TermState lean. Since we are continuously improving TermsEnum we should keep in mind if that parameter is really necessary of only implementation dependent.
---
Migrated from [LUCENE-2938](https://issues.apache.org/jira/browse/LUCENE-2938) by Simon Willnauer (@s1monw)
Contributor guide
Assessment
This issue has not been assessed yet.