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

Simon Willnauer updated LUCENE-3345:
------------------------------------

    Attachment: LUCENE-3345.patch

here is a patch that makes the CFS option private to the codec. Currently all 
codecs default to use CFS for docvalues. For testcoverage I added a 
MockRandomDocValues codec that always uses noCFS. 
If you want to change to noCFS for docvalues you need to subclass a codec and 
give it a name since those settings are final now.

> docvalues FNFE
> --------------
>
>                 Key: LUCENE-3345
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3345
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Robert Muir
>            Assignee: Simon Willnauer
>         Attachments: LUCENE-3345.patch
>
>
> I created a test for LUCENE-3335, and it found an unrelated bug in docvalues.

--
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