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 |
---|---|
SpatialMatchingContext |
SpatialContext.onCoordinates(String field)
An entity can have multiple
Spatial annotations defining
different sets of coordinates. |
SpatialMatchingContext |
SpatialContext.onDefaultCoordinates()
Used to create Spatial Queries on the default coordinates of
an entity.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectedSpatialMatchingContext |
Modifier and Type | Method and Description |
---|---|
SpatialMatchingContext |
ConnectedSpatialContext.onCoordinates(String field) |
SpatialMatchingContext |
ConnectedSpatialContext.onDefaultCoordinates() |
Copyright © 2006–2014 Hibernate. All rights reserved.