Class LuceneGeoPointSpatialWithinPolygonPredicate.Factory
- java.lang.Object
-
- org.hibernate.search.backend.lucene.search.common.impl.AbstractLuceneValueFieldSearchQueryElementFactory<SpatialWithinPolygonPredicateBuilder,GeoPoint>
-
- org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinPolygonPredicate.Factory
-
- All Implemented Interfaces:
SearchQueryElementFactory<SpatialWithinPolygonPredicateBuilder,LuceneSearchIndexScope<?>,LuceneSearchIndexValueFieldContext<GeoPoint>>
- Enclosing class:
- LuceneGeoPointSpatialWithinPolygonPredicate
public static class LuceneGeoPointSpatialWithinPolygonPredicate.Factory extends AbstractLuceneValueFieldSearchQueryElementFactory<SpatialWithinPolygonPredicateBuilder,GeoPoint>
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinPolygonPredicate.Buildercreate(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field)-
Methods inherited from class org.hibernate.search.backend.lucene.search.common.impl.AbstractLuceneValueFieldSearchQueryElementFactory
checkCompatibleWith
-
-
-
-
Method Detail
-
create
public org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinPolygonPredicate.Builder create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field)
- Specified by:
createin interfaceSearchQueryElementFactory<SpatialWithinPolygonPredicateBuilder,LuceneSearchIndexScope<?>,LuceneSearchIndexValueFieldContext<GeoPoint>>- Specified by:
createin classAbstractLuceneValueFieldSearchQueryElementFactory<SpatialWithinPolygonPredicateBuilder,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).
-
-