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

T

Table - Class in org.egothor.util.hash
 
Table(int, String, String, int, int, int) - Constructor for class org.egothor.util.hash.Table
 
Tanker - Class in org.egothor.dir
A Tanker is a group of Barrels with the capability of inserting new Barrels.
Tanker() - Constructor for class org.egothor.dir.Tanker
 
TANKERCACHE - Static variable in class org.egothor.Constants
Size of a cache in the TankerImpl.
TankerImpl - Class in org.egothor.dir
This object encapsulates core Tanker structure with some routines which make the life of a programmer easier.
TankerImpl() - Constructor for class org.egothor.dir.TankerImpl
 
TankerImplDuplicityChecker - Class in org.egothor.duplicity.algorithm
This object encapsulates standard TankerImplSecure and adds duplicity checking ability.
TankerImplDuplicityChecker() - Constructor for class org.egothor.duplicity.algorithm.TankerImplDuplicityChecker
 
TankerImplSecure - Class in org.egothor.dir
This object encapsulates standard TankerImpl and adds multithread safe behavior.
TankerImplSecure() - Constructor for class org.egothor.dir.TankerImplSecure
 
Task<T> - Interface in org.egothor.distributor
This interface represents a task that can be performed on an object of Task.action(T) routine.
TEMPDIR - Static variable in class org.egothor.Constants
Temporary directory.
term - Variable in class org.egothor.store.IListMetadata
Metadata is related to this term, however this String is never counted as a part of metadata.
TermRunner - Class in org.egothor.query.runner.enhanced
The TermRunner object represents a binary form of a query that consists of one term.
TermRunner(int, IListWasher, double, Rider, String, Token, int, boolean, boolean) - Constructor for class org.egothor.query.runner.enhanced.TermRunner
Constructor for the TermRunner object.
TermRunner(int, double, Rider, String, Token, int, boolean, boolean) - Constructor for class org.egothor.query.runner.enhanced.TermRunner
Constructor for the TermRunner object
TermRunner - Class in org.egothor.query.runner
The TermRunner object represents a binary form of a query that consists of one term.
TermRunner(IListWasher, double, Rider, String, Token, int, boolean, boolean) - Constructor for class org.egothor.query.runner.TermRunner
Constructor for the TermRunner object.
TermRunner(double, Rider, String, Token, int, boolean, boolean) - Constructor for class org.egothor.query.runner.TermRunner
Constructor for the TermRunner object
terms() - Method in class org.egothor.core.query.Runner
Return number of terms evaluated in this runner.
terms() - Method in class org.egothor.query.runner.AndRunner
Description of the Method
terms() - Method in class org.egothor.query.runner.NotRunner
Description of the Method
terms() - Method in class org.egothor.query.runner.OrRunner
Description of the Method
terms() - Method in class org.egothor.query.runner.PhraseRunner
Description of the Method
terms() - Method in class org.egothor.query.runner.ProxRunner
Description of the Method
terms() - Method in class org.egothor.query.runner.TermRunner
Description of the Method
terms() - Method in class org.egothor.query.runner.VectorRunner
Description of the Method
Terms - Class in org.egothor.store
This objects implements the data structure that uses an 1-level index.
Terms(String) - Constructor for class org.egothor.store.Terms
Constructor for the DiscKeyIndexData object.
TERMSCACHE - Static variable in class org.egothor.Constants
How many words are cached in each barrel during querying phase?
TermsFastReader - Class in org.egothor.robot.index
TermsFastReader.java Created on August 15, 2005, 2:13 AM
TermsFastReader(String) - Constructor for class org.egothor.robot.index.TermsFastReader
Constructor for the DiscKeyIndexDataReader object.
TermsFastWriter - Class in org.egothor.robot.index
TermsFastWriter implements a writer of the structure that is described in Terms.
TermsFastWriter(String) - Constructor for class org.egothor.robot.index.TermsFastWriter
Constructor for the TermsFastWriter object.
TermsWriter - Class in org.egothor.store
TermsWriter implements a writer of the structure that is described in Terms.
TermsWriter(String) - Constructor for class org.egothor.store.TermsWriter
Constructor for the TermsWriter object.
Tester - Class in org.egothor.cache.apps
Console application that test a cache using query log files on an index.
Tester() - Constructor for class org.egothor.cache.apps.Tester
 
