All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hover.schema.FIRST_PHASE.md Maven / Gradle / Ivy

## first-phase


Contained in [rank-profile](https://docs.vespa.ai/en/reference/schema-reference.html#rank-profile).
The config specifying the first phase of ranking.
See [
phased ranking with Vespa](https://docs.vespa.ai/en/phased-ranking.html).

This is the initial ranking performed on all matching documents, you should therefore avoid doing
computationally expensive relevancy calculations here.
By default, this will use the ranking feature `nativeRank`.
```
first-phase {
    [body]
}
``` 

The body of a firstphase-ranking statement consists of:

[Read more](https://docs.vespa.ai/en/reference/schema-reference.html#firstphase-rank)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy