Uses of Interface
org.hibernate.search.engine.spatial.GeoPoint
-
-
Uses of GeoPoint in org.hibernate.search.backend.elasticsearch.search.projection.impl
Methods in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type GeoPoint Modifier and Type Method Description voidElasticsearchDistanceToFieldProjection.Builder. center(GeoPoint center)IntegerProjectionRequestRootContext. getDistanceSortIndex(String absoluteFieldPath, GeoPoint location)Method parameters in org.hibernate.search.backend.elasticsearch.search.projection.impl with type arguments of type GeoPoint Modifier and Type Method Description ElasticsearchDistanceToFieldProjection.BuilderElasticsearchDistanceToFieldProjection.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field)Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type GeoPoint Constructor Description DistanceSortKey(String absoluteFieldPath, GeoPoint location) -
Uses of GeoPoint in org.hibernate.search.backend.elasticsearch.search.query.impl
Methods in org.hibernate.search.backend.elasticsearch.search.query.impl with parameters of type GeoPoint Modifier and Type Method Description voidElasticsearchSearchQueryBuilder. collectDistanceSort(com.google.gson.JsonElement sort, String absoluteFieldPath, GeoPoint center) -
Uses of GeoPoint in org.hibernate.search.backend.elasticsearch.search.sort.impl
Methods in org.hibernate.search.backend.elasticsearch.search.sort.impl with parameters of type GeoPoint Modifier and Type Method Description voidElasticsearchSearchSortCollector. collectDistanceSort(com.google.gson.JsonElement sort, String absoluteFieldPath, GeoPoint center) -
Uses of GeoPoint in org.hibernate.search.backend.elasticsearch.types.codec.impl
Methods in org.hibernate.search.backend.elasticsearch.types.codec.impl that return GeoPoint Modifier and Type Method Description GeoPointElasticsearchGeoPointFieldCodec. decode(com.google.gson.JsonElement element)Methods in org.hibernate.search.backend.elasticsearch.types.codec.impl with parameters of type GeoPoint Modifier and Type Method Description com.google.gson.JsonElementElasticsearchGeoPointFieldCodec. encode(GeoPoint value) -
Uses of GeoPoint in org.hibernate.search.backend.elasticsearch.types.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.types.dsl.impl that return types with arguments of type GeoPoint Modifier and Type Method Description StandardIndexFieldTypeOptionsStep<?,GeoPoint>ElasticsearchIndexFieldTypeFactoryImpl. asGeoPoint() -
Uses of GeoPoint in org.hibernate.search.backend.elasticsearch.types.predicate.impl
Method parameters in org.hibernate.search.backend.elasticsearch.types.predicate.impl with type arguments of type GeoPoint Modifier and Type Method Description org.hibernate.search.backend.elasticsearch.types.predicate.impl.ElasticsearchGeoPointSpatialWithinBoundingBoxPredicate.BuilderElasticsearchGeoPointSpatialWithinBoundingBoxPredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field)org.hibernate.search.backend.elasticsearch.types.predicate.impl.ElasticsearchGeoPointSpatialWithinCirclePredicate.BuilderElasticsearchGeoPointSpatialWithinCirclePredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field)org.hibernate.search.backend.elasticsearch.types.predicate.impl.ElasticsearchGeoPointSpatialWithinPolygonPredicate.BuilderElasticsearchGeoPointSpatialWithinPolygonPredicate.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field)Constructor parameters in org.hibernate.search.backend.elasticsearch.types.predicate.impl with type arguments of type GeoPoint Constructor Description Factory(ElasticsearchFieldCodec<GeoPoint> codec)Factory(ElasticsearchFieldCodec<GeoPoint> codec) -
Uses of GeoPoint in org.hibernate.search.backend.elasticsearch.types.sort.impl
Method parameters in org.hibernate.search.backend.elasticsearch.types.sort.impl with type arguments of type GeoPoint Modifier and Type Method Description DistanceSortBuilderElasticsearchDistanceSort.Factory. create(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<GeoPoint> field) -
Uses of GeoPoint in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
Constructors in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl with parameters of type GeoPoint Constructor Description GeoPointDistanceDocValues(org.apache.lucene.index.SortedNumericDocValues values, GeoPoint center)GeoPointDistanceMultiValuesToSingleValuesSource(String field, MultiValueMode mode, NestedDocsProvider nestedDocsProvider, GeoPoint center) -
Uses of GeoPoint in org.hibernate.search.backend.lucene.search.projection.impl
Methods in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type GeoPoint Modifier and Type Method Description voidLuceneDistanceToFieldProjection.Builder. center(GeoPoint center)Method parameters in org.hibernate.search.backend.lucene.search.projection.impl with type arguments of type GeoPoint Modifier and Type Method Description LuceneDistanceToFieldProjection.BuilderLuceneDistanceToFieldProjection.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field)Constructor parameters in org.hibernate.search.backend.lucene.search.projection.impl with type arguments of type GeoPoint Constructor Description Factory(LuceneFieldCodec<GeoPoint> codec) -
Uses of GeoPoint in org.hibernate.search.backend.lucene.types.codec.impl
Methods in org.hibernate.search.backend.lucene.types.codec.impl that return GeoPoint Modifier and Type Method Description GeoPointLuceneGeoPointFieldCodec. decode(org.apache.lucene.index.IndexableField field)Methods in org.hibernate.search.backend.lucene.types.codec.impl with parameters of type GeoPoint Modifier and Type Method Description voidLuceneGeoPointFieldCodec. addToDocument(LuceneDocumentContent documentBuilder, String absoluteFieldPath, GeoPoint value)Constructors in org.hibernate.search.backend.lucene.types.codec.impl with parameters of type GeoPoint Constructor Description LuceneGeoPointFieldCodec(Indexing indexing, DocValues docValues, Storage storage, GeoPoint indexNullAsValue) -
Uses of GeoPoint in org.hibernate.search.backend.lucene.types.dsl.impl
Methods in org.hibernate.search.backend.lucene.types.dsl.impl that return types with arguments of type GeoPoint Modifier and Type Method Description StandardIndexFieldTypeOptionsStep<?,GeoPoint>LuceneIndexFieldTypeFactoryImpl. asGeoPoint() -
Uses of GeoPoint in org.hibernate.search.backend.lucene.types.predicate.impl
Method parameters in org.hibernate.search.backend.lucene.types.predicate.impl with type arguments of type GeoPoint Modifier and Type Method Description org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinBoundingBoxPredicate.BuilderLuceneGeoPointSpatialWithinBoundingBoxPredicate.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field)org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinCirclePredicate.BuilderLuceneGeoPointSpatialWithinCirclePredicate.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field)org.hibernate.search.backend.lucene.types.predicate.impl.LuceneGeoPointSpatialWithinPolygonPredicate.BuilderLuceneGeoPointSpatialWithinPolygonPredicate.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field) -
Uses of GeoPoint in org.hibernate.search.backend.lucene.types.sort.comparatorsource.impl
Constructors in org.hibernate.search.backend.lucene.types.sort.comparatorsource.impl with parameters of type GeoPoint Constructor Description LuceneGeoPointDistanceComparatorSource(String nestedDocumentPath, GeoPoint center, double missingValue, MultiValueMode mode, org.apache.lucene.search.Query filter) -
Uses of GeoPoint in org.hibernate.search.backend.lucene.types.sort.impl
Method parameters in org.hibernate.search.backend.lucene.types.sort.impl with type arguments of type GeoPoint Modifier and Type Method Description DistanceSortBuilderLuceneGeoPointDistanceSort.Factory. create(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<GeoPoint> field) -
Uses of GeoPoint in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl that return types with arguments of type GeoPoint Modifier and Type Method Description StandardIndexFieldTypeOptionsStep<?,GeoPoint>IndexFieldTypeFactory. asGeoPoint()Define a field type whose values are represented as aGeoPointin Hibernate Search. -
Uses of GeoPoint in org.hibernate.search.engine.cfg.spi
Methods in org.hibernate.search.engine.cfg.spi that return GeoPoint Modifier and Type Method Description static GeoPointParseUtils. parseGeoPoint(String value) -
Uses of GeoPoint in org.hibernate.search.engine.logging.impl
Methods in org.hibernate.search.engine.logging.impl with parameters of type GeoPoint Modifier and Type Method Description IllegalArgumentExceptionLog_$logger. invalidGeoPolygonFirstPointNotIdenticalToLastPoint(GeoPoint firstPoint, GeoPoint lastPoint)IllegalArgumentExceptionLog. invalidGeoPolygonFirstPointNotIdenticalToLastPoint(GeoPoint firstPoint, GeoPoint lastPoint) -
Uses of GeoPoint in org.hibernate.search.engine.search.predicate.dsl
Methods in org.hibernate.search.engine.search.predicate.dsl with parameters of type GeoPoint Modifier and Type Method Description default NSpatialWithinPredicateAreaStep. circle(GeoPoint center, double radiusInMeters)Require at least one of the targeted fields to point to a location within the given circle, i.e.NSpatialWithinPredicateAreaStep. circle(GeoPoint center, double radius, DistanceUnit unit)Require at least one of the targeted fields to point to a location within the given circle, i.e. -
Uses of GeoPoint in org.hibernate.search.engine.search.predicate.spi
Methods in org.hibernate.search.engine.search.predicate.spi with parameters of type GeoPoint Modifier and Type Method Description voidSpatialWithinCirclePredicateBuilder. circle(GeoPoint center, double radius, DistanceUnit unit) -
Uses of GeoPoint in org.hibernate.search.engine.search.projection.dsl
Methods in org.hibernate.search.engine.search.projection.dsl with parameters of type GeoPoint Modifier and Type Method Description DistanceToFieldProjectionValueStep<?,Double>SearchProjectionFactory. distance(String fieldPath, GeoPoint center)Project on the distance from the center to aGeoPointfield. -
Uses of GeoPoint in org.hibernate.search.engine.search.projection.dsl.impl
Constructors in org.hibernate.search.engine.search.projection.dsl.impl with parameters of type GeoPoint Constructor Description DistanceToFieldProjectionValueStepImpl(SearchProjectionDslContext<?> dslContext, String fieldPath, GeoPoint center) -
Uses of GeoPoint in org.hibernate.search.engine.search.projection.dsl.spi
Methods in org.hibernate.search.engine.search.projection.dsl.spi with parameters of type GeoPoint Modifier and Type Method Description DistanceToFieldProjectionValueStep<?,Double>AbstractSearchProjectionFactory. distance(String fieldPath, GeoPoint center) -
Uses of GeoPoint in org.hibernate.search.engine.search.projection.spi
Methods in org.hibernate.search.engine.search.projection.spi with parameters of type GeoPoint Modifier and Type Method Description voidDistanceToFieldProjectionBuilder. center(GeoPoint center) -
Uses of GeoPoint in org.hibernate.search.engine.search.sort.dsl
Methods in org.hibernate.search.engine.search.sort.dsl with parameters of type GeoPoint Modifier and Type Method Description DistanceSortOptionsStep<?,PDF>ExtendedSearchSortFactory. distance(String fieldPath, GeoPoint location)DistanceSortOptionsStep<?,? extends SearchPredicateFactory>SearchSortFactory. distance(String fieldPath, GeoPoint location)Order elements by the distance from the location stored in the specified field to the location specified.NDistanceSortMissingValueBehaviorStep. use(GeoPoint value)When documents are missing a value on the sort field, use the given value instead. -
Uses of GeoPoint in org.hibernate.search.engine.search.sort.dsl.impl
Methods in org.hibernate.search.engine.search.sort.dsl.impl with parameters of type GeoPoint Modifier and Type Method Description DistanceSortOptionsStepImpl<PDF>DistanceSortOptionsStepImpl. use(GeoPoint value)Constructors in org.hibernate.search.engine.search.sort.dsl.impl with parameters of type GeoPoint Constructor Description DistanceSortOptionsStepImpl(SearchSortDslContext<?,? extends PDF> dslContext, String fieldPath, GeoPoint center) -
Uses of GeoPoint in org.hibernate.search.engine.search.sort.dsl.spi
Methods in org.hibernate.search.engine.search.sort.dsl.spi with parameters of type GeoPoint Modifier and Type Method Description DistanceSortOptionsStep<?,PDF>AbstractSearchSortFactory. distance(String fieldPath, GeoPoint location) -
Uses of GeoPoint in org.hibernate.search.engine.search.sort.spi
Methods in org.hibernate.search.engine.search.sort.spi with parameters of type GeoPoint Modifier and Type Method Description voidDistanceSortBuilder. center(GeoPoint center)voidDistanceSortBuilder. missingAs(GeoPoint value) -
Uses of GeoPoint in org.hibernate.search.engine.spatial
Methods in org.hibernate.search.engine.spatial that return GeoPoint Modifier and Type Method Description GeoPointGeoBoundingBox. bottomRight()static GeoPointGeoPoint. of(double latitude, double longitude)Create aGeoPointfrom a latitude and a longitude.GeoPointGeoBoundingBox. topLeft()Methods in org.hibernate.search.engine.spatial that return types with arguments of type GeoPoint Modifier and Type Method Description List<GeoPoint>GeoPolygon. points()Methods in org.hibernate.search.engine.spatial with parameters of type GeoPoint Modifier and Type Method Description static GeoBoundingBoxGeoBoundingBox. of(GeoPoint topLeft, GeoPoint bottomRight)Create aGeoBoundingBoxfrom the top-left and bottom-right corners.static GeoPolygonGeoPolygon. of(GeoPoint firstPoint, GeoPoint secondPoint, GeoPoint thirdPoint, GeoPoint fourthPoint, GeoPoint... additionalPoints)Create aGeoPolygonfrom points.Method parameters in org.hibernate.search.engine.spatial with type arguments of type GeoPoint Modifier and Type Method Description static GeoPolygonGeoPolygon. of(List<GeoPoint> points)Create aGeoPolygonfrom a list of points. -
Uses of GeoPoint in org.hibernate.search.mapper.pojo.bridge.builtin.impl
Methods in org.hibernate.search.mapper.pojo.bridge.builtin.impl that return GeoPoint Modifier and Type Method Description protected GeoPointDefaultGeoPointBridge. fromString(String value)Methods in org.hibernate.search.mapper.pojo.bridge.builtin.impl with parameters of type GeoPoint Modifier and Type Method Description protected StringDefaultGeoPointBridge. toString(GeoPoint value)
-