Home
last modified time | relevance | path

Searched defs:term_id (Results 1 – 5 of 5) sorted by relevance

/external/icing/icing/index/lite/
Dterm-id-hit-pair.h43 TermIdHitPair(uint32_t term_id, const Hit& hit) { in TermIdHitPair()
59 uint32_t term_id() const { in term_id() function
Dlite-index.cc308 libtextclassifier3::Status LiteIndex::AddHit(uint32_t term_id, const Hit& hit) { in AddHit()
338 int LiteIndex::AppendHits(uint32_t term_id, SectionIdMask section_id_mask, in AppendHits()
372 int LiteIndex::CountHits(uint32_t term_id) { in CountHits()
427 uint32_t LiteIndex::Seek(uint32_t term_id) { in Seek()
/external/icing/icing/scoring/
Dbm25f-calculator.cc55 TermId term_id = 0; in PrepareToScore() local
132 TermId term_id = term_id_map_[term]; in GetCorpusIdfWeightForTerm() local
/external/icing/icing/index/main/
Dmain-index.cc473 uint32_t term_id = hits[k_end].term_id(); in AddHits() local
/external/ltp/pan/
Dltp-pan.c1410 int term_id, struct tms *tms1, struct tms *tms2) in write_test_end()