Package | Description |
---|---|
com.couchbase.client.java.search.result.hits |
Modifier and Type | Method and Description |
---|---|
List<HitLocation> |
HitLocations.get(String field)
list all locations for a given field (any term)
|
List<HitLocation> |
DefaultHitLocations.get(String field) |
List<HitLocation> |
HitLocations.get(String field,
String term)
list all locations for a given field and term
|
List<HitLocation> |
DefaultHitLocations.get(String field,
String term) |
List<HitLocation> |
HitLocations.getAll()
list all locations (any field, any term)
|
List<HitLocation> |
DefaultHitLocations.getAll() |
Modifier and Type | Method and Description |
---|---|
HitLocations |
HitLocations.add(HitLocation l)
add a location and allow method chaining
|
HitLocations |
DefaultHitLocations.add(HitLocation l) |
Copyright © 2015 Couchbase, Inc.