Interface ProjectionRequestRootContext
-
- All Superinterfaces:
ProjectionRequestContext
public interface ProjectionRequestRootContext extends ProjectionRequestContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetDistanceSortIndex(String absoluteFieldPath, GeoPoint location)ElasticsearchSearchSyntaxgetSearchSyntax()ElasticsearchSearchHighlighterhighlighter(String highlighterName)ElasticsearchSearchHighlighterqueryHighlighter()-
Methods inherited from interface org.hibernate.search.backend.elasticsearch.search.projection.impl.ProjectionRequestContext
absoluteCurrentFieldPath, checkNotNested, checkValidField, forField, relativeCurrentFieldPathComponents, root
-
-
-
-
Method Detail
-
getSearchSyntax
ElasticsearchSearchSyntax getSearchSyntax()
-
highlighter
ElasticsearchSearchHighlighter highlighter(String highlighterName)
-
queryHighlighter
ElasticsearchSearchHighlighter queryHighlighter()
-
-