Class SearchRowLocations
java.lang.Object
com.couchbase.client.java.search.result.SearchRowLocations
@Volatile public class SearchRowLocations extends Object
A default implementation of a
SearchRowLocations.- Since:
- 2.3.0
- Author:
- Simon Baslé, Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description SearchRowLocations() -
Method Summary
Modifier and Type Method Description List<String>fields()static SearchRowLocationsfrom(JsonObject locationsJson)Parses a FTS JSON representation of aSearchRowLocations.List<SearchRowLocation>get(String field)List<SearchRowLocation>get(String field, String term)List<SearchRowLocation>getAll()Set<String>terms()List<String>termsFor(String field)StringtoString()
-
Constructor Details
-
SearchRowLocations
public SearchRowLocations()
-
-
Method Details
-
get
-
get
-
getAll
-
fields
-
termsFor
-
terms
-
from
Parses a FTS JSON representation of aSearchRowLocations. -
toString
-