Class LuceneGeoPointSpatialWithinCirclePredicate.Factory
java.lang.Object
org.hibernate.search.backend.lucene.search.common.impl.AbstractLuceneValueFieldSearchQueryElementFactory<SpatialWithinCirclePredicateBuilder,GeoPoint>
org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinCirclePredicate.Factory
- All Implemented Interfaces:
SearchQueryElementFactory<SpatialWithinCirclePredicateBuilder,LuceneSearchIndexScope<?>, LuceneSearchIndexValueFieldContext<GeoPoint>>
- Enclosing class:
- LuceneGeoPointSpatialWithinCirclePredicate
public static class LuceneGeoPointSpatialWithinCirclePredicate.Factory
extends AbstractLuceneValueFieldSearchQueryElementFactory<SpatialWithinCirclePredicateBuilder,GeoPoint>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinCirclePredicate.Buildercreate(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field) Methods inherited from class org.hibernate.search.backend.lucene.search.common.impl.AbstractLuceneValueFieldSearchQueryElementFactory
checkCompatibleWith
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
public org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinCirclePredicate.Builder create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field) - Specified by:
createin interfaceSearchQueryElementFactory<SpatialWithinCirclePredicateBuilder,LuceneSearchIndexScope<?>, LuceneSearchIndexValueFieldContext<GeoPoint>> - Specified by:
createin classAbstractLuceneValueFieldSearchQueryElementFactory<SpatialWithinCirclePredicateBuilder,GeoPoint> - Parameters:
scope- The search context, i.e. information regarding the targeted indexes.field- The targeted index node.- Returns:
- The query element, or an intermediary builder (depending on the factory type).
-