Home
last modified time | relevance | path

Searched defs:section_weights (Results 1 – 8 of 8) sorted by relevance

/external/icing/icing/scoring/
Dsection-weights.cc34 double max_weight, std::unordered_map<SectionId, double>& section_weights) { in NormalizeSectionWeights()
124 std::unordered_map<SectionId, double> section_weights; in ExtractNormalizedSectionWeights() local
Dsection-weights.h69 std::unordered_map<SectionId, double> section_weights; member
Dbm25f-calculator.cc46 SectionWeights* section_weights, in Bm25fCalculator()
Dscorer-factory.cc81 std::unique_ptr<SectionWeights> section_weights, in RelevanceScoreScorer()
/external/icing/icing/scoring/advanced_scoring/
Dadvanced-scorer.h70 std::unique_ptr<SectionWeights> section_weights, in AdvancedScorer()
Dscoring-visitor.h36 SectionWeights* section_weights, in ScoringVisitor()
Dscore-expression.cc471 const DocumentStore* document_store, const SectionWeights* section_weights, in Create()
Dscore-expression.h336 const SectionWeights* section_weights, int64_t current_time_ms) in PropertyWeightsFunctionScoreExpression()