[
https://issues.apache.org/jira/browse/LUCENE-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13186175#comment-13186175
]
Chris Male commented on LUCENE-3453:
------------------------------------
{quote}
In fact you can simply use Field directly to index a numeric field or
a doc values field, ie, DocValuesField/NumericField are truly just
sugar now. You can do everything with Field (expert) that you can do
with these sugar classes... or at least I think so
{quote}
Wow, I hadn't explored the patch deeply enough. Big +1 to this!
{quote}
But I think we can/should do that after committing this first cleanup?
I suspect that could be a major change just by itself...
{quote}
Yeah definitely, the more I've thought about it the more impact it could have.
Definitely worth another issue.
> remove IndexDocValuesField
> --------------------------
>
> Key: LUCENE-3453
> URL: https://issues.apache.org/jira/browse/LUCENE-3453
> Project: Lucene - Java
> Issue Type: Bug
> Affects Versions: 4.0
> Reporter: Robert Muir
> Assignee: Michael McCandless
> Fix For: 4.0
>
> Attachments: LUCENE-3453.patch, LUCENE-3453.patch
>
>
> Its confusing how we present CSF functionality to the user, its actually not
> a "field" but an "attribute" of a field like STORED or INDEXED.
> Otherwise, its really hard to think about CSF because there is a mismatch
> between the APIs and the index format.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]