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

Support doc_values attributes on numeric and string mappings and in ElasticProperty attributes #644

Merged
merged 3 commits into from
May 7, 2014

Conversation

danp60
Copy link

@danp60 danp60 commented May 7, 2014

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-core-types.html

Doc values are a new feature introduced in 1.0 to store field data in a column stride fashion. This allows for fast access to field data via fs cache without needing to put the field in the jvm heap.

Daniel Low added 3 commits May 6, 2014 17:33
…lasticProperty attributes

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-core-types.html

Doc values are a new feature introduced in 1.0 to store field data in a column stride fashion. This allows for fast access to field data via fs cache without needing to put the field in the jvm heap.
@Mpdreamz
Copy link
Member

Mpdreamz commented May 7, 2014

👍 💯 Tests, proper indentation, problem tackled from all angles. Thank you for a very thorough PR @danp60 very very much appreciated!

Mpdreamz added a commit that referenced this pull request May 7, 2014
Support doc_values attributes on numeric and string mappings and in ElasticProperty attributes
@Mpdreamz Mpdreamz merged commit 43f0cd5 into elastic:master May 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants