Interface | Description |
---|---|
SearchRequest |
Common marker interface for all
SearchRequest s. |
Class | Description |
---|---|
GetSearchIndexRequest |
Retrieves full text index definition.
|
GetSearchIndexResponse |
Carries full text index definition as a payload.
|
RemoveSearchIndexRequest |
Removes full text search index.
|
RemoveSearchIndexResponse |
Result of full text search index removing.
|
SearchQueryRequest |
Runs query against search index.
|
SearchQueryResponse |
Result of the full text search query.
|
UpsertSearchIndexRequest |
Inserts or updates full text search index definition.
|
UpsertSearchIndexResponse |
Contains result of the create/update action on full text search index.
|
Copyright © 2017 Couchbase, Inc.. All rights reserved.