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

Remove non-default fielddata formats. #11669

Merged
merged 1 commit into from Jun 15, 2015

Commits on Jun 15, 2015

  1. Remove non-default fielddata formats.

    Now that doc values are the default for fielddata, specialized in-memory
    formats are becoming an esoteric option. This commit removes such formats:
     - `fst` on string fields,
     - `compressed` on geo points.
    
    I also removed documentation and tests that the fielddata cache is shared if
    you change the format, since this is only true for in-memory fielddata formats
    (given that for doc values, the caching is done directly in Lucene).
    jpountz committed Jun 15, 2015
    Copy the full SHA
    14c9c23 View commit details
    Browse the repository at this point in the history