Class ElasticsearchSearchAggregationBuilderFactory
java.lang.Object
org.hibernate.search.backend.elasticsearch.search.aggregation.impl.ElasticsearchSearchAggregationBuilderFactory
- All Implemented Interfaces:
SearchAggregationBuilderFactory
public class ElasticsearchSearchAggregationBuilderFactory
extends Object
implements SearchAggregationBuilderFactory
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionSearchAggregationBuilder<com.google.gson.JsonObject>fromJson(com.google.gson.JsonObject jsonObject) SearchAggregationBuilder<com.google.gson.JsonObject>
-
Constructor Details
-
ElasticsearchSearchAggregationBuilderFactory
-
-
Method Details
-
fromJson
public SearchAggregationBuilder<com.google.gson.JsonObject> fromJson(com.google.gson.JsonObject jsonObject) -
fromJson
-
withParameters
- Specified by:
withParametersin interfaceSearchAggregationBuilderFactory
-