PhraseSearchQuery
class PhraseSearchQuery implements JsonSerializable, SearchQueryPart (View source)
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.
Methods
mixed
jsonSerialize()
No description
boost(float $boost)
No description
field(string $field)
No description
Details
mixed
jsonSerialize()
No description
PhraseSearchQuery
boost(float $boost)
No description
PhraseSearchQuery
field(string $field)
No description