Package | Description |
---|---|
com.couchbase.client.java.search.result |
Holds search result classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
List<SearchTermRange> |
TermSearchFacetResult.terms() |
Constructor and Description |
---|
TermSearchFacetResult(String name,
String field,
long total,
long missing,
long other,
List<SearchTermRange> terms) |
Copyright © 2021 Couchbase, Inc.. All rights reserved.