Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow _version to use disk as a doc values format. #6523

Closed
wants to merge 1 commit into from

Commits on Jun 16, 2014

  1. Mappings: Allow _version to use disk as a doc values format.

    VersionFieldMapper.defaultDocValuesFormat claims that the default is `disk`.
    This is not used to choose the DV format in the index but for mappings
    serialization in order to know when the _version doc values format is
    different from the default format. This made it impossible to use the `disk`
    doc values format since mappings would never retain that information at
    serialization time.
    jpountz committed Jun 16, 2014
    Copy the full SHA
    b119fa1 View commit details
    Browse the repository at this point in the history