[
https://issues.apache.org/jira/browse/LUCY-53?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marvin Humphrey updated LUCY-53:
--------------------------------
Attachment: Num.c
Num.bp
We need the numeric classes in order to support numeric field types.
For example, a Lexicon for a text field keeps a CharBuf which it updates
continuously while iterating; a Lexicon for a 32-bit integer field type would
keep an Integer32 object instead. We can't use primitives in that situation
because we want Lexicon to be unaware of what kind of term it is updating.
> Number classes
> --------------
>
> Key: LUCY-53
> URL: https://issues.apache.org/jira/browse/LUCY-53
> Project: Lucy
> Issue Type: New Feature
> Components: Core
> Reporter: Marvin Humphrey
> Assignee: Marvin Humphrey
> Attachments: 031-num.t, Num.bp, Num.c, TestNum.bp, TestNum.c
>
>
> Integer32, Interger64, Float32, Float64.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.