Lines Matching refs:word
335 // skip this "word"
338 // stem the word
339 var word = stemmer.stemWord(tmp[i].toLowerCase());
342 if (word[0] == '-') {
344 word = word.substr(1);
351 if (!$u.contains(toAppend, word))
352 toAppend.push(word);
551 var word = searchterms[i];
552 // no match but word was a required one
553 if ((files = terms[word]) === undefined)
562 fileMap[file].push(word);
564 fileMap[file] = [word];