Class CoreSearchRowLocations
java.lang.Object
com.couchbase.client.core.api.search.result.CoreSearchRowLocations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfields()
static CoreSearchRowLocations
from
(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode locationsJson) Parses a FTS JSON representation of aCoreSearchRowLocations
.static CoreSearchRowLocations
from
(List<CoreSearchRowLocation> locations) getAll()
terms()
toString()
-
Constructor Details
-
CoreSearchRowLocations
public CoreSearchRowLocations()
-
-
Method Details
-
get
-
get
-
getAll
-
fields
-
termsFor
-
terms
-
from
-
from
public static CoreSearchRowLocations from(com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode locationsJson) Parses a FTS JSON representation of aCoreSearchRowLocations
. -
toString
-