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

Simon Willnauer updated LUCENE-3070:
------------------------------------

    Attachment: LUCENE-3070.patch

This patch adds UOE to PreFlex codec and makes FieldInfo#docValues 
transactional to prevent wrong flags if non-aborting exceptions occur.

I also added some random docValues fields to RandomIndexWriter as well as some 
basic checks to CheckIndex. It's not perfect though but it's a start.

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

Reply via email to