I faced a strange issue. I have a self-defined index with "dynamic":"strict" but after some data import into the Index, got this exception: index [index-name] has been exceeded
How it is possible to occur as I think this limitation connected to the data model (fields) which is defined in the first place and disable dynamic mapping.
@cbuescher Thanks for your reply
I figured out the issue. Acually our create index with strict mapping was being bypassed and dynamic mapping because of the data stucture really exceeded the field limitation.
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.