# Which setting is recommended about doc\_values

**URL:** https://discuss.elastic.co/t/which-setting-is-recommended-about-doc-values/22036
**Category:** Elasticsearch
**Created:** [February 9, 2015, 3:10am UTC](https://discuss.elastic.co/t/which-setting-is-recommended-about-doc-values/22036 "2015-02-09T03:10:00Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![11179](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/11179/32/923_2.png) [@11179](https://discuss.elastic.co/u/11179)
#### Post date: [February 9, 2015, 3:10am UTC](https://discuss.elastic.co/t/which-setting-is-recommended-about-doc-values/22036/1 "2015-02-09T03:10:00Z")

</div>

I want to use doc\_values settings on my cluster.

But, there are 2 type of settings in official documents...

Which setting is recommended

1. [http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/doc-values.html](http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/doc-values.html)

"doc\_values": true

1. [http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.3/fielddata-formats.html](http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.3/fielddata-formats.html)

"fielddata": {  
"format": "doc\_values"  
}

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/b5af33b3-5b64-47c9-a5d8-7d9f8d387fef%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/b5af33b3-5b64-47c9-a5d8-7d9f8d387fef%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 9, 2015, 10:40am UTC](https://discuss.elastic.co/t/which-setting-is-recommended-about-doc-values/22036/2 "2015-02-09T10:40:37Z")

</div>

Use the current branch of the docs, unless you are using ES 1.3.

On 9 February 2015 at 14:10, 松田和樹 [kazuki.matsuda@intimatemerger.com](mailto:kazuki.matsuda@intimatemerger.com) wrote:

> I want to use doc\_values settings on my cluster.
> 
> But, there are 2 type of settings in official documents...
> 
> Which setting is recommended
> 
> 1. 
> 
> [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/doc-values.html)
> 
> "doc\_values": true
> 
> 1. 
> 
> [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.3/fielddata-formats.html)
> 
> "fielddata": {  
> "format": "doc\_values"  
> }
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/b5af33b3-5b64-47c9-a5d8-7d9f8d387fef%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/b5af33b3-5b64-47c9-a5d8-7d9f8d387fef%40googlegroups.com)  
> [https://groups.google.com/d/msgid/elasticsearch/b5af33b3-5b64-47c9-a5d8-7d9f8d387fef%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/b5af33b3-5b64-47c9-a5d8-7d9f8d387fef%40googlegroups.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEYi1X\_NQDyX3CXbQ4V-mfrHe-oP4RXYGusMMbBLi%2BnH0mB4WQ%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEYi1X_NQDyX3CXbQ4V-mfrHe-oP4RXYGusMMbBLi%2BnH0mB4WQ%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![11179](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/11179/32/923_2.png) [@11179](https://discuss.elastic.co/u/11179)
#### Post date: [February 9, 2015, 12:30pm UTC](https://discuss.elastic.co/t/which-setting-is-recommended-about-doc-values/22036/3 "2015-02-09T12:30:46Z")

</div>

Sorry...  
I had put a link to the wrong.

This is true link

1. [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/fielddata-formats.html)

"fielddata": {  
"format": "doc\_values"  
}

2015年2月9日月曜日 19時41分08秒 UTC+9 Mark Walkom:

> Use the current branch of the docs, unless you are using ES 1.3.
> 
> On 9 February 2015 at 14:10, 松田和樹 \<[kazuki....@intimatemerger.com](mailto:kazuki....@intimatemerger.com)  
> \<javascript:\>\> wrote:
> 
> > I want to use doc\_values settings on my cluster.
> > 
> > But, there are 2 type of settings in official documents...
> > 
> > Which setting is recommended
> > 
> > 1. 
> > 
> > [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/doc-values.html)
> > 
> > "doc\_values": true
> > 
> > 1. 
> > 
> > [Elasticsearch Platform — Find real-time answers at scale | Elastic](http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.3/fielddata-formats.html)
> > 
> > "fielddata": {  
> > "format": "doc\_values"  
> > }
> > 
> > --  
> > You received this message because you are subscribed to the Google Groups  
> > "elasticsearch" group.  
> > To unsubscribe from this group and stop receiving emails from it, send an  
> > email to [elasticsearc...@googlegroups.com](mailto:elasticsearc...@googlegroups.com) \<javascript:\>.  
> > To view this discussion on the web visit  
> > [https://groups.google.com/d/msgid/elasticsearch/b5af33b3-5b64-47c9-a5d8-7d9f8d387fef%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/b5af33b3-5b64-47c9-a5d8-7d9f8d387fef%40googlegroups.com)  
> > [https://groups.google.com/d/msgid/elasticsearch/b5af33b3-5b64-47c9-a5d8-7d9f8d387fef%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/b5af33b3-5b64-47c9-a5d8-7d9f8d387fef%40googlegroups.com?utm_medium=email&utm_source=footer)  
> > .  
> > For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/4f208780-537a-49f3-bb4e-733109345770%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/4f208780-537a-49f3-bb4e-733109345770%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 12:34am UTC](https://discuss.elastic.co/t/which-setting-is-recommended-about-doc-values/22036/4 "2017-07-06T00:34:09Z")

</div>


