Uses of Interface
org.hibernate.search.query.dsl.SpatialMatchingContext
-
Packages that use SpatialMatchingContext Package Description org.hibernate.search.query.dsl Provide a domain specific language to write Lucene queries and create faceting requests. -
-
Uses of SpatialMatchingContext in org.hibernate.search.query.dsl
Subinterfaces of SpatialMatchingContext in org.hibernate.search.query.dsl Modifier and Type Interface Description interfaceSpatialContextDeprecated.See the deprecation note onQueryBuilder.Methods in org.hibernate.search.query.dsl that return SpatialMatchingContext Modifier and Type Method Description SpatialMatchingContextSpatialContext. onField(String fieldName)Deprecated.Used to select the spatial field/coordinates used for this query.
-