testInt - Static variable in class org.egothor.test.Indexer
 
text - Variable in class org.egothor.core.Token
Text that is represented by this token.
TextUnitID - Class in org.egothor.duplicity.datastructure
Class represents a unit of text.
TextUnitID(long, int) - Constructor for class org.egothor.duplicity.datastructure.TextUnitID
 
ThickBarrel - Class in org.egothor.store
This object is a core implementation of a barrel that has documents meta data stored in DiscIndexData and inverted lists meta data in DiscKeyIndexData.
ThickBarrel(String) - Constructor for class org.egothor.store.ThickBarrel
This constructors open the documents and inverted lists meta data DB files in location directory.
ThickBarrelIn - Class in org.egothor.store
The ThickBarrelIn object is a core implementation of a Barrel that has document's metadata stored in Documents class and inverted list's metadata in Terms.
ThickBarrelIn(String, Bitmap, Documents, Terms) - Constructor for class org.egothor.store.ThickBarrelIn
 
ThickBarrelOut - Class in org.egothor.store
This object implements a barrel that writes its inverted lists to a single file.
ThickBarrelOut(String) - Constructor for class org.egothor.store.ThickBarrelOut
Constructor for the ThickBarrelOut object.
ThickBarrelSortedOut - Class in org.egothor.store
This object implements a barrel that writes its inverted lists to a single file.
ThickBarrelSortedOut(String, IntegerArray) - Constructor for class org.egothor.store.ThickBarrelSortedOut
 
ThickFastIn - Class in org.egothor.robot.index
 
ThickFastIn(String) - Constructor for class org.egothor.robot.index.ThickFastIn
 
ThickFastOut - Class in org.egothor.robot.index
ThickFastOut.java Created on August 15, 2005, 2:53 AM
ThickFastOut(String) - Constructor for class org.egothor.robot.index.ThickFastOut
Constructor for the ThickBarrelOut object.
timestamp() - Method in class org.egothor.io.File
Return the timestamp of this file, or -1 when the file does not exist.
timestamp() - Method in class org.egothor.io.FileLocal
 
TITLELEN - Static variable in class org.egothor.Constants
Title length.
toAscii(String) - Static method in class org.egothor.text.Recode
 
toAscii(char) - Static method in class org.egothor.text.Recode
 
toByteArray() - Method in class org.egothor.lock.LockRequest
 
toByteBuffer() - Method in class org.egothor.lock.LockResult
 
Token - Class in org.egothor.core
This class represents a token of an input document.
Token(String, String, int, int, int, int) - Constructor for class org.egothor.core.Token
Constructor for the Token object
Token(String, String, int, int, int, int, int) - Constructor for class org.egothor.core.Token
Constructor for the Token object
token - Variable in class org.egothor.parser.plain.Simple
 
Token - Class in org.egothor.parser.plain
Describes the input token stream.
Token() - Constructor for class org.egothor.parser.plain.Token
 
token - Variable in class org.egothor.query.parser.Parser
 
Token - Class in org.egothor.query.parser
Describes the input token stream.
Token() - Constructor for class org.egothor.query.parser.Token
 
token_source - Variable in class org.egothor.parser.plain.Simple
 
token_source - Variable in class org.egothor.query.parser.Parser
 
tokenImage - Variable in exception org.egothor.parser.plain.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.egothor.parser.plain.SimpleConstants
 
tokenImage - Variable in exception org.egothor.query.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.egothor.query.parser.ParserConstants
 
TokenMgrError - Error in org.egothor.parser.plain
 
TokenMgrError() - Constructor for error org.egothor.parser.plain.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.egothor.parser.plain.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.egothor.parser.plain.TokenMgrError
 
