#include <IndriDocMgr.hpp>
Inheritance diagram for IndriDocMgr:
Public Methods | |
IndriDocMgr (Repository &repository, string name="IndriDocMgr") | |
virtual | ~IndriDocMgr () |
virtual bool | open (const string &manname) |
virtual char * | getDoc (const EXDOCID_T &docID) const |
returns the document with the given docID (usually in raw format) | |
vector< Match > | getOffsets (const EXDOCID_T &docID) const |
virtual Parser * | getParser () const |
| |
virtual void | buildMgr () |
do nothing | |
virtual const string & | getMyID () const |
get the ID string |
|
|
|
|
|
do nothing
Implements DocumentManager. |
|
returns the document with the given docID (usually in raw format)
|
|
get the ID string
Implements DocumentManager. |
|
get the array of Match entries for the tokens in the document named docID. The entries are indexed by token position (as is recorded in a TermInfoList object. |
|
Implements DocumentManager. |
|
IndriDocMgr can only be opend by its enclosing Repository.
Implements DocumentManager. |