|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Unit | |
---|---|
org.hibernate.search.query.dsl | Provide a domain specific language to write Lucene queries and create faceting requests. |
org.hibernate.search.query.dsl.impl |
Uses of Unit in org.hibernate.search.query.dsl |
---|
Methods in org.hibernate.search.query.dsl that return Unit | |
---|---|
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. |
Methods in org.hibernate.search.query.dsl with parameters of type Unit | |
---|---|
WithinContext |
SpatialMatchingContext.within(double distance,
Unit unit)
|
Uses of Unit in org.hibernate.search.query.dsl.impl |
---|
Methods in org.hibernate.search.query.dsl.impl that return Unit | |
---|---|
Unit |
SpatialQueryContext.getDistanceUnit()
|
Methods in org.hibernate.search.query.dsl.impl with parameters of type Unit | |
---|---|
void |
SpatialQueryContext.setRadius(double distance,
Unit unit)
|
WithinContext |
ConnectedSpatialMatchingContext.within(double distance,
Unit unit)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |