Skip to content

Query Processing

Michał Siedlaczek edited this page Nov 11, 2018 · 5 revisions

Term at a Time

/// 
template<class T>
// requires ScoredPostingList<T>
taat(span<T> postings);

template<class PostingList>
taat(span<PostingList> postings);

Clone this wiki locally