Package org.apache.druid.query.search
Class SearchHit
- java.lang.Object
-
- org.apache.druid.query.search.SearchHit
-
- All Implemented Interfaces:
Comparable<SearchHit>
public class SearchHit extends Object implements Comparable<SearchHit>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(SearchHit o)booleanequals(Object o)IntegergetCount()StringgetDimension()StringgetValue()inthashCode()StringtoString()
-