Terrier IR Platform
2.2.1
A B C D E F G H I J K L M N O P Q R S T U V W

O

obtainAllOf(Class, ArrayList) - Method in class uk.ac.gla.terrier.querying.parser.MultiTermQuery
 
obtainAllOf(Class, ArrayList) - Method in class uk.ac.gla.terrier.querying.parser.Query
 
obtainControls(HashSet, Hashtable) - Method in class uk.ac.gla.terrier.querying.parser.FieldQuery
Checks to see if field name is a valid control name, as specified by allowed, and if so adds it to the controls table and returns true to specify that this Query object is now dead.
obtainControls(HashSet, Hashtable) - Method in class uk.ac.gla.terrier.querying.parser.MultiTermQuery
Checks all child objects to see if they are FieldQuery objects, they are each called to see if the are controls.
obtainControls(HashSet, Hashtable) - Method in class uk.ac.gla.terrier.querying.parser.PhraseQuery
This object cannot contain any controls, so this method will always return false.
obtainControls(HashSet, Hashtable) - Method in class uk.ac.gla.terrier.querying.parser.Query
 
obtainControls(HashSet, Hashtable) - Method in class uk.ac.gla.terrier.querying.parser.RequirementQuery
This object cannot contain any controls, so this method will always return false.
obtainControls(HashSet, Hashtable) - Method in class uk.ac.gla.terrier.querying.parser.SingleTermQuery
This object cannot contain any controls, so this method will always return false.
obtainQueryTerms(MatchingQueryTerms) - Method in class uk.ac.gla.terrier.querying.parser.FieldQuery
Prepares the query for matching by transforming the query objects to a set of query terms.
obtainQueryTerms(MatchingQueryTerms, boolean) - Method in class uk.ac.gla.terrier.querying.parser.FieldQuery
Prepares the query for matching by transforming the query objects to a set of query terms.
obtainQueryTerms(MatchingQueryTerms) - Method in class uk.ac.gla.terrier.querying.parser.MultiTermQuery
Prepares the query for matching by transforming the query objects to a set of query terms.
obtainQueryTerms(MatchingQueryTerms, boolean) - Method in class uk.ac.gla.terrier.querying.parser.MultiTermQuery
Prepares the query for matching by transforming the query objects to a set of query terms.
obtainQueryTerms(MatchingQueryTerms) - Method in class uk.ac.gla.terrier.querying.parser.PhraseQuery
Stores the query terms of the phrase query in the given matching query terms structure.
obtainQueryTerms(MatchingQueryTerms, boolean) - Method in class uk.ac.gla.terrier.querying.parser.PhraseQuery
Stores the query terms of the phrase query in the given matching query terms structure.
obtainQueryTerms(MatchingQueryTerms) - Method in class uk.ac.gla.terrier.querying.parser.Query
Stores the terms of the query in an structure used for matching documents to the query.
obtainQueryTerms(MatchingQueryTerms, boolean) - Method in class uk.ac.gla.terrier.querying.parser.Query
Stores the terms of the query in an structure used for matching documents to the query.
obtainQueryTerms(MatchingQueryTerms) - Method in class uk.ac.gla.terrier.querying.parser.RequirementQuery
Stores the terms of the query in the given structure, which is used for matching documents to the query.
obtainQueryTerms(MatchingQueryTerms) - Method in class uk.ac.gla.terrier.querying.parser.SingleTermQuery
Stores the term of the single term query in the given hash map.
obtainQueryTerms(MatchingQueryTerms, boolean) - Method in class uk.ac.gla.terrier.querying.parser.SingleTermQuery
Stores the term of the single term query in the given hash map.
OldBitFile - Class in uk.ac.gla.terrier.compression
This class encapsulates a random access file and provides the functionalities to write highly compressed data structures, eg binary encoded, unary encoded and gamma encoded integers greater than zero, as well as specifying their offset in the file.
OldBitFile(File) - Constructor for class uk.ac.gla.terrier.compression.OldBitFile
A constuctor for an instance of this class, given an abstract file.
OldBitFile(File, String) - Constructor for class uk.ac.gla.terrier.compression.OldBitFile
A constuctor for an instance of this class, given an abstract file.
OldBitFile(String) - Constructor for class uk.ac.gla.terrier.compression.OldBitFile
A constuctor for an instance of this class.
OldBitFile(String, String) - Constructor for class uk.ac.gla.terrier.compression.OldBitFile
A constuctor for an instance of this class.
OldBitInputStream - Class in uk.ac.gla.terrier.compression
This class provides sequential stream access to a compressed BitFile file.
OldBitInputStream(InputStream) - Constructor for class uk.ac.gla.terrier.compression.OldBitInputStream
Constructs an instance of the class for a given stream.
OldBitInputStream(String) - Constructor for class uk.ac.gla.terrier.compression.OldBitInputStream
Constructs an instance of the class for a given filename
OldBitInputStream(File) - Constructor for class uk.ac.gla.terrier.compression.OldBitInputStream
Constructs an instance of the class for a given file
OldBitOutputStream - Class in uk.ac.gla.terrier.compression
Deprecated.  
OldBitOutputStream(OutputStream) - Constructor for class uk.ac.gla.terrier.compression.OldBitOutputStream
Deprecated. Constructs an instance of the class for a given stream.
OldBitOutputStream(String) - Constructor for class uk.ac.gla.terrier.compression.OldBitOutputStream
Deprecated. Constructs an instance of the class for a given filename
OldBitOutputStream(File) - Constructor for class uk.ac.gla.terrier.compression.OldBitOutputStream
Deprecated. Constructs an instance of the class for a given file
open(String) - Method in class uk.ac.gla.terrier.applications.desktop.filehandling.AssociationFileOpener
Opens the file with the given name, using either a pre-defined, or a user-defined application.
open(String) - Method in interface uk.ac.gla.terrier.applications.desktop.filehandling.FileOpener
Opens the file with the given name, using either a pre-defined, or a user-defined application.
open(String) - Method in class uk.ac.gla.terrier.applications.desktop.filehandling.MacOSXFileOpener
Opens the file with the given name, using either a pre-defined application.
open(String) - Method in class uk.ac.gla.terrier.applications.desktop.filehandling.WindowsFileOpener
Opens the file with the given name.
openFileRandom(String) - Static method in class uk.ac.gla.terrier.utility.Files
Returns a RandomAccessFile implementation accessing the specificed file
openFileRandom(File) - Static method in class uk.ac.gla.terrier.utility.Files
Open a file for random access reading
openFileRandom(String) - Method in interface uk.ac.gla.terrier.utility.io.FileSystem
open a file for random input
openFileRandom(String) - Method in class uk.ac.gla.terrier.utility.io.HTTPFileSystem
open a file for random input
openFileRandom(String) - Method in class uk.ac.gla.terrier.utility.io.LocalFileSystem
 
