#include <QuerySpec.hpp>
Inheritance diagram for indri::lang::ContextCounterNode:

Public Member Functions | |
| ContextCounterNode (RawExtentNode *raw, RawExtentNode *context) | |
| ContextCounterNode (Unpacker &unpacker) | |
| std::string | typeName () const |
| std::string | queryText () const |
| UINT64 | hashCode () const |
| RawExtentNode * | getContext () |
| RawExtentNode * | getRawExtent () |
| void | setRawExtent (RawExtentNode *rawExtent) |
| void | setContext (RawExtentNode *context) |
| void | pack (Packer &packer) |
| void | walk (Walker &walker) |
| Node * | copy (Copier &copier) |
| bool | hasCounts () const |
| bool | hasContextSize () const |
| double | getOccurrences () const |
| double | getContextSize () const |
| int | getDocumentOccurrences () const |
| int | getDocumentCount () const |
| void | setContextSize (double contextSize) |
| void | setCounts (double occurrences, double contextSize, int documentOccurrences, int documentCount) |
Private Attributes | |
| RawExtentNode * | _raw |
| RawExtentNode * | _context |
| bool | _hasCounts |
| bool | _hasContextSize |
| double | _occurrences |
| double | _contextSize |
| int | _documentOccurrences |
| int | _documentCount |
|
||||||||||||
|
|
|
|
|
|
|
Implements indri::lang::Node. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements indri::lang::Node. |
|
|
Implements indri::lang::Node. |
|
|
Implements indri::lang::Node. |
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented from indri::lang::Node. |
|
|
Implements indri::lang::Node. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4