org.hibernate.search.query.dsl.impl
Class ConnectedSpatialMatchingContext

java.lang.Object
  extended by org.hibernate.search.query.dsl.impl.ConnectedSpatialMatchingContext
All Implemented Interfaces:
SpatialMatchingContext

public class ConnectedSpatialMatchingContext
extends Object
implements SpatialMatchingContext

Author:
Emmanuel Bernard

Constructor Summary
ConnectedSpatialMatchingContext(QueryBuildingContext queryContext, org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer, SpatialQueryContext spatialContext, ConnectedQueryBuilder queryBuilder)
           
 
Method Summary
 WithinContext within(double distance, Unit unit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectedSpatialMatchingContext

public ConnectedSpatialMatchingContext(QueryBuildingContext queryContext,
                                       org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
                                       SpatialQueryContext spatialContext,
                                       ConnectedQueryBuilder queryBuilder)
Method Detail

within

public WithinContext within(double distance,
                            Unit unit)
Specified by:
within in interface SpatialMatchingContext


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