Uses of Class
com.couchbase.client.core.api.search.result.CoreSearchRowLocations
Packages that use CoreSearchRowLocations
-
Uses of CoreSearchRowLocations in com.couchbase.client.core.api.search.result
Methods in com.couchbase.client.core.api.search.result that return CoreSearchRowLocationsModifier and TypeMethodDescriptionstatic CoreSearchRowLocationsCoreSearchRowLocations.from(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode locationsJson) Parses a FTS JSON representation of aCoreSearchRowLocations.static CoreSearchRowLocationsCoreSearchRowLocations.from(List<CoreSearchRowLocation> locations) Methods in com.couchbase.client.core.api.search.result that return types with arguments of type CoreSearchRowLocationsConstructor parameters in com.couchbase.client.core.api.search.result with type arguments of type CoreSearchRowLocationsModifierConstructorDescriptionCoreSearchRow(String index, String id, double score, byte[] explanation, Optional<CoreSearchRowLocations> locations, Map<String, List<String>> fragments, byte[] fields, Supplier<CoreSearchKeyset> keyset)