@Stability.Internal public class CoreSearchRowLocations extends Object
| Constructor and Description |
|---|
CoreSearchRowLocations() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
fields() |
static CoreSearchRowLocations |
from(List<CoreSearchRowLocation> locations) |
static CoreSearchRowLocations |
from(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode locationsJson)
Parses a FTS JSON representation of a
CoreSearchRowLocations. |
List<CoreSearchRowLocation> |
get(String field) |
List<CoreSearchRowLocation> |
get(String field,
String term) |
List<CoreSearchRowLocation> |
getAll() |
Set<String> |
terms() |
List<String> |
termsFor(String field) |
String |
toString() |
public List<CoreSearchRowLocation> get(String field)
public List<CoreSearchRowLocation> get(String field, String term)
public List<CoreSearchRowLocation> getAll()
public static CoreSearchRowLocations from(List<CoreSearchRowLocation> locations)
public static CoreSearchRowLocations from(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode locationsJson)
CoreSearchRowLocations.Copyright © 2024 Couchbase, Inc.. All rights reserved.