Lines Matching refs:results
1610 * contains wildcards, in these cases the results are
1874 * or 'world', though those that contain both will rank higher in the results.
1918 * Results will be returned sorted by their score, the most relevant results
2120 * results
2175 results = [],
2186 * populate the results.
2232 results.push(match)
2237 * Sort the results objects by score, highest first.
2239 return results.sort(function (a, b) {
2345 * @property {number} _k1 - A parameter to control how quickly an increase in term frequency results in term frequency saturation, the default value is 1.2.
2374 * added to the index. Changing it during indexing can lead to inconsistent results.
2405 * importance when ranking search results. Use a field boost to specify that matches within
2441 * A parameter that controls the speed at which a rise in term frequency results in term
2462 * this document should rank higher in search results than other documents.
2922 * the expected results.