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

Completely move doc values and fielddata settings to field types #12014

Merged
merged 3 commits into from Jul 6, 2015

Commits on Jul 3, 2015

  1. Mappings: Completely move doc values and fielddata settings to field …

    …types
    
    While MappedFieldType contains settings for doc values and fielddata,
    AbstractFieldMapper had special logic in its constructor that
    required setting these on the field type from there. This change
    removes those settings from the AbstractFieldMapper constructor.
    As a result, defaultDocValues(), defaultFieldType() and
    defaultFieldDataType() are no longer needed.
    rjernst committed Jul 3, 2015
    Configuration menu
    Copy the full SHA
    e83ae64 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Addressed PR comments

    rjernst committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    91e3cdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    184b1cb View commit details
    Browse the repository at this point in the history