| 60 | }; |
| 61 | |
| 62 | void FillRankingInfo(QueryVec & qv, IdfMap & idfs, DocVec const & dv, RankingInfo & info) |
| 63 | { |
| 64 | info.m_cosineSimilarity = qv.Similarity(idfs, dv); |
| 65 | } |
| 66 | } // namespace |
| 67 | |
| 68 | Processor::Processor(Emitter & emitter, base::Cancellable const & cancellable) |