Package version:

The BM25 or Classic score for the text portion of the query.

interface TextResult {
    searchScore?: number;
}

Properties

Properties

searchScore?: number

The BM25 or Classic score for the text portion of the query. NOTE: This property will not be serialized. It can only be populated by the server.