TokenMgrError - Error in org.egothor.query.parser
 
TokenMgrError() - Constructor for error org.egothor.query.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.egothor.query.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.egothor.query.parser.TokenMgrError
 
toLowerCaseAscii(String) - Static method in class org.egothor.text.Recode
 
toNiceMeString() - Method in class org.egothor.duplicity.datastructure.DocumentUnitID
Returns textual representation of the unit to be printed in duplicity checking reports.
toNiceMeString() - Method in class org.egothor.duplicity.datastructure.ParagraphUnitID
Returns textual representation of the unit to be printed in duplicity checking reports.
toNiceMeString() - Method in class org.egothor.duplicity.datastructure.SentenceUnitID
Returns textual representation of the unit to be printed in duplicity checking reports.
toNiceMeString() - Method in class org.egothor.duplicity.datastructure.TextUnitID
Returns textual representation of the unit to be printed in duplicity checking reports.
toNiceOtherString() - Method in class org.egothor.duplicity.datastructure.DocumentUnitID
Returns textual representation of the unit to be printed in duplicity checking reports.
toNiceOtherString() - Method in class org.egothor.duplicity.datastructure.ParagraphUnitID
Returns textual representation of the unit to be printed in duplicity checking reports.
toNiceOtherString() - Method in class org.egothor.duplicity.datastructure.SentenceUnitID
Returns textual representation of the unit to be printed in duplicity checking reports.
toNiceOtherString() - Method in class org.egothor.duplicity.datastructure.TextUnitID
Returns textual representation of the unit to be printed in duplicity checking reports.
toString() - Method in class org.egothor.cache.AbstractCache
 
toString() - Method in class org.egothor.cache.AbstractNode
Returns a text representation of the node.
toString() - Method in class org.egothor.cache.arc.ArcCache
Returns a text representation of the cache.
toString() - Method in class org.egothor.cache.fifo.FifoCache
Returns a text representation of the cache.
toString() - Method in class org.egothor.cache.fifo.FifoList
Returns a text representation of the list.
toString() - Method in class org.egothor.cache.lfu.LfuCache
Returns a text representation of the cache.
toString() - Method in class org.egothor.cache.lru.LruCache
Returns a text representation of the cache.
toString() - Method in class org.egothor.cache.lruk.LruKCache
Returns a text representation of the cache.
toString() - Method in class org.egothor.cache.multiQueue.MultiQueueCache
Returns a text representation of the cache.
toString() - Method in class org.egothor.cache.slru.SlruCache
Returns a text representation of the cache.
toString() - Method in class org.egothor.cache.stat.StaticCache
Returns a text representation of the cache.
toString() - Method in class org.egothor.cache.staticDynamic.StaticDynamicCache
Returns a text representation of the cache.
toString() - Method in class org.egothor.cache.twoQueue.TwoQueueCache
Returns a text representation of the cache.
toString() - Method in class org.egothor.core.DocumentData
Construct a String representation of this HTMLMetadata object.
toString(String, String) - Static method in class org.egothor.core.Token
Convert a Token to a String.Returns the string that represents a token of a given name and text.
toString() - Method in class org.egothor.core.Token
Convert a Token to a String.Returns the string that represents a token of a given name and text.
toString() - Method in class org.egothor.duplicity.datastructure.DocumentPermutatedMins
 
toString() - Method in class org.egothor.duplicity.datastructure.DocumentUnitID
 
toString() - Method in class org.egothor.duplicity.datastructure.JaccardCoeficient
 
toString() - Method in class org.egothor.duplicity.datastructure.ParagraphUnitID
 
toString() - Method in class org.egothor.duplicity.datastructure.SentenceUnitID
 
toString() - Method in class org.egothor.duplicity.datastructure.UnitPair
 
toString() - Method in class org.egothor.duplicity.datastructure.UnitPermutatedMin
 
toString() - Method in class org.egothor.duplicity.file.AllSimilarUnitPairsFile
 
toString() - Method in class org.egothor.duplicity.file.CommonSimilarUnitPairsFile
 
