Uses of Class
org.elasticsearch.index.query.QueryShardException
-
Packages that use QueryShardException Package Description org.elasticsearch.index.query org.elasticsearch.search.aggregations.bucket.significant.heuristics -
-
Uses of QueryShardException in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that throw QueryShardException Modifier and Type Method Description protected QueryRegexpQueryBuilder. doToQuery(QueryShardContext context) -
Uses of QueryShardException in org.elasticsearch.search.aggregations.bucket.significant.heuristics
Methods in org.elasticsearch.search.aggregations.bucket.significant.heuristics that throw QueryShardException Modifier and Type Method Description static SignificanceHeuristicJLHScore. parse(XContentParser parser)SignificanceHeuristicNXYSignificanceHeuristic.NXYParser. parse(XContentParser parser)static SignificanceHeuristicPercentageScore. parse(XContentParser parser)static SignificanceHeuristicScriptHeuristic. parse(XContentParser parser)
-