Package | Description |
---|---|
com.couchbase.client.java.search.result |
Holds search result classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
static SearchRowLocations |
SearchRowLocations.from(JsonObject locationsJson)
Parses a FTS JSON representation of a
SearchRowLocations . |
Modifier and Type | Method and Description |
---|---|
Optional<SearchRowLocations> |
SearchRow.locations()
This rows's location, as an
SearchRowLocations map-like object. |
Constructor and Description |
---|
SearchRow(String index,
String id,
double score,
JsonObject explanation,
Optional<SearchRowLocations> locations,
Map<String,List<String>> fragments,
byte[] fields,
JsonSerializer serializer) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.