Searched defs:section_weights (Results 1 – 8 of 8) sorted by relevance
| /external/icing/icing/scoring/ |
| 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
|
| D | section-weights.h | 69 std::unordered_map<SectionId, double> section_weights; member
|
| D | bm25f-calculator.cc | 46 SectionWeights* section_weights, in Bm25fCalculator()
|
| D | scorer-factory.cc | 81 std::unique_ptr<SectionWeights> section_weights, in RelevanceScoreScorer()
|
| /external/icing/icing/scoring/advanced_scoring/ |
| D | advanced-scorer.h | 70 std::unique_ptr<SectionWeights> section_weights, in AdvancedScorer()
|
| D | scoring-visitor.h | 36 SectionWeights* section_weights, in ScoringVisitor()
|
| D | score-expression.cc | 471 const DocumentStore* document_store, const SectionWeights* section_weights, in Create()
|
| D | score-expression.h | 336 const SectionWeights* section_weights, int64_t current_time_ms) in PropertyWeightsFunctionScoreExpression()
|