All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
Modifier and Type |
Method and Description |
abstract String |
builtQuery() |
static TermsResult |
create(long time,
Map<String,Long> terms,
long missing,
long other,
long total,
String builtQuery) |
static TermsResult |
create(long time,
Map<String,Long> terms,
Map<String,List<Map<String,String>>> termsMapping,
long missing,
long other,
long total,
String builtQuery) |
abstract long |
missing() |
abstract long |
other() |
abstract Map<String,Long> |
terms() |
abstract Map<String,List<Map<String,String>>> |
termsMapping() |
abstract long |
time() |
abstract long |
total() |