toString() - Method in class org.egothor.duplicity.file.DuplicityCheckingFile
 
toString() - Method in class org.egothor.duplicity.file.PermutatedMinsFile
 
toString() - Method in class org.egothor.duplicity.file.PermutatedMinsFileProducer
 
toString() - Method in class org.egothor.duplicity.file.SimilarUnitPairsFileProducer
 
toString() - Method in class org.egothor.duplicity.util.Permutation
Represents permutation in condensed format.
toString() - Method in class org.egothor.io.MemoryInputStream
 
toString() - Method in class org.egothor.lock.LockRequest
 
toString() - Method in class org.egothor.lock.LockResult
 
toString() - Method in class org.egothor.parser.plain.Token
Returns the image.
toString() - Method in class org.egothor.query.parser.Token
Returns the image.
toString() - Method in class org.egothor.query.QAnd
Return a string representation of this object.
toString() - Method in class org.egothor.query.QGroup
Return a String representation of this object.
toString() - Method in class org.egothor.query.QNot
Return a string representation of this object.
toString() - Method in class org.egothor.query.QOr
Return a string representation of this object.
toString() - Method in class org.egothor.query.QPhrase
Return a string representation of this object.
toString() - Method in class org.egothor.query.QProx
Return a string representation of this object.
toString() - Method in class org.egothor.query.QTerm
Return a string representation of this object.
toString() - Method in class org.egothor.text.Stringer
Description of the Method
toUpperCaseAscii(String) - Static method in class org.egothor.text.Recode
 
TRANSACTION_LISTENER_FILENAME_PREFIX - Static variable in class org.egothor.Constants
Prefix of all transaction listeners' filenames.
TransactionListener - Class in org.egothor.listener
TransactionListener.java Created on 1.
TransactionListener(String, long) - Constructor for class org.egothor.listener.TransactionListener
 
TransactionListener(String) - Constructor for class org.egothor.listener.TransactionListener
 
TransactionLog - Class in org.egothor.slotter
TransactionLog.java Created on 2.
TransactionLog(int, SequenceWithClose<GlobalPosition>) - Constructor for class org.egothor.slotter.TransactionLog
 
transform(File) - Method in class org.egothor.parser.transformer.Pdf2Html
 
Trie - Class in org.egothor.stemmer
A Trie is used to store a dictionary of words and their stems.
Trie(DataInput) - Constructor for class org.egothor.stemmer.Trie
Constructor for the Trie object.
Trie(boolean) - Constructor for class org.egothor.stemmer.Trie
Constructor for the Trie object.
Trie(boolean, int, ArrayList, ArrayList) - Constructor for class org.egothor.stemmer.Trie
Constructor for the Trie object.
tryLuck(int) - Method in class org.egothor.duplicity.generator.DocumentGenerator
 
Tuple - Interface in org.egothor.repository
This interface represents one repository/db tuple.
TwoQueueCache<K,V> - Class in org.egothor.cache.twoQueue
Implementation of Cache that uses the 2Q algorithm as an eviction policy.
TwoQueueCache() - Constructor for class org.egothor.cache.twoQueue.TwoQueueCache
Constructor for the TwoQueueCache object.
TwoQueueCache(int) - Constructor for class org.egothor.cache.twoQueue.TwoQueueCache
Constructor for the TwoQueueCache object.
TwoQueueCache(int, int, int) - Constructor for class org.egothor.cache.twoQueue.TwoQueueCache
Constructor for the TwoQueueCache object.
TwoQueueCache(Resolver<K, V>) - Constructor for class org.egothor.cache.twoQueue.TwoQueueCache
Constructor for the TwoQueueCache object.
TwoQueueCache(Resolver<K, V>, int) - Constructor for class org.egothor.cache.twoQueue.TwoQueueCache
Constructor for the TwoQueueCache object.
TwoQueueCache(Resolver<K, V>, int, int, int) - Constructor for class org.egothor.cache.twoQueue.TwoQueueCache
Constructor for the TwoQueueCache object.

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