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
Constructors Constructor Description ElasticsearchSearchAggregationBuilderFactory(ElasticsearchSearchIndexScope<?> scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchAggregationBuilder<com.google.gson.JsonObject>fromJson(com.google.gson.JsonObject jsonObject)SearchAggregationBuilder<com.google.gson.JsonObject>fromJson(String jsonString)
-
-
-
Constructor Detail
-
ElasticsearchSearchAggregationBuilderFactory
public ElasticsearchSearchAggregationBuilderFactory(ElasticsearchSearchIndexScope<?> scope)
-
-
Method Detail
-
fromJson
public SearchAggregationBuilder<com.google.gson.JsonObject> fromJson(com.google.gson.JsonObject jsonObject)
-
fromJson
public SearchAggregationBuilder<com.google.gson.JsonObject> fromJson(String jsonString)
-
-