#include "leafpostlist.h"
#include "termlist.h"
#include "database.h"
#include <map>
#include <vector>
#include <algorithm>
#include <xapian/document.h>
#include "inmemory_positionlist.h"
#include <omassert.h>
Include dependency graph for inmemory_database.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | InMemoryPosting |
class | InMemoryTermEntry |
class | InMemoryPostingLessThan |
class | InMemoryTermEntryLessThan |
class | InMemoryTerm |
class | InMemoryDoc |
Class representing a document and the terms indexing it. More... | |
class | InMemoryPostList |
A PostList in an inmemory database. More... | |
class | InMemoryAllDocsPostList |
A PostList over all docs in an inmemory database. More... | |
class | InMemoryTermList |
class | InMemoryDatabase |
A database held entirely in memory. More... |