polyfractal / sherlock

MIT License
119 stars 28 forks source link

Add geo_point mapping #46

Closed brianseitel closed 11 years ago

brianseitel commented 11 years ago

Summary

Adds in the geo_point mapping to Sherlock.

Example

$mappings[] = \Sherlock\Sherlock::mappingBuilder('foo') // type
                                      ->GeoPoint() // geo point object
                                      ->field('geo_location'); // field name
polyfractal commented 11 years ago

Thanks!