Uses of Class
com.couchbase.client.java.search.result.hits.HitLocation
-
Packages that use HitLocation Package Description com.couchbase.client.java.search.result.hits -
-
Uses of HitLocation in com.couchbase.client.java.search.result.hits
Methods in com.couchbase.client.java.search.result.hits that return types with arguments of type HitLocation Modifier and Type Method Description List<HitLocation>
DefaultHitLocations. get(String field)
List<HitLocation>
DefaultHitLocations. get(String field, String term)
List<HitLocation>
HitLocations. get(String field)
list all locations for a given field (any term)List<HitLocation>
HitLocations. get(String field, String term)
list all locations for a given field and termList<HitLocation>
DefaultHitLocations. getAll()
List<HitLocation>
HitLocations. getAll()
list all locations (any field, any term)Methods in com.couchbase.client.java.search.result.hits with parameters of type HitLocation Modifier and Type Method Description HitLocations
DefaultHitLocations. add(HitLocation l)
HitLocations
HitLocations. add(HitLocation l)
add a location and allow method chaining
-