Relative Content

Tag Archive for elasticsearch

Is numeric field stored in doc_values or in BKD?

I’m new to Elasticsearch, and confused about how does numeric type field stored in elasticsearch. As a non-analyzed field, it seems like es will create a doc_values for numeric field by default, but I have read the following content from here.