Class

MatchQuery

SearchQuery~MatchQuery

Methods

# analyzer(analyzer) → {MatchQuery}

Parameters:
Name Type Description
analyzer string

View Source searchquery.js, line 93

MatchQuery

# boost(boost) → {MatchQuery}

Parameters:
Name Type Description
boost number

View Source searchquery.js, line 123

MatchQuery

# field(field) → {MatchQuery}

Parameters:
Name Type Description
field string

View Source searchquery.js, line 83

MatchQuery

# fuzziness(fuzziness) → {MatchQuery}

Parameters:
Name Type Description
fuzziness number

View Source searchquery.js, line 113

MatchQuery

# prefixLength(prefixLength) → {MatchQuery}

Parameters:
Name Type Description
prefixLength number

View Source searchquery.js, line 103

MatchQuery