[
https://issues.apache.org/jira/browse/LUCENE-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718069#action_12718069
]
Simon Willnauer commented on LUCENE-1679:
-----------------------------------------
I see. I could not thing of anything which would break the backwards compat.
when removing the close method. The only thing I could have thought of was some
convention I did not know about. So I assume the WildcardTermEnum_cleanup.patch
is fine.
simon
> Make WildcardTermEnum#difference() non-final
> --------------------------------------------
>
> Key: LUCENE-1679
> URL: https://issues.apache.org/jira/browse/LUCENE-1679
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Search
> Affects Versions: 2.9
> Reporter: Simon Willnauer
> Assignee: Michael McCandless
> Priority: Minor
> Fix For: 2.9
>
> Attachments: WildcardTermEnum.patch, WildcardTermEnum_cleanup.patch,
> WildcardTermEnum_cleanup_2nd.patch
>
>
> The method WildcardTermEnum#difference() is declared final. I found it very
> useful to subclass WildcardTermEnum to implement different scoring for exact
> vs. partial matches. The change is rather trivial (attached) but I guess it
> could make life easier for a couple of users.
> I attached two patches:
> - one which contains the single change to make difference() non-final
> (WildcardTermEnum.patch)
> - one which does also contain some minor cleanup of WildcardTermEnum. I
> removed unnecessary member initialization and made those final. (
> WildcardTermEnum_cleanup.patch)
> Thanks simon
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]