Uses of Interface
com.couchbase.client.java.search.result.hits.HitLocations
-
Packages that use 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 HitLocationsSearchQueryRow. locations()This hit's location, as anHitLocationsmap-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 classDefaultHitLocationsA default implementation of aHitLocations.Methods in com.couchbase.client.java.search.result.hits that return HitLocations Modifier and Type Method Description HitLocationsDefaultHitLocations. add(HitLocation l)HitLocationsHitLocations. add(HitLocation l)add a location and allow method chainingstatic HitLocationsDefaultHitLocations. 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 HitLocationsDefaultSearchQueryRow. 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)
-