Class ElasticsearchGeoPointSpatialWithinPolygonPredicate.Factory
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.search.common.impl.AbstractElasticsearchValueFieldSearchQueryElementFactory<SpatialWithinPolygonPredicateBuilder,GeoPoint>
-
- org.hibernate.search.backend.elasticsearch.types.predicate.impl.ElasticsearchGeoPointSpatialWithinPolygonPredicate.Factory
-
- All Implemented Interfaces:
SearchQueryElementFactory<SpatialWithinPolygonPredicateBuilder,ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexValueFieldContext<GeoPoint>>
- Enclosing class:
- ElasticsearchGeoPointSpatialWithinPolygonPredicate
public static class ElasticsearchGeoPointSpatialWithinPolygonPredicate.Factory extends AbstractElasticsearchValueFieldSearchQueryElementFactory<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.elasticsearch.types.predicate.impl.ElasticsearchGeoPointSpatialWithinPolygonPredicate.Buildercreate(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field)-
Methods inherited from class org.hibernate.search.backend.elasticsearch.search.common.impl.AbstractElasticsearchValueFieldSearchQueryElementFactory
checkCompatibleWith
-
-
-
-
Method Detail
-
create
public org.hibernate.search.backend.elasticsearch.types.predicate.impl.ElasticsearchGeoPointSpatialWithinPolygonPredicate.Builder create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field)
- Specified by:
createin interfaceSearchQueryElementFactory<SpatialWithinPolygonPredicateBuilder,ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexValueFieldContext<GeoPoint>>- Specified by:
createin classAbstractElasticsearchValueFieldSearchQueryElementFactory<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).
-
-