| Package | Description |
|---|---|
| org.hibernate.search.engine.search.dsl.sort | |
| org.hibernate.search.engine.search.dsl.sort.spi |
| Modifier and Type | Method and Description |
|---|---|
default DistanceSortOptionsStep |
SearchSortFactory.byDistance(String absoluteFieldPath,
double latitude,
double longitude)
Order elements by the distance from the location stored in the specified field to the location specified.
|
DistanceSortOptionsStep |
SearchSortFactory.byDistance(String absoluteFieldPath,
GeoPoint location)
Order elements by the distance from the location stored in the specified field to the location specified.
|
| Modifier and Type | Method and Description |
|---|---|
DistanceSortOptionsStep |
DelegatingSearchSortFactory.byDistance(String absoluteFieldPath,
double latitude,
double longitude) |
DistanceSortOptionsStep |
DelegatingSearchSortFactory.byDistance(String absoluteFieldPath,
GeoPoint location) |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.