Package | Description |
---|---|
org.hibernate.search.engine.search.dsl.predicate | |
org.hibernate.search.engine.search.predicate.spi | |
org.hibernate.search.engine.spatial |
Modifier and Type | Method and Description |
---|---|
SearchPredicateTerminalContext |
SpatialWithinPredicateFieldSetContext.boundingBox(GeoBoundingBox boundingBox)
Require at least one of the targeted fields to point to a location within the given box (~rectangle).
|
Modifier and Type | Method and Description |
---|---|
void |
SpatialWithinBoundingBoxPredicateBuilder.boundingBox(GeoBoundingBox boundingBox) |
Modifier and Type | Method and Description |
---|---|
static GeoBoundingBox |
GeoBoundingBox.of(double topLeftLatitude,
double topLeftLongitude,
double bottomRightLatitude,
double bottomRightLongitude)
Create a
GeoBoundingBox from the latitude and longitude of the top-left and bottom-right corners. |
static GeoBoundingBox |
GeoBoundingBox.of(GeoPoint topLeft,
GeoPoint bottomRight)
Create a
GeoBoundingBox from the top-left and bottom-right corners. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.