MatchPhraseSearchQuery
class MatchPhraseSearchQuery implements JsonSerializable, SearchQueryPart (View source)
A FTS query that matches several given terms (a "phrase"), applying further processing like analyzers to them.
Methods
mixed
jsonSerialize()
No description
boost(float $boost)
No description
field(string $field)
No description
analyzer(string $analyzer)
No description
Details
mixed
jsonSerialize()
No description
MatchPhraseSearchQuery
boost(float $boost)
No description
MatchPhraseSearchQuery
field(string $field)
No description
MatchPhraseSearchQuery
analyzer(string $analyzer)
No description