Uses of Class
com.couchbase.client.java.search.result.SearchRowLocations
-
Packages that use 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 SearchRowLocationsSearchRowLocations. 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 anSearchRowLocationsmap-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)
-