Uses of Interface
org.hibernate.search.query.dsl.SpatialMatchingContext

Packages that use SpatialMatchingContext
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 SpatialMatchingContext in org.hibernate.search.query.dsl
 

Methods in org.hibernate.search.query.dsl that return SpatialMatchingContext
 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.
 

Uses of SpatialMatchingContext in org.hibernate.search.query.dsl.impl
 

Classes in org.hibernate.search.query.dsl.impl that implement SpatialMatchingContext
 class ConnectedSpatialMatchingContext
           
 

Methods in org.hibernate.search.query.dsl.impl that return SpatialMatchingContext
 SpatialMatchingContext ConnectedSpatialContext.onCoordinates(String field)
           
 SpatialMatchingContext ConnectedSpatialContext.onDefaultCoordinates()
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved