Currently in `ShapeLuceneRDD` all input fields are indexed. However, a common use case is to index only the spatial part of the input. Implementation will require a zipWithIndex on the RDD data Done: - Provide support for spatial only index creation
Currently in
ShapeLuceneRDDall input fields are indexed. However, a common use case is to index only the spatial part of the input.Implementation will require a zipWithIndex on the RDD data
Done: