> For the complete documentation index, see [llms.txt](https://docs.hyper-space.io/hyperspace-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hyper-space.io/hyperspace-docs/getting-started/overview/hyperspace-advantages.md).

# Hyperspace Advantages

Hyperspace search enable the [filtering](https://docs.hyper-space.io/hyperspace-docs/projects/score-function-commands/candidate-filtering) and [scoring](https://docs.hyper-space.io/hyperspace-docs/projects/score-function-commands/candidate-score) of candidates using lexical and vector search. Only candidates that passed the filter stage will be assigned a score.

In addition, Hyperspace allows [aggregations ](https://docs.hyper-space.io/hyperspace-docs/projects/score-function-commands/aggregations)of candidate fields. Aggregations can be performed on all candidates, and not just those that passed filtering.

### Native Python Syntax and DSL Syntax

Hyperspace allows to build lexical, vector and hybrid search queries in either domain specific syntax (.json structure) or native python syntax.

### Multiple Score Methods

Hyperspace supports a variety of score mechanisms. These include TF-IDF and BM25 based score, weights and boosts for lexical search, and similarity metrics such as Euclidean and Hamming distance for vector search.

### No Limitation on Number of Metadata Fields

Hyperspace efficient memory management allows to include an extremely large number of keyword and value fields in each query, allowing  practically unlimited  number of fields.

### Full Support of Multi Model Search

Hyperspace fully supports multi model vector search, allowing to use multiple vectors in each search query, and to use the results of each vector search in order to filter other vector searches.

### Extremely Large Vectors

Hyperspace allows to perform vector search with extremely large vectors, with thousands of elements per vector.

### Filtering and scoring based on both vector and lexical search

Hyperspace allows to create sophisticated filtering and scoring logic based on both vector and lexical search results.

### Intuitive Hybrid Search

Hyperspace  hybrid search that combines lexical and vector search in a simple manner, in a native Python syntax.
