Hi, I am trying location aware search with spatial example found in http://www.ibm.com/developerworks/java/library/j-spatial/#indexing.approaches.
The schema.xml has geohash field ,but this field is not present in any of the .osm files(present in data folder) used to index. Am not able to understand how value is assigned to it , so that when i give this query
http://localhost:8983/solr/select/?q=_val_:"recip (ghhsin(geohash(44.79, -93), geohash, 3963.205), 1, 1, 0)"^100
result set has geohash value retrieved . How is it happening? pls help me. Thanks in advance.