@Stability.Volatile public class SearchRowLocations extends Object
SearchRowLocations
.Constructor and Description |
---|
SearchRowLocations(com.couchbase.client.core.api.search.result.CoreSearchRowLocations locations) |
Modifier and Type | Method and Description |
---|---|
List<String> |
fields() |
List<SearchRowLocation> |
get(String field) |
List<SearchRowLocation> |
get(String field,
String term) |
List<SearchRowLocation> |
getAll() |
Set<String> |
terms() |
List<String> |
termsFor(String field) |
String |
toString() |
@Stability.Internal public SearchRowLocations(com.couchbase.client.core.api.search.result.CoreSearchRowLocations locations)
public List<SearchRowLocation> get(String field)
public List<SearchRowLocation> get(String field, String term)
public List<SearchRowLocation> getAll()
Copyright © 2024 Couchbase, Inc.. All rights reserved.