Interface | Description |
---|---|
Coordinates |
Minimum interface for a field/method to be spatial hash indexable
|
Class | Description |
---|---|
DistanceSortField |
Lucene SortField for sorting documents which have been indexed with Hibernate Search spatial
|
SpatialFieldBridge | |
SpatialFieldBridgeByHash |
Hibernate Search field bridge, binding a Coordinates to a spatial hash field in the index
|
SpatialFieldBridgeByRange |
Hibernate Search field bridge using Range Spatial, binding a Coordinates to two numeric fields for latitude and Longitude
|
SpatialQueryBuilder |
The SpatialQueryBuilder hold builder methods for Hash, Distance and Spatial (Hash+Distance) filters
and queries
|
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved