xapian-core  2.0.0
Classes | Functions
termlistmerger.h File Reference

Build tree to merge TermList objects. More...

#include "api/termlist.h"
#include "heap.h"
#include "omassert.h"
#include "ortermlist.h"
+ Include dependency graph for termlistmerger.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CompareTermListSizeAscending
 

Functions

template<class ORTERMLIST = OrTermList>
TermListmake_termlist_merger (std::vector< TermList * > &termlists)
 

Detailed Description

Build tree to merge TermList objects.

Definition in file termlistmerger.h.

Function Documentation

◆ make_termlist_merger()

template<class ORTERMLIST = OrTermList>
TermList* make_termlist_merger ( std::vector< TermList * > &  termlists)
inline