Searched defs:section_weights (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/icing/icing/scoring/ |
H A D | section-weights.cc | 34 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 D | section-weights.h | 69 std::unordered_map<SectionId, double> section_weights; member
|
H A D | bm25f-calculator.cc | 53 SectionWeights* section_weights, in Bm25fCalculator()
|
H A D | scorer-factory.cc | 89 std::unique_ptr<SectionWeights> section_weights, in RelevanceScoreScorer()
|
/aosp_15_r20/external/icing/icing/scoring/advanced_scoring/ |
H A D | score-expression-util.h | 63 SectionWeights* section_weights, in GetScoreExpression()
|
H A D | advanced-scorer.h | 93 std::unique_ptr<SectionWeights> section_weights, in AdvancedScorer()
|
H A D | scoring-visitor.h | 52 SectionWeights* section_weights, in ScoringVisitor()
|
H A D | score-expression.cc | 650 const DocumentStore* document_store, const SectionWeights* section_weights, in Create()
|
H A D | score-expression.h | 429 const SectionWeights* section_weights, int64_t current_time_ms) in PropertyWeightsFunctionScoreExpression()
|