#include <StructQueryRep.hpp>
Inheritance diagram for StructQueryRep:
Public Methods | |
StructQueryRep (const TermQuery &qry, const Index &dbIndex, double dbelief=0) | |
Parse the text representation into a structured query rep. | |
virtual | ~StructQueryRep () |
virtual QueryNode * | topnode () const |
virtual void | setTopnode (QueryNode *qn) |
Set the topnode of the query parse tree. |
|
Parse the text representation into a structured query rep.
|
|
|
|
Set the topnode of the query parse tree.
|
|
Get the topnode of the query parse tree. maybe this method should return a const object so it can't be deleted but sometimes we want to allow caller to change node's weight. |