Hi, I want to index some geo 3d points(which have lat/lon and altitude) by elasticsearch, but elasticsearch currently has no support for 3d points.
I find there is a spatial3d module in lucene, but there seems no examples about this module. Any documentation about this module(e.g. best practice)? Thanks