is ignore_malformed option the proper way to keep non-geopoint formats not indexed? My concern is whether there is any performance impact if my data has a lot of null and out of range latlon values
Is there a standard practice to error handle these non-geopoint values?
Because there might not be any geopoint for some records, so "null" is possible. When ingesting null, there will be exception. Using ignore_malformed option might have subside the issue but my concern is whether there will be any performance issue behind the scene
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.