Interface ElasticsearchSearchIndexContext
-
- All Known Implementing Classes:
ElasticsearchIndexModel
public interface ElasticsearchSearchIndexContextInformation about an index targeted by search, be it in a projection, a predicate, a sort, ...
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchIndexIdentifierContextidentifier()StringmappedTypeName()intmaxResultWindow()IndexNamesnames()
-
-
-
Method Detail
-
names
IndexNames names()
-
mappedTypeName
String mappedTypeName()
-
identifier
SearchIndexIdentifierContext identifier()
-
maxResultWindow
int maxResultWindow()
-
-