You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2011/05/05 01:58:03 UTC

[jira] [Updated] (LUCENE-3070) Enable DocValues by default for every Codec

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

Robert Muir updated LUCENE-3070:
--------------------------------

    Attachment: LUCENE-3070.patch

first taking a look at the branch, just a really quick hack at a patch adding docsConsumer() and docsProducer() to Codec, with some renaming to fit (DefaultDocValuesConsumer/Producer) and enabling this for all codecs (except preflex)

all tests pass, but there might be some naming/api issues... additionally maybe we should address the TestSort issue, we want to enable this test (without docvalues) on Preflex... maybe we should have an explicit test for that.

also we need a plain text impl for simpletext :)

> 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
>             Fix For: CSF branch
>
>         Attachments: 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org