RomanStruk / manticore-scout-engine

Manticore Engine for Laravel Scout
Other
32 stars 3 forks source link

Quorum matching operator v5 #8 #9

Closed RomanStruk closed 1 year ago

RomanStruk commented 1 year ago

"the world is a wonderful place"/3

Quorum matching operator introduces a kind of fuzzy matching. It will only match those documents that pass a given threshold of given words. The example above ("the world is a wonderful place"/3) will match all documents that have at least 3 of the 6 specified words. Operator is limited to 255 keywords. Instead of an absolute number, you can also specify a number between 0.0 and 1.0 (standing for 0% and 100%), and Manticore will match only documents with at least the specified percentage of given words. The same example above could also have been written "the world is a wonderful place"/0.5 and it would match documents with at least 50% of the 6 words.