Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
org.hibernate.search.query.dsl.sort | |
org.hibernate.search.query.engine.spi | |
org.hibernate.search.spatial |
Modifier and Type | Method and Description |
---|---|
SpatialTermination |
WithinContext.ofCoordinates(Coordinates coordinates)
Coordinate object representing the center of the search
|
Modifier and Type | Method and Description |
---|---|
SortDistanceFieldAndReferenceContext |
SortDistanceFieldContext.fromCoordinates(Coordinates coordinates)
Sort by the distance to the given
Coordinates . |
Modifier and Type | Method and Description |
---|---|
HSQuery |
HSQuery.setSpatialParameters(Coordinates center,
String fieldName)
setSpatialParameters.
|
Modifier and Type | Method and Description |
---|---|
Coordinates |
DistanceSortField.getCenter() |
Constructor and Description |
---|
DistanceSortField(Coordinates center,
String fieldName) |
DistanceSortField(Coordinates center,
String fieldName,
boolean reverse) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.