Lines Matching defs:intersect
210 intersect: function (other) {
231 intersect: function () {
258 * @param {lunr.Set} other - set to intersect with this set.
262 lunr.Set.prototype.intersect = function (other) {
1694 * @param {lunr.TokenSet} b - An other TokenSet to intersect with.
1697 lunr.TokenSet.prototype.intersect = function (b) {
2020 * be used to intersect the indexes token set to get a list of terms
2024 expandedTerms = this.tokenSet.intersect(termTokenSet).toArray()
2149 requiredMatches[field] = requiredMatches[field].intersect(clauseMatches)
2166 allRequiredMatches = allRequiredMatches.intersect(requiredMatches[field])