WARNING: Version 1.6 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
_index
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
_index
editThe ability to store in a document the index it belongs to. By default it is disabled, in order to enable it, the following mapping should be defined:
{ "tweet" : { "_index" : { "enabled" : true } } }
Was this helpful?
Thank you for your feedback.