Uses of Class
com.couchbase.client.java.search.result.SearchRowLocations
Package | Description |
---|---|
com.couchbase.client.java.search.result |
Holds search result classes and interfaces.
|
-
Uses of SearchRowLocations in com.couchbase.client.java.search.result
Methods in com.couchbase.client.java.search.result that return SearchRowLocations Modifier and Type Method Description static SearchRowLocations
SearchRowLocations. from(JsonObject locationsJson)
Parses a FTS JSON representation of aSearchRowLocations
.Methods in com.couchbase.client.java.search.result that return types with arguments of type SearchRowLocations Modifier and Type Method Description Optional<SearchRowLocations>
SearchRow. locations()
This rows's location, as anSearchRowLocations
map-like object.Constructor parameters in com.couchbase.client.java.search.result with type arguments of type SearchRowLocations Constructor Description SearchRow(String index, String id, double score, JsonObject explanation, Optional<SearchRowLocations> locations, Map<String,List<String>> fragments, byte[] fields, JsonSerializer serializer)