MatchSearchQuery
class MatchSearchQuery implements JsonSerializable, SearchQueryPart (View source)
A FTS query that matches a given term, applying further processing to it like analyzers, stemming and even #fuzziness(int).
Methods
mixed
jsonSerialize()
No description
boost(float $boost)
No description
field(string $field)
No description
analyzer(string $analyzer)
No description
prefixLength(int $prefixLength)
No description
fuzziness(int $fuzziness)
No description
Details
mixed
jsonSerialize()
No description
MatchSearchQuery
boost(float $boost)
No description
MatchSearchQuery
field(string $field)
No description
MatchSearchQuery
analyzer(string $analyzer)
No description
MatchSearchQuery
prefixLength(int $prefixLength)
No description
MatchSearchQuery
fuzziness(int $fuzziness)
No description