org.hibernate.search.query.dsl.impl
Class ConnectedSpatialQueryBuilder
java.lang.Object
org.hibernate.search.query.dsl.impl.ConnectedSpatialQueryBuilder
- All Implemented Interfaces:
- SpatialTermination, Termination<SpatialTermination>
public class ConnectedSpatialQueryBuilder
- extends Object
- implements SpatialTermination
- Author:
- Emmanuel Bernard
Method Summary |
org.apache.lucene.search.Query |
createQuery()
Return the lucene query representing the operation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectedSpatialQueryBuilder
public ConnectedSpatialQueryBuilder(SpatialQueryContext spatialContext,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext,
ConnectedQueryBuilder queryBuilder)
createQuery
public org.apache.lucene.search.Query createQuery()
- Description copied from interface:
Termination
- Return the lucene query representing the operation
- Specified by:
createQuery
in interface Termination<SpatialTermination>
Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved