Skip to content

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