[
https://issues.apache.org/jira/browse/LUCENE-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12702901#action_12702901
]
Eks Dev commented on LUCENE-1615:
---------------------------------
sure, replacing Fieldable is good, just noticed quick win when cleaning-up
deprecations from our code base... one step in a time
> deprecated method used in fieldsReader / setOmitTf()
> ----------------------------------------------------
>
> Key: LUCENE-1615
> URL: https://issues.apache.org/jira/browse/LUCENE-1615
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Index
> Reporter: Eks Dev
> Priority: Trivial
> Attachments: LUCENE-1615.patch
>
>
> setOmitTf(boolean) is deprecated and should not be used by core classes. One
> place where it appears is FieldsReader , this patch fixes it. It was
> necessary to change Fieldable to AbstractField at two places, only local
> variables.
--
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]