Class AggregationKey<A>
java.lang.Object
org.hibernate.search.engine.search.aggregation.AggregationKey<A>
- Type Parameters:
A
- The type of result for this aggregation.
A key allowing to retrieve an aggregation from the search result.
- See Also:
-
Method Summary
-
Method Details
-
of
- Type Parameters:
A
- The type of result for this aggregation.- Parameters:
name
- The name of the aggregation. All root aggregation names must be unique within a single query.- Returns:
- A new aggregation key.
-
toString
-
equals
-
hashCode
public int hashCode() -
name
- Returns:
- The name passed to
of(String)
.
-