Class SearchRowLocations
java.lang.Object
com.couchbase.client.java.search.result.SearchRowLocations
A default implementation of a
SearchRowLocations
.- Since:
- 2.3.0
- Author:
- Simon Baslé, Michael Nitschinger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfields()
static SearchRowLocations
from
(JsonObject locationsJson) Parses a FTS JSON representation of aSearchRowLocations
.getAll()
terms()
toString()
-
Constructor Details
-
SearchRowLocations
public SearchRowLocations()
-
-
Method Details
-
get
-
get
-
getAll
-
fields
-
termsFor
-
terms
-
from
Parses a FTS JSON representation of aSearchRowLocations
. -
toString
-