org.hibernate.search.query.dsl
Interface SpatialContext

All Superinterfaces:
QueryCustomization<SpatialContext>
All Known Implementing Classes:
ConnectedSpatialContext

public interface SpatialContext
extends QueryCustomization<SpatialContext>

Author:
Emmanuel Bernard

Method Summary
 SpatialMatchingContext onCoordinates(String field)
           
 
Methods inherited from interface org.hibernate.search.query.dsl.QueryCustomization
boostedTo, filteredBy, withConstantScore
 

Method Detail

onCoordinates

SpatialMatchingContext onCoordinates(String field)


Copyright © 2006-2013 Hibernate. All Rights Reserved.