Package | Description |
---|---|
com.couchbase.client.java.search.result | |
com.couchbase.client.java.search.result.hits | |
com.couchbase.client.java.search.result.impl |
Modifier and Type | Method and Description |
---|---|
HitLocations |
SearchQueryRow.locations()
This hit's location, as an
HitLocations map-like object. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHitLocations
A default implementation of a
HitLocations . |
Modifier and Type | Method and Description |
---|---|
HitLocations |
HitLocations.add(HitLocation l)
add a location and allow method chaining
|
HitLocations |
DefaultHitLocations.add(HitLocation l) |
static HitLocations |
DefaultHitLocations.from(JsonObject locationsJson)
Parses a FTS JSON representation of a
HitLocations . |
Modifier and Type | Method and Description |
---|---|
HitLocations |
DefaultSearchQueryRow.locations() |
Constructor and Description |
---|
DefaultSearchQueryRow(String index,
String id,
double score,
JsonObject explanation,
HitLocations locations,
Map<String,List<String>> fragments,
Map<String,String> fields) |
Copyright © 2015 Couchbase, Inc.