# Hyperspace Docs

## Hyperspace Docs

- [Overview](https://docs.hyper-space.io/hyperspace-docs/getting-started/overview.md)
- [Hyperspace Advantages](https://docs.hyper-space.io/hyperspace-docs/getting-started/overview/hyperspace-advantages.md)
- [Hyperspace Search](https://docs.hyper-space.io/hyperspace-docs/getting-started/overview/hyperspace-search.md)
- [Quick Start](https://docs.hyper-space.io/hyperspace-docs/getting-started/quick-start.md): This guide explains how to set up the Hyperspace database in minutes.
- [Notebook Examples](https://docs.hyper-space.io/hyperspace-docs/getting-started/notebook-examples.md)
- [Setting Up](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up.md)
- [Installing the Hyperspace API Client](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/installing-the-hyperspace-api-client.md)
- [Connecting to the Hyperspace Server](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/connecting-to-the-hyperspace-server.md)
- [Creating a Database Schema Configuration File](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/creating-a-database-schema-configuration-file.md)
- [Vector Similarity Metrics](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/creating-a-database-schema-configuration-file/vector-similarity-metrics.md)
- [Index Type Methods](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/creating-a-database-schema-configuration-file/index-type-methods.md)
- [Creating a Collection](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/creating-a-collection.md)
- [Uploading Data to a Collection](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/uploading-data-to-a-collection.md)
- [Building and Running Queries](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/building-and-running-queries.md)
- [Building a Lexical Search Query](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/building-and-running-queries/building-a-lexical-search-query.md): Describes how to build and run a Lexical Search query.
- [Building a Vector Search Query](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/building-and-running-queries/building-a-vector-search-query.md)
- [Building a Hybrid Search Query](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/building-and-running-queries/building-a-hybrid-search-query.md)
- [Retrieving Results](https://docs.hyper-space.io/hyperspace-docs/flows/setting-up/retrieving-results.md)
- [Data Collections](https://docs.hyper-space.io/hyperspace-docs/flows/data-collections.md)
- [Uploading Data](https://docs.hyper-space.io/hyperspace-docs/flows/data-collections/uploading-data.md)
- [Accessing Data](https://docs.hyper-space.io/hyperspace-docs/flows/data-collections/accessing-data.md)
- [Supported Data Types](https://docs.hyper-space.io/hyperspace-docs/flows/data-collections/supported-data-types.md)
- [Queries](https://docs.hyper-space.io/hyperspace-docs/flows/queries.md)
- [DSL Query interface](https://docs.hyper-space.io/hyperspace-docs/flows/queries/dsl-query-interface.md)
- [Aggregations](https://docs.hyper-space.io/hyperspace-docs/flows/queries/dsl-query-interface/aggregations.md)
- [Bool Query](https://docs.hyper-space.io/hyperspace-docs/flows/queries/dsl-query-interface/bool-query.md)
- [Candidate Generation and Metadata Filtering](https://docs.hyper-space.io/hyperspace-docs/flows/queries/dsl-query-interface/candidate-generation-and-metadata-filtering.md)
- [Scoring and Ranking](https://docs.hyper-space.io/hyperspace-docs/flows/queries/dsl-query-interface/scoring-and-ranking.md)
- [Hyperspace Query Flow](https://docs.hyper-space.io/hyperspace-docs/reference/hyperspace-query-flow.md)
- [Features and Benefits](https://docs.hyper-space.io/hyperspace-docs/reference/features-and-benefits.md)
- [Search Processing Unit (SPU)](https://docs.hyper-space.io/hyperspace-docs/reference/search-processing-unit-spu.md)
- [Hyperspace Document Prototype](https://docs.hyper-space.io/hyperspace-docs/reference/hyperspace-document-prototype.md)
- [Hyperspace Client](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client.md)
- [add\_batch](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/add_batch.md)
- [add\_document](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/add_document.md)
- [async\_req](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/async_req.md)
- [clear\_collection](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/clear_collection.md)
- [collections\_info](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/collections_info.md)
- [commit](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/commit.md)
- [create\_collection](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/create_collection.md)
- [delete\_collection](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/delete_collection.md)
- [delete\_by\_query](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/delete_by_query.md)
- [dsl\_search](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/dsl_search.md)
- [get\_schema](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/get_schema.md)
- [get\_document](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/get_document.md): Describes how to build and run a Classic Search query.
- [reset\_password](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/reset_password.md)
- [search](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/search.md)
- [update\_by\_query](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/update_by_query.md)
- [update\_document](https://docs.hyper-space.io/hyperspace-docs/api-documentation/hyperspace-client/update_document.md)
- [DSL Query Framework](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework.md)
- [Aggregations](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/aggregations.md)
- [Cardinality Aggregation](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/aggregations/cardinality-aggregation.md)
- [Date Histogram](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/aggregations/date-histogram.md)
- [Metric Aggregations](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/aggregations/metric-aggregations.md)
- [Terms Aggregation](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/aggregations/terms-aggregation.md)
- [Bool Queries](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/bool-queries.md)
- [Free Text Search](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/bool-queries/free-text-search.md)
- ['match' Clause](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/bool-queries/match-clause.md)
- ['filter' Clause](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/bool-queries/filter-clause.md)
- ['must' Clause](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/bool-queries/must-clause.md)
- ['must\_not' Clause](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/bool-queries/must_not-clause.md)
- ['should' Clause](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/bool-queries/should-clause.md)
- ['should\_not' Clause](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/bool-queries/should_not-clause.md)
- [Candidate Generation and Metadata Filtering](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/candidate-generation-and-metadata-filtering.md)
- [Geo Coordinates Match](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/candidate-generation-and-metadata-filtering/geo-coordinates-match.md)
- [Range Match](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/candidate-generation-and-metadata-filtering/range-match.md)
- [Term Match](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/candidate-generation-and-metadata-filtering/term-match.md)
- [Scoring and Ranking](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/scoring-and-ranking.md)
- [Boost](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/scoring-and-ranking/boost.md)
- ['dis\_max'](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/scoring-and-ranking/dis_max.md)
- [Function Score](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/scoring-and-ranking/function-score.md)
- [Rarity Score (TF-IDF)](https://docs.hyper-space.io/hyperspace-docs/api-documentation/dsl-query-framework/scoring-and-ranking/rarity-score-tf-idf.md)
- [2024 Releases](https://docs.hyper-space.io/hyperspace-docs/releases/2024-releases.md)
