[ 
https://issues.apache.org/jira/browse/LUCENE-3070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033971#comment-13033971
 ] 

Simon Willnauer commented on LUCENE-3070:
-----------------------------------------

bq. Seems like it might be a good idea in RandomIndexWriter to sometimes not 
add docvalues?

yeah I think we should make this per RIW session not per document though since 
we already have random DocValues Types so some docs might get docvalues_int_xyz 
and some might get docvalues_float_xyz fields. 

> Enable DocValues by default for every Codec
> -------------------------------------------
>
>                 Key: LUCENE-3070
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3070
>             Project: Lucene - Java
>          Issue Type: Task
>          Components: Index
>    Affects Versions: CSF branch
>            Reporter: Simon Willnauer
>            Assignee: Simon Willnauer
>             Fix For: CSF branch
>
>         Attachments: LUCENE-3070.patch, LUCENE-3070.patch
>
>
> Currently DocValues are enable with a wrapper Codec so each codec which needs 
> DocValues must be wrapped by DocValuesCodec. The DocValues writer and reader 
> should be moved to Codec to be enabled by default.

--
This message is automatically generated by JIRA.
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]

Reply via email to