Uses of Class
com.couchbase.client.java.search.result.SearchKeyset
Packages that use SearchKeyset
Package
Description
Namespace for various search-service related classes.
Holds search result classes and interfaces.
-
Uses of SearchKeyset in com.couchbase.client.java.search
Methods in com.couchbase.client.java.search with parameters of type SearchKeysetModifier and TypeMethodDescriptionSearchOptions.searchAfter
(SearchKeyset searchAfter) Note that you cannot use this method andSearchOptions.skip(int)
andSearchOptions.searchBefore(SearchKeyset)
at the same time, since they are mutually incompatible.SearchOptions.searchBefore
(SearchKeyset searchBefore) Note that you cannot use this method andSearchOptions.skip(int)
andSearchOptions.searchAfter(SearchKeyset)
at the same time, since they are mutually incompatible. -
Uses of SearchKeyset in com.couchbase.client.java.search.result
Methods in com.couchbase.client.java.search.result that return SearchKeysetModifier and TypeMethodDescriptionSearchRow.keyset()
Returns the keyset of this search row, which contains the keys associated with the result.