Hardy Ferentschik commented on an issue
Hibernate Search / Bug HSEARCH-1266
Incorrect example for Coordinates in Spatial document
In the spatial documentation on http://docs.jboss.org/hibernate/search/4.2/reference/en-US/html/spatial.html under section 9.1.2. "Indexing coordinates in a Grid with Quad Trees", it says "add the @Latitude and @Longitude annotations on the properties representing your coordinates; "

However, to make it work I had to use "9.1.3. Implementing the Coord...