[ 
https://issues.apache.org/jira/browse/LUCENE-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Michael McCandless resolved LUCENE-1456.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.9

Committed revision 718537.

Thanks Mark!

> FieldInfo omitTerms bug
> -----------------------
>
>                 Key: LUCENE-1456
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1456
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Mark Miller
>            Assignee: Michael McCandless
>            Priority: Minor
>             Fix For: 2.9
>
>
> Around line 95 you have:
>     if (this.omitTf != omitTf) {
>       this.omitTf = true;                // if one require omitTf at least 
> once, it remains off for life
>     }
> Both references of the omitTf booleans in the if statement refer to the same 
> field. I am guessing its meant to be other.omitTf like the norms code above 
> it.

-- 
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]

Reply via email to