Uses of Class
com.couchbase.client.java.search.result.SearchRowLocations
Packages that use SearchRowLocations
Package
Description
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 SearchRowLocationsModifier and TypeMethodDescriptionstatic 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 SearchRowLocationsModifier and TypeMethodDescriptionSearchRow.locations()This rows's location, as anSearchRowLocationsmap-like object.Constructor parameters in com.couchbase.client.java.search.result with type arguments of type SearchRowLocationsModifierConstructorDescriptionSearchRow(String index, String id, double score, JsonObject explanation, Optional<SearchRowLocations> locations, Map<String, List<String>> fragments, byte[] fields, JsonSerializer serializer)