Uses of Interface
com.couchbase.client.java.search.result.rows.RowLocations
-
Packages that use RowLocations Package Description com.couchbase.client.java.search.result com.couchbase.client.java.search.result.rows -
-
Uses of RowLocations in com.couchbase.client.java.search.result
Methods in com.couchbase.client.java.search.result that return RowLocations Modifier and Type Method Description RowLocations
SearchQueryRow. locations()
This rows's location, as anRowLocations
map-like object.Constructors in com.couchbase.client.java.search.result with parameters of type RowLocations Constructor Description SearchQueryRow(String index, String id, double score, JsonObject explanation, RowLocations locations, Map<String,List<String>> fragments, Map<String,String> fields)
-
Uses of RowLocations in com.couchbase.client.java.search.result.rows
Classes in com.couchbase.client.java.search.result.rows that implement RowLocations Modifier and Type Class Description class
DefaultRowLocations
A default implementation of aRowLocations
.Methods in com.couchbase.client.java.search.result.rows that return RowLocations Modifier and Type Method Description RowLocations
DefaultRowLocations. add(RowLocation l)
RowLocations
RowLocations. add(RowLocation l)
add a location and allow method chainingstatic RowLocations
DefaultRowLocations. from(JsonObject locationsJson)
Parses a FTS JSON representation of aRowLocations
.
-