Performing Searches

      +

      Full text searches can be performed with:

      • The Couchbase Web Console. This UI can also be used to create indexes and analyzers. Refer to Searching from the UI for information.

      • The Couchbase REST API. Refer to Searching with the REST API for information. Refer also to Full Text Search API for REST reference details.

      • The Couchbase SDK. This supports several languages, 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.
      • The SQL++ Search functions. These enable you to perform a full text search as part of a SQL++ query. Refer to Search Functions for information.