Uses of Class
com.couchbase.client.java.search.result.RowLocation
-
Packages that use RowLocation Package Description com.couchbase.client.java.search.result Holds search result classes and interfaces. -
-
Uses of RowLocation in com.couchbase.client.java.search.result
Methods in com.couchbase.client.java.search.result that return types with arguments of type RowLocation Modifier and Type Method Description List<RowLocation>
DefaultRowLocations. get(String field)
List<RowLocation>
DefaultRowLocations. get(String field, String term)
List<RowLocation>
RowLocations. get(String field)
list all locations for a given field (any term)List<RowLocation>
RowLocations. get(String field, String term)
list all locations for a given field and termList<RowLocation>
DefaultRowLocations. getAll()
List<RowLocation>
RowLocations. getAll()
list all locations (any field, any term)Methods in com.couchbase.client.java.search.result with parameters of type RowLocation Modifier and Type Method Description RowLocations
DefaultRowLocations. add(RowLocation l)
RowLocations
RowLocations. add(RowLocation l)
add a location and allow method chaining
-