Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
7.2.1
-
None
-
New
Description
FilterLeafReader#FilterTermsEnum wraps another TermsEnum and delegates many methods.
It misses some seekExact() methods, thus it is not possible to the delegate to override these methods to have specific behavior (unlike the TermsEnum API which allows that).
The fix is straightforward: simply override these seekExact() methods and delegate.
Attachments
Attachments
Issue Links
- relates to
-
LUCENE-8662 Change TermsEnum.seekExact(BytesRef) to abstract + delegate seekExact(BytesRef) in FilterLeafReader.FilterTermsEnum
- Closed
- links to