openFileReader(File) - Static method in class uk.ac.gla.terrier.utility.Files
Opens a reader to the file called file.
openFileReader(File, String) - Static method in class uk.ac.gla.terrier.utility.Files
Opens a reader to the file called filename.
openFileReader(String) - Static method in class uk.ac.gla.terrier.utility.Files
Opens a reader to the file called filename.
openFileReader(String, String) - Static method in class uk.ac.gla.terrier.utility.Files
Opens a reader to the file called filename.
openFileStream(File) - Static method in class uk.ac.gla.terrier.utility.Files
Opens an InputStream to a file called file.
openFileStream(String) - Static method in class uk.ac.gla.terrier.utility.Files
Opens an InputStream to a file called filename.
openFileStream(String) - Method in interface uk.ac.gla.terrier.utility.io.FileSystem
open a file of given filename for readinng
openFileStream(String) - Method in class uk.ac.gla.terrier.utility.io.HTTPFileSystem
open a file of given filename for reading
openFileStream(String) - Method in class uk.ac.gla.terrier.utility.io.LocalFileSystem
 

Terrier IR Platform
2.2.1
A B C D E F G H I J K L M N O P Q R S T U V W
Terrier Information Retrieval Platform 2.2.1. Copyright 2004-2008 University of Glasgow