@Stability.Volatile public class SearchRowLocations extends Object
SearchRowLocations
.Constructor and Description |
---|
SearchRowLocations() |
Modifier and Type | Method and Description |
---|---|
List<String> |
fields() |
static SearchRowLocations |
from(JsonObject locationsJson)
Parses a FTS JSON representation of a
SearchRowLocations . |
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() |
public List<SearchRowLocation> get(String field)
public List<SearchRowLocation> get(String field, String term)
public List<SearchRowLocation> getAll()
public static SearchRowLocations from(JsonObject locationsJson)
SearchRowLocations
.Copyright © 2021 Couchbase, Inc.. All rights reserved.