| Package | Description |
|---|---|
| org.hibernate.search.engine.search.predicate.dsl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpatialWithinPredicateAreaStep<N extends SpatialWithinPredicateOptionsStep<?>>
The step in a "within" predicate definition where the area to match can be set.
|
interface |
SpatialWithinPredicateFieldMoreStep<S extends SpatialWithinPredicateFieldMoreStep<?,N>,N extends SpatialWithinPredicateOptionsStep<?>>
The step in a "within" predicate definition where the area to match can be set
(see the superinterface
SpatialWithinPredicateAreaStep),
or optional parameters for the last targeted field(s) can be set,
or more target fields can be added. |
interface |
SpatialWithinPredicateOptionsStep<S extends SpatialWithinPredicateOptionsStep<?>>
The final step in a "within" predicate definition, where optional parameters can be set.
|
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.