Performing Searches
Full text searches can be performed with:
-
Couchbase Web Console: Refer to Searching from the UI for information.
-
Couchbase REST API: Refer to Searching with the REST API for information. Refer also to Full Text Search API for REST reference details.
-
Couchbase SDK: This supports several languages (including Java, Go, C, Python etc.), and allows full text searches to be performed with each. Refer to the SDK’s Full Text Search page for information.
The Searching from the SDK page for the Java SDK provides an extensive code-example that demonstrates multiple options for performing full text searches. |
-
N1QL Search functions: These enable you to perform a full text search as part of a N1QL query. Refer to Search Functions for information.
-
N1QL queries with Flex indexes: Refer to Flex indexes for information.