Uses of Interface
org.hibernate.search.engine.search.projection.spi.DistanceToFieldProjectionBuilder
-
-
Uses of DistanceToFieldProjectionBuilder in org.hibernate.search.backend.elasticsearch.search.projection.impl
Classes in org.hibernate.search.backend.elasticsearch.search.projection.impl that implement DistanceToFieldProjectionBuilder Modifier and Type Class Description static classElasticsearchDistanceToFieldProjection.Builder -
Uses of DistanceToFieldProjectionBuilder in org.hibernate.search.backend.lucene.search.projection.impl
Classes in org.hibernate.search.backend.lucene.search.projection.impl that implement DistanceToFieldProjectionBuilder Modifier and Type Class Description static classLuceneDistanceToFieldProjection.Builder -
Uses of DistanceToFieldProjectionBuilder in org.hibernate.search.engine.search.projection.dsl.impl
Fields in org.hibernate.search.engine.search.projection.dsl.impl declared as DistanceToFieldProjectionBuilder Modifier and Type Field Description protected DistanceToFieldProjectionBuilderDistanceToFieldProjectionOptionsStepImpl. distanceFieldProjectionBuilder -
Uses of DistanceToFieldProjectionBuilder in org.hibernate.search.engine.search.projection.spi
Fields in org.hibernate.search.engine.search.projection.spi with type parameters of type DistanceToFieldProjectionBuilder Modifier and Type Field Description static SearchQueryElementTypeKey<DistanceToFieldProjectionBuilder>ProjectionTypeKeys. DISTANCE
-