Interface ProjectionRequestRootContext
- All Superinterfaces:
ProjectionRequestContext
-
Method Summary
Modifier and TypeMethodDescriptiongetDistanceSortIndex(String absoluteFieldPath, GeoPoint location) highlighter(String highlighterName) booleanisCompatibleHighlighter(String highlighterName, ProjectionAccumulator.Provider<?, ?> accumulatorProvider) Methods inherited from interface org.hibernate.search.backend.elasticsearch.search.projection.impl.ProjectionRequestContext
absoluteCurrentFieldPath, checkNotNested, checkValidField, forField, projectionCardinalityCorrectlyAddressed, queryParameters, relativeCurrentFieldPathComponents, root
-
Method Details
-
getDistanceSortIndex
-
getSearchSyntax
ElasticsearchSearchSyntax getSearchSyntax() -
highlighter
-
queryHighlighter
ElasticsearchSearchHighlighter queryHighlighter() -
isCompatibleHighlighter
boolean isCompatibleHighlighter(String highlighterName, ProjectionAccumulator.Provider<?, ?> accumulatorProvider)
-