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

Public Member Functions | |
| ContextSimpleCounterNode (const std::vector< std::string > &terms, const std::string &field, const std::string &context) | |
| ContextSimpleCounterNode (Unpacker &unpacker) | |
| std::string | typeName () const |
| std::string | queryText () const |
| UINT64 | hashCode () const |
| 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 |
| const std::vector< std::string > & | terms () const |
| const std::string & | field () const |
| const std::string & | context () const |
| void | setContextSize (double contextSize) |
| void | setCounts (double occurrences, double contextSize, int documentOccurrences, int documentCount) |
Private Attributes | |
| std::vector< std::string > | _terms |
| std::string | _field |
| std::string | _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