Searched refs:documentCount (Results 1 – 1 of 1) sorted by relevance
319 lunr.idf = function (posting, documentCount) { argument327 var x = (documentCount - documentsWithTerm + 0.5) / (documentsWithTerm + 0.5)2359 this.documentCount = 02473 this.documentCount += 12602 idf = lunr.idf(this.invertedIndex[term], this.documentCount)