Add Search to Your Application

  • concept
    +
    Use the Search Service to create a customizable search experience for your database and your end-user applications.

    The Search Service offers near real-time search capabilities for a diverse range of data types. For example, you can use the Search Service with:

    • Structured or unstructured text

    • Dates

    • Numbers

    • CIDR notation

    • Geospatial data

    Use a Search index to efficiently store your data, and retrieve it with a Search query.

    Search Indexes

    A Search index tells the Search Service what content to use from the documents in your database for processing Search queries. A Search index can use any field across multiple collections in a single scope.

    You can choose to exclude content to improve search performance and improve the relevance of search results.

    A Search index can also analyze and modify the content in your Search index or Search query to improve matching and search results. The Search Service has default components that you can use to customize a Search index, or you can create your own.

    You need to create a Search index before you can use the Search Service to search the contents of your database from your application.

    For more information about how to create a Search index, see Create a Search Index.

    You can create a Search index:

    Search Queries

    A Search query tells the Search Service what to search for in the contents of a Search index.

    Search queries use a simple string-based query syntax or JSON objects to control how the Search Service retrieves search results.

    For more information about how you can run a search against a Search index, see Run a Search With a Search Index.

    You can run a Search query:

    Vector Search for AI Applications

    Vector Search builds on Capella’s Search Service to provide vector index support for Retrieval Augmented Generation (RAG) with an existing Large Language Model (LLM).

    Vector Search adds a new index type to the Search Service to support AI application development, known as a Vector Search index. Using Vector Search and Couchbase Capella, you can develop applications with an existing LLM while giving context and up-to-date information from your own data.

    For more information about Vector Search, see Use Vector Search for AI Applications.