#include <InvFPDocList.hpp>
Inheritance diagram for InvFPDocList:
Public Methods | |
InvFPDocList () | |
InvFPDocList (int *vec) | |
copy from byteVector | |
InvFPDocList (int id, int len) | |
InvFPDocList (MemCache *mc, int id, int len) | |
constructors for this list getting memory from a MemCache | |
InvFPDocList (MemCache *mc, int id, int len, int docid, int location) | |
InvFPDocList (int id, int listlen, int *list, int fr, int *ldocid, int len) | |
constructor for a list not needing to get any memory | |
~InvFPDocList () | |
bool | addTerm (int docid) |
increase count for this docid, we don't care about location | |
bool | addLocation (int docid, LOC_T location) |
bool | append (InvDocList *tail) |
append the given list to the end of this list. watch for overlap of lastdocid of this list and first docid of given list. | |
virtual DocInfo * | nextEntry () const |
fetch the next entry, return a pointer to a local static memory, so do not delete it | |
virtual void | nextEntry (InvFPDocInfo *info) const |
virtual int | termCTF () const |
int * | byteVec (int &len) |
Protected Methods | |
virtual DocInfo * | newElement () const |
create new element of this list type for the iterator | |
virtual DocInfo * | getElement (DocInfo *elem, POS_T position) const |
set element from position, returns pointer to the element | |
virtual void | assignElement (DocInfo *to, DocInfo *from) const |
copy values from one Element (of type InvFPDocInfo) to another | |
virtual POS_T | nextPosition (POS_T position) const |
advance position | |
virtual void | deltaEncode () |
virtual void | deltaDecode () |
|
|
|
copy from byteVector
|
|
constructor for this list using malloc for its own memory usage of InvFPDocList without MemCache has not been tested |
|
constructors for this list getting memory from a MemCache
|
|
|
|
constructor for a list not needing to get any memory
|
|
|
|
|
|
increase count for this docid, we don't care about location
Reimplemented from InvDocList. |
|
append the given list to the end of this list. watch for overlap of lastdocid of this list and first docid of given list.
Reimplemented from InvDocList. |
|
copy values from one Element (of type InvFPDocInfo) to another
Reimplemented from DocInfoList. |
|
|
|
delta decode docids and positions from begin through end call after read Reimplemented from InvDocList. |
|
delta encode docids and positions from begin through end call before write Reimplemented from InvDocList. |
|
set element from position, returns pointer to the element
Reimplemented from InvDocList. |
|
create new element of this list type for the iterator
Reimplemented from DocInfoList. |
|
|
|
fetch the next entry, return a pointer to a local static memory, so do not delete it
Reimplemented from InvDocList. |
|
advance position
Reimplemented from InvDocList. |
|
Reimplemented from InvDocList. |