|
Terrier IR Platform 1.1.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TermTreeNode | |
|---|---|
| uk.ac.gla.terrier.structures | Provides the classes that implement the data structures used for retrieval with the Terrier platform. |
| uk.ac.gla.terrier.structures.trees | Provides basic binary tree implementations that are used during indexing of documents. |
| Uses of TermTreeNode in uk.ac.gla.terrier.structures |
|---|
| Methods in uk.ac.gla.terrier.structures that return TermTreeNode | |
|---|---|
TermTreeNode[] |
Query.getQueryTerms()
Deprecated. Returns a representation of the query as a TermTreeNode array |
| Constructors in uk.ac.gla.terrier.structures with parameters of type TermTreeNode | |
|---|---|
Query(TermTreeNode[] query,
java.lang.String queryNo)
Deprecated. Creates a new instance of Query |
|
| Uses of TermTreeNode in uk.ac.gla.terrier.structures.trees |
|---|
| Fields in uk.ac.gla.terrier.structures.trees declared as TermTreeNode | |
|---|---|
TermTreeNode |
TermTreeNode.left
Deprecated. The left child of the node. |
TermTreeNode |
TermTreeNode.right
Deprecated. The right child of the node. |
| Methods in uk.ac.gla.terrier.structures.trees that return TermTreeNode | |
|---|---|
TermTreeNode[] |
TermTree.toArray()
Deprecated. Returns an array of TermTreeNodes for the tree. |
|
Terrier IR Platform 1.1.1 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||