Terrier IR Platform
1.1.1

Uses of Class
uk.ac.gla.terrier.structures.trees.FieldDocumentTreeNode

Packages that use FieldDocumentTreeNode
uk.ac.gla.terrier.structures.indexing Provides the classes used for creating the data structures of the Terrier platform. 
uk.ac.gla.terrier.structures.trees Provides basic binary tree implementations that are used during indexing of documents. 
 

Uses of FieldDocumentTreeNode in uk.ac.gla.terrier.structures.indexing
 

Methods in uk.ac.gla.terrier.structures.indexing with parameters of type FieldDocumentTreeNode
 FilePosition BlockDirectIndexBuilder.addDocument(FieldDocumentTreeNode[] terms)
          Deprecated.  
 FilePosition DirectIndexBuilder.addDocument(FieldDocumentTreeNode[] terms)
          Adds a document in the direct index, using field information optionally.
 void LexiconBuilder.addDocumentTerms(FieldDocumentTreeNode[] terms)
          Adds the terms of a document in the temporary lexicon in memory.
 

Uses of FieldDocumentTreeNode in uk.ac.gla.terrier.structures.trees
 

Subclasses of FieldDocumentTreeNode in uk.ac.gla.terrier.structures.trees
 class BlockFieldDocumentTreeNode
          Deprecated.  
 

Fields in uk.ac.gla.terrier.structures.trees declared as FieldDocumentTreeNode
 FieldDocumentTreeNode FieldDocumentTreeNode.left
          Deprecated. The left child of the node.
 FieldDocumentTreeNode FieldDocumentTreeNode.right
          Deprecated. The right child of the node.
 

Methods in uk.ac.gla.terrier.structures.trees that return FieldDocumentTreeNode
 FieldDocumentTreeNode FieldDocumentTree.insert(java.lang.String newTerm)
          Deprecated. Inserts a new term in the field document binary tree.
 FieldDocumentTreeNode FieldDocumentTree.insert(java.lang.String newTerm, java.util.Set<java.lang.String> fields)
          Deprecated. Inserts a new term in the field document binary tree, adding fields to the field score.
 FieldDocumentTreeNode FieldDocumentTree.insert(java.lang.String newTerm, java.lang.String field)
          Deprecated. Inserts a new term in the field document binary tree, adding field to the field score.
 FieldDocumentTreeNode[] BlockFieldDocumentTree.toArray()
          Deprecated. Returns an array of the term nodes of the tree.
 FieldDocumentTreeNode[] FieldDocumentTree.toArray()
          Deprecated. Returns an array of the term nodes of the tree.
 

Methods in uk.ac.gla.terrier.structures.trees with parameters of type FieldDocumentTreeNode
 void FieldDocumentTree.FDTnodeProcedure.execute(FieldDocumentTreeNode node)
          Perfoms some task when given a FDT tree node.
 


Terrier IR Platform
1.1.1

Terrier Information Retrieval Platform 1.1.1. Copyright 2004-2007 University of Glasgow