Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 310 for label:vespa (0.01 sec)

  1. using-wand-with-vespa.html.md

    # Accelerated OR search using the WAND algorithm This document describes how to use the Weak And algorithm for accelerated OR like search. The WAND algorithm is described in detail in [Efficient Qu...
    docs.vespa.ai/en/using-wand-with-vespa.html.md
    Registered: Mon Aug 25 04:57:21 UTC 2025
    - Last Modified: Fri Aug 22 21:21:16 UTC 2025
    - 12.3K bytes
    - Viewed (0)
  2. application-packages.html.md

    # Application Packages An _application package_ is a set of files in a specific structure that defines a deployable application. It contains _all_ the configuration, components and machine-learned ...
    docs.vespa.ai/en/application-packages.html.md
    Registered: Mon Aug 25 04:57:35 UTC 2025
    - Last Modified: Fri Aug 22 21:21:16 UTC 2025
    - 21K bytes
    - Viewed (0)
  3. visiting.html.md

    # Visiting Visiting is a feature to efficiently get or process a set of documents, identified by a [document selection expression](reference/document-select-language.html). Visiting is often used t...
    docs.vespa.ai/en/visiting.html.md
    Registered: Mon Aug 25 04:56:25 UTC 2025
    - Last Modified: Fri Aug 22 21:21:16 UTC 2025
    - 19K bytes
    - Viewed (0)
  4. graceful-degradation.html.md

    # Graceful Query Coverage Degradation Ideally one want to query all data indexed in a Vespa cluster within the specified timeout, but that might not be possible for different reasons: - The system ...
    docs.vespa.ai/en/graceful-degradation.html.md
    Registered: Mon Aug 25 04:54:49 UTC 2025
    - Last Modified: Fri Aug 22 21:21:16 UTC 2025
    - 10.7K bytes
    - Viewed (0)
  5. news-4-embeddings.html.md

    # News search and recommendation tutorial - embeddings This is the fourth part of the tutorial series for setting up a Vespa application for personalized news recommendations. The parts are: 1. [Ge...
    docs.vespa.ai/en/tutorials/news-4-embeddings.html.md
    Registered: Mon Aug 25 04:54:59 UTC 2025
    - Last Modified: Fri Aug 22 21:21:16 UTC 2025
    - 21.9K bytes
    - Viewed (0)
  6. parent-child.html.md

    # Parent/Child Using [document references](reference/schema-reference.html#reference), documents can have parent/child relationships. Use this to join data by [importing](reference/schema-reference...
    docs.vespa.ai/en/parent-child.html.md
    Registered: Mon Aug 25 04:53:25 UTC 2025
    - Last Modified: Fri Aug 22 21:21:16 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  7. partial-updates.html.md

    # Partial Updates A partial update is an update to one or more fields in a document. It also includes updating all index structures so the effect of the partial update is immediately observable in ...
    docs.vespa.ai/en/partial-updates.html.md
    Registered: Mon Aug 25 04:53:38 UTC 2025
    - Last Modified: Fri Aug 22 21:21:16 UTC 2025
    - 7.4K bytes
    - Viewed (0)
  8. buckets.html.md

    # Buckets The content layer splits the document space into chunks called _buckets_, and algorithmically maps documents to buckets by their id. The cluster automatically splits and joins buckets to ...
    docs.vespa.ai/en/content/buckets.html.md
    Registered: Mon Aug 25 04:55:39 UTC 2025
    - Last Modified: Fri Aug 22 21:21:16 UTC 2025
    - 10K bytes
    - Viewed (0)
  9. memory-visualizer.html.md

    # Memory Visualizer The [schema](/en/schemas.html) defines fields, types of fields and settings per field, e.g. ``` schema product { document product { field productId type long { indexing: summary...
    docs.vespa.ai/en/cloud/memory-visualizer.html.md
    Registered: Mon Aug 25 04:55:30 UTC 2025
    - Last Modified: Fri Aug 22 21:21:16 UTC 2025
    - 3K bytes
    - Viewed (0)
  10. concrete-documents.html.md

    # Concrete document types In [document processing](document-processing.html),`setFieldValue()` and `getFieldValue()`is used to access fields in a `Document`. The data for each of the fields in the ...
    docs.vespa.ai/en/concrete-documents.html.md
    Registered: Mon Aug 25 04:54:25 UTC 2025
    - Last Modified: Fri Aug 22 21:21:16 UTC 2025
    - 5.6K bytes
    - Viewed (0)
Back to top