Closed brianseitel closed 11 years ago
Adds in the geo_point mapping to Sherlock.
$mappings[] = \Sherlock\Sherlock::mappingBuilder('foo') // type ->GeoPoint() // geo point object ->field('geo_location'); // field name
Thanks!
Summary
Adds in the geo_point mapping to Sherlock.
Example