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

Chris Male updated LUCENE-3499:
-------------------------------

    Description: Current Field supports Reader, String and binary values.  With 
work on removing IndexDocValuesField, it became apparent it'd be a lot cleaner 
if the support for binary values was moved to BinaryField (like how 
NumericField supports Numbers).  This would leave Field as supporting the most 
common usecases (Reader and String values) as well as serving as a base class 
for the other Field implementations in document.*.  This will also prove useful 
when we add support for indexing binary values.  (was: Current Field supports 
Reader, String and binary values.  With work on removing IndexDocValuesField, 
it became apparent it'd be a lot cleaner if the support for binary values was 
moved to BinaryField (like how NumericField supports Numbers).  This would 
leave Field as supporting the most common usecases (Reader and String values) 
as well as serving as a base class for the other *Field implementations in 
document.*.)
    
> Move Binary value handling from Field to BinaryField
> ----------------------------------------------------
>
>                 Key: LUCENE-3499
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3499
>             Project: Lucene - Java
>          Issue Type: Improvement
>            Reporter: Chris Male
>
> Current Field supports Reader, String and binary values.  With work on 
> removing IndexDocValuesField, it became apparent it'd be a lot cleaner if the 
> support for binary values was moved to BinaryField (like how NumericField 
> supports Numbers).  This would leave Field as supporting the most common 
> usecases (Reader and String values) as well as serving as a base class for 
> the other Field implementations in document.*.  This will also prove useful 
> when we add support for indexing binary values.

--
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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to