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