Uses of Class
com.couchbase.client.java.search.result.facets.TermRange
-
Packages that use TermRange Package Description com.couchbase.client.java.search.result.facets -
-
Uses of TermRange in com.couchbase.client.java.search.result.facets
Methods in com.couchbase.client.java.search.result.facets that return types with arguments of type TermRange Modifier and Type Method Description List<TermRange>
DefaultTermFacetResult. terms()
List<TermRange>
TermFacetResult. terms()
Constructor parameters in com.couchbase.client.java.search.result.facets with type arguments of type TermRange Constructor Description DefaultTermFacetResult(String name, String field, long total, long missing, long other, List<TermRange> terms)
-