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.impl |
Modifier and Type | Method and Description |
---|---|
static Unit |
Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Unit[] |
Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
WithinContext |
SpatialMatchingContext.within(double distance,
Unit unit) |
Modifier and Type | Method and Description |
---|---|
Unit |
SpatialQueryContext.getDistanceUnit() |
Modifier and Type | Method and Description |
---|---|
void |
SpatialQueryContext.setRadius(double distance,
Unit unit) |
WithinContext |
ConnectedSpatialMatchingContext.within(double distance,
Unit unit) |
WithinContext |
ConnectedSpatialContext.within(double distance,
Unit unit) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved