boost()
boost(float $boost) : \Couchbase\PhraseSearchQuery
Parameters
float | $boost |
A FTS query that matches several terms (a "phrase") as is. The order of the terms mater and no further processing is applied to them, so they must appear in the index exactly as provided. Usually for debugging purposes, prefer MatchPhraseQuery.
boost(float $boost) : \Couchbase\PhraseSearchQuery
float | $boost |
field(string $field) : \Couchbase\PhraseSearchQuery
string | $field |