In python client, when I try to disable '_all' field, it return error:
"_all": { "enabled": false },
NameError: name 'false' is not defined
Does anyone know if the python client supports diabling the _all field?
In python client, when I try to disable '_all' field, it return error:
"_all": { "enabled": false },
NameError: name 'false' is not defined
Does anyone know if the python client supports diabling the _all field?
False may be?
Thank you for replying, David!
You are right, using 'False' works.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.