Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/scoring/
H A 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
H A Dsection-weights.h69 std::unordered_map<SectionId, double> section_weights; member
H A Dbm25f-calculator.cc53 SectionWeights* section_weights, in Bm25fCalculator()
H A Dscorer-factory.cc89 std::unique_ptr<SectionWeights> section_weights, in RelevanceScoreScorer()
/aosp_15_r20/external/icing/icing/scoring/advanced_scoring/
H A Dscore-expression-util.h63 SectionWeights* section_weights, in GetScoreExpression()
H A Dadvanced-scorer.h93 std::unique_ptr<SectionWeights> section_weights, in AdvancedScorer()
H A Dscoring-visitor.h52 SectionWeights* section_weights, in ScoringVisitor()
H A Dscore-expression.cc650 const DocumentStore* document_store, const SectionWeights* section_weights, in Create()
H A Dscore-expression.h429 const SectionWeights* section_weights, int64_t current_time_ms) in PropertyWeightsFunctionScoreExpression()