Uses of Interface
com.couchbase.client.java.search.result.hits.HitLocations
Package | Description |
---|---|
com.couchbase.client.java.search.result | |
com.couchbase.client.java.search.result.hits | |
com.couchbase.client.java.search.result.impl |
-
Uses of HitLocations in com.couchbase.client.java.search.result
Methods in com.couchbase.client.java.search.result that return HitLocations Modifier and Type Method Description HitLocations
SearchQueryRow. locations()
This hit's location, as anHitLocations
map-like object. -
Uses of HitLocations in com.couchbase.client.java.search.result.hits
Classes in com.couchbase.client.java.search.result.hits that implement HitLocations Modifier and Type Class Description class
DefaultHitLocations
A default implementation of aHitLocations
.Methods in com.couchbase.client.java.search.result.hits that return HitLocations Modifier and Type Method Description HitLocations
DefaultHitLocations. add(HitLocation l)
HitLocations
HitLocations. add(HitLocation l)
add a location and allow method chainingstatic HitLocations
DefaultHitLocations. from(JsonObject locationsJson)
Parses a FTS JSON representation of aHitLocations
. -
Uses of HitLocations in com.couchbase.client.java.search.result.impl
Methods in com.couchbase.client.java.search.result.impl that return HitLocations Modifier and Type Method Description HitLocations
DefaultSearchQueryRow. locations()
Constructors in com.couchbase.client.java.search.result.impl with parameters of type HitLocations Constructor Description DefaultSearchQueryRow(String index, String id, double score, JsonObject explanation, HitLocations locations, Map<String,List<String>> fragments, Map<String,String> fields)