I have few records in DB having latitude and longitude value 0. I am storing them as a geo points in elastic search.
"location": {
"lat": 0,
"lon": 0
}
Could I filter to ignore records having lat = 0 and lon = 0 ? There is query to specify the range but can't find anything to exclude records having 0 lat & lon?
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.