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

T

t - Variable in class com.sun.labs.minion.clustering.MST.Vertex
 
t - Variable in class com.sun.labs.minion.indexer.partition.AsyncDumper
The thread that is running our dumping.
tabSize - Variable in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
tabSize - Variable in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
tag - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
A buffer to hold a tag parsed from the file.
takesObjAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
taxonomy - Variable in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
A disk taxonomy, if one exists.
taxonomy - Variable in class com.sun.labs.minion.indexer.partition.InvFileMemoryPartition
The taxonomy.
Taxonomy - Class in com.sun.labs.minion.lextax
An abstract class that holds the information common to both Memory and Disk taxonomies.
Taxonomy() - Constructor for class com.sun.labs.minion.lextax.Taxonomy
 
taxonomyEnabled - Variable in class com.sun.labs.minion.IndexConfig
Flag to indicate if to enable the taxonomy Independent of whether a lexicon is specified
taxonomyEnabled() - Method in class com.sun.labs.minion.IndexConfig
Should we we using a taxonomy?
tBlock - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
tc - Variable in class com.sun.labs.minion.classification.BigQuery
 
tcs - Variable in class com.sun.labs.minion.document.tokenizer.HandyTokenizer
A token collecting stage.
te - Variable in class com.sun.labs.minion.clustering.AbstractClusterer
 
tell() - Method in class com.sun.labs.minion.util.BitBuffer
Tells where the read head currently is.
tempMorphCompoundRules - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
tenseAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
term - Variable in class com.sun.labs.minion.Posting
The term represented by this posting.
Term - Class in com.sun.labs.minion.query
A class for a search term.
Term(String) - Constructor for class com.sun.labs.minion.query.Term
 
Term(String, EnumSet<Term.Modifier>) - Constructor for class com.sun.labs.minion.query.Term
 
term() - Method in class com.sun.labs.minion.retrieval.parser.LuceneParser
 
TERM - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
term() - Method in class com.sun.labs.minion.retrieval.parser.StrictParser
 
term() - Method in class com.sun.labs.minion.retrieval.parser.WebParser
 
TERM - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
Term.Modifier - Enum in com.sun.labs.minion.query
The modifiers that affect which terms will be pulled from the index for the given query term.
termCache - Variable in class com.sun.labs.minion.indexer.partition.DiskPartition
A cache of uncompressed postings data.
TermCache - Class in com.sun.labs.minion.retrieval.cache
An LRA cache of terms and their associated postings.
TermCache(DiskPartition) - Constructor for class com.sun.labs.minion.retrieval.cache.TermCache
 
TermCache(int, DiskPartition) - Constructor for class com.sun.labs.minion.retrieval.cache.TermCache
 
TermCacheElement - Class in com.sun.labs.minion.retrieval.cache
An element in a term cache.
TermCacheElement(List<String>, PostingsIteratorFeatures, DiskPartition) - Constructor for class com.sun.labs.minion.retrieval.cache.TermCacheElement
Creates a cache element.
TermCacheElement.TCEIterator - Class in com.sun.labs.minion.retrieval.cache
An iterator for this element of the term cache.
TermCacheElement.TCEIterator() - Constructor for class com.sun.labs.minion.retrieval.cache.TermCacheElement.TCEIterator
 
termCacheHits - Variable in class com.sun.labs.minion.QueryStats
The number of term cache hits.
termCacheMisses - Variable in class com.sun.labs.minion.QueryStats
The number of term cache misses.
termCaches - Variable in class com.sun.labs.minion.classification.QueryZone
A term cache to use when building classifiers.
termCaches - Variable in class com.sun.labs.minion.classification.Rocchio
A term cache to use when building classifiers.
termCacheSize - Variable in class com.sun.labs.minion.indexer.partition.DiskPartitionFactory
 
termCacheW - Variable in class com.sun.labs.minion.QueryStats
A stopwatch that accumulates the time spent getting entries for the term cache.
TermFreq - Class in com.sun.labs.minion.lexmorph.disambiguation
A container class for a term and it's associated frequency.
TermOrderer - Class in com.sun.labs.minion.retrieval
Compares dictionary terms based on their query order.
TermOrderer() - Constructor for class com.sun.labs.minion.retrieval.TermOrderer
 
TermProb - Class in com.sun.labs.minion.lexmorph.disambiguation
A class to hold the probability for a given term.
terms - Variable in class com.sun.labs.minion.retrieval.cache.TermCacheElement
 
terms - Variable in class com.sun.labs.minion.retrieval.MultiDictTerm
 
terms - Variable in class com.sun.labs.minion.retrieval.Proximity
The dictionary terms from the query, in the order given in the query.
Terms - Class in com.sun.labs.minion.test
 
Terms() - Constructor for class com.sun.labs.minion.test.Terms
 
termStats - Variable in class com.sun.labs.minion.classification.Rocchio
 
termStats - Variable in class com.sun.labs.minion.retrieval.CollectionStats
A local cache of term stats.
TermStats - Interface in com.sun.labs.minion
An interface to some standard term statistics.
TermStatsDictionary - Interface in com.sun.labs.minion.indexer.dictionary
An interface for term statistics dictionaries, so that we can configure different kinds of dictionaries for different situations.
TermStatsEntry - Class in com.sun.labs.minion.indexer.entry
An entry for the global term statistics dictionary.
TermStatsEntry() - Constructor for class com.sun.labs.minion.indexer.entry.TermStatsEntry
 
TermStatsEntry(String) - Constructor for class com.sun.labs.minion.indexer.entry.TermStatsEntry
 
TermStatsFactory - Class in com.sun.labs.minion.indexer.dictionary
A configurable factory for term stats dictionaries.
TermStatsFactory() - Constructor for class com.sun.labs.minion.indexer.dictionary.TermStatsFactory
 
TermStatsImpl - Class in com.sun.labs.minion.retrieval
A class that holds collection-wide statistics for a term.
TermStatsImpl(String) - Constructor for class com.sun.labs.minion.retrieval.TermStatsImpl
Creates an empty set of term stats to which we can add terms.
TermStatsImpl(String, PartitionManager) - Constructor for class com.sun.labs.minion.retrieval.TermStatsImpl
Builds the collection wide statistics from the partitions in a partition manager.
TermStatsImpl(String, List) - Constructor for class com.sun.labs.minion.retrieval.TermStatsImpl
Builds the collection wide statistics from the partitions in a partition manager.
termWeight(WeightingComponents) - Method in class com.sun.labs.minion.retrieval.Okapi
Calculates the weight for a particular term in a particular document, given a set of weighting components.
termWeight(WeightingComponents) - Method in class com.sun.labs.minion.retrieval.TFIDF
Calculates the weight for a particular term in a particular document, given a set of weighting components.
termWeight(WeightingComponents) - Method in class com.sun.labs.minion.retrieval.TFIDFCount
Calculates the weight for a particular term in a particular document, given a set of weighting components.
termWeight(WeightingComponents) - Method in interface com.sun.labs.minion.retrieval.WeightingFunction
Calculates the weight for a particular term in a particular document, given a set of weighting components.
Test - Class in com.sun.labs.minion.document.tokenizer
 
Test(Tokenizer) - Constructor for class com.sun.labs.minion.document.tokenizer.Test
Runs a tokenizer against a given list of files.
test() - Method in class com.sun.labs.minion.test.regression.DVPostingsTester
Run the test
test(int) - Method in class com.sun.labs.minion.util.BitBuffer
Test whether a given bit is true or false.
test(int) - Method in interface com.sun.labs.minion.util.buffer.ReadableBuffer
Tests whether a given bit is true or false.
test(int) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Tests whether a given bit is true or false.
test(int) - Method in class com.sun.labs.minion.util.buffer.StdReadableImpl
Tests whether a given bit is true or false.
TestEntrySelector - Class in com.sun.labs.minion.test.regression.query
Selects entries in an index which will be used to create queries for the regression test.
TestEntrySelector(String, String) - Constructor for class com.sun.labs.minion.test.regression.query.TestEntrySelector
Creates a TestEntrySelector based on the given properties.
TestFieldEntrySelector - Class in com.sun.labs.minion.test.regression.query
Selects entries in an index which will be used to create queries for fields for the regression test.
TestFieldEntrySelector(String, String) - Constructor for class com.sun.labs.minion.test.regression.query.TestFieldEntrySelector
Creates a TestFieldEntrySelector based on the given properties.
testIcode(Category, Atom[]) - Method in class com.sun.labs.minion.lexmorph.Word
 
testNotYetMorphed() - Method in class com.sun.labs.minion.lexmorph.Word
 
testPostTest(MorphState) - Method in class com.sun.labs.minion.lexmorph.MorphEngine
Method called as part of a doTest to check phase-one conditions.
testPrecheckFlag - Variable in class com.sun.labs.minion.lexmorph.MorphEngine
 
testPreTest(MorphState) - Method in class com.sun.labs.minion.lexmorph.MorphEngine
Method called as part of a doTest to check phase-one conditions.
TestUtil - Class in com.sun.labs.minion.util
This class defines a set of utilities that will be used by the unit tests for AST.
TestUtil() - Constructor for class com.sun.labs.minion.util.TestUtil
 
TestUtils - Class in com.sun.labs.minion.test.regression
Utility methods for the regression test package.
TestUtils() - Constructor for class com.sun.labs.minion.test.regression.TestUtils
 
testval - Variable in class com.sun.labs.minion.lexmorph.MorphState
 
text - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
A buffer to hold text parsed from the file.
text(char[], int, int) - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
 
text(char[], int, int) - Method in class com.sun.labs.minion.document.tokenizer.Tokenizer
Tokenize the given text.
text(char[], int, int) - Method in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
Handle text passed to us by the markup analyzer.
text(char[], int, int) - Method in class com.sun.labs.minion.indexer.partition.InvFileMemoryPartition
Processes text passed in from the upstream stage.
text - Variable in class com.sun.labs.minion.pipeline.AbstractPipelineImpl
Character data taken from a field.
text(char[], int, int) - Method in class com.sun.labs.minion.pipeline.PrintStage
 
text(char[], int, int) - Method in interface com.sun.labs.minion.pipeline.Stage
Processes some text from further up the pipeline.
text(char[], int, int) - Method in class com.sun.labs.minion.pipeline.StageAdapter
Processes some text from further up the pipeline.
text(char[], int, int) - Method in class com.sun.labs.minion.pipeline.StemStage
Processes text passed in from the upstream stage.
text(char[], int, int) - Method in class com.sun.labs.minion.pipeline.StopWordsStage
Processes text passed in from the upstream stage.
text(char[], int, int) - Method in interface com.sun.labs.minion.PipelineStage
Sends some text to be indexed as part of the field.
textFilePos - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
The position of the first character of the text buffer in the file.
TextHighlighter - Class in com.sun.labs.minion
A simple class for doing textual highlighting of a passage.
TextHighlighter() - Constructor for class com.sun.labs.minion.TextHighlighter
 
textPos - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
The current position in the text buffer that we will tokenize.
TFIDF - Class in com.sun.labs.minion.retrieval
An implementation of the standard tfidf weighting function.
TFIDF() - Constructor for class com.sun.labs.minion.retrieval.TFIDF
 
TFIDFCount - Class in com.sun.labs.minion.retrieval
A subclass of TFIDF that uses simple term frequencies rather than log term frequencies when calculating term weights.
TFIDFCount() - Constructor for class com.sun.labs.minion.retrieval.TFIDFCount
 
th - Variable in class com.sun.labs.minion.test.QueryTest.DisplaySpec
 
thingsToClose - Variable in class com.sun.labs.minion.indexer.partition.PartitionManager
The list of parts to close.
thingWord - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
thirdSingRule - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
ThreeEntryQueryFactory - Class in com.sun.labs.minion.test.regression.query
Generates queries that contains three entries.
ThreeEntryQueryFactory(QueryFactory) - Constructor for class com.sun.labs.minion.test.regression.query.ThreeEntryQueryFactory
 
threeSAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
threeSgAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
threeSingAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
threshold - Variable in class com.sun.labs.minion.classification.Rocchio
The similarity threshold for our classifier.
ThrowDumper - Class in com.sun.labs.minion.indexer.partition
A dumper that will throw away partitions without doing anything.
ThrowDumper() - Constructor for class com.sun.labs.minion.indexer.partition.ThrowDumper
Creates a SyncDumper
TILDE - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
TILDE - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
time - Variable in class com.sun.labs.minion.util.StopWatch
The amount of time accumulated on the timer.
timedOut - Variable in class com.sun.labs.minion.indexer.dictionary.QueryTimerTask
 
timezone - Variable in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.TimePhrase
 
tionBlock - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
tnsAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
to - Variable in class com.sun.labs.minion.indexer.entry.CasedDFOEntry
The total number of occurrences.
to - Variable in class com.sun.labs.minion.indexer.entry.DFOEntry
The total number of occurrences in the postings list associated with this entry.
to - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings
The total number of occurrences in the postings.
to - Variable in class com.sun.labs.minion.indexer.postings.IDFreqPostings
The total number of occurrences in the postings list.
TO - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
toActualString() - Method in class com.sun.labs.minion.util.BitBuffer
Print the bits in the buffer in the order in which they actually occur.
toArray() - Method in class com.sun.labs.minion.classification.FeatureClusterSet
 
toDump - Variable in class com.sun.labs.minion.indexer.partition.AsyncDumper
A queue onto which partitions will be placed for dumping.
toHexDigits(String) - Static method in class com.sun.labs.minion.util.Util
Converts a string to a sequence of four hex digit unicode descriptions.
tok - Variable in class com.sun.labs.minion.document.tokenizer.HandyTokenizer
A tokenizer.
token - Variable in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
 
Token - Class in com.sun.labs.minion.document.tokenizer
Describes the input token stream.
Token() - Constructor for class com.sun.labs.minion.document.tokenizer.Token
 
token(Token) - Method in class com.sun.labs.minion.indexer.partition.InvFileMemoryPartition
Takes a token from the pipeline and adds it to this partition.
token - Variable in class com.sun.labs.minion.lexmorph.WordToken
The string for a token.
token(Token) - Method in class com.sun.labs.minion.pipeline.BlurbStage
Processes a token from further up the pipeline.
token(Token) - Method in class com.sun.labs.minion.pipeline.DropNumbersStage
Processes a token from further up the pipeline.
token(Token) - Method in class com.sun.labs.minion.pipeline.Dropper
Processes a token from further up the pipeline.
token(Token) - Method in class com.sun.labs.minion.pipeline.LowerCaseStage
Processes a token from further up the pipeline.
token(Token) - Method in class com.sun.labs.minion.pipeline.PrintStage
Processes a token from further up the pipeline.
token(Token) - Method in class com.sun.labs.minion.pipeline.PrintTokenStage
Processes a token from further up the pipeline.
token(Token) - Method in class com.sun.labs.minion.pipeline.QuestioningStage
 
token(Token) - Method in class com.sun.labs.minion.pipeline.ReplacementStage
Processes a token from further up the pipeline.
token(Token) - Method in interface com.sun.labs.minion.pipeline.Stage
Processes a token from further up the pipeline.
token(Token) - Method in class com.sun.labs.minion.pipeline.StageAdapter
Processes a token from further up the pipeline.
token(Token) - Method in class com.sun.labs.minion.pipeline.StemStage
Processes a token from further up the pipeline.
token(Token) - Method in class com.sun.labs.minion.pipeline.StopWordsStage
Processes a token from further up the pipeline.
Token - Class in com.sun.labs.minion.pipeline
A class encapsulating all of our knowledge about a given token.
Token() - Constructor for class com.sun.labs.minion.pipeline.Token
 
Token(String, int) - Constructor for class com.sun.labs.minion.pipeline.Token
Creates a token.
Token(String, int, int) - Constructor for class com.sun.labs.minion.pipeline.Token
Creates a token.
Token(String, int, int, int) - Constructor for class com.sun.labs.minion.pipeline.Token
Creates a token that can be passed down the pipeline.
Token(String, int, int, int, int) - Constructor for class com.sun.labs.minion.pipeline.Token
Creates a token that can be passed down the pipeline.
Token(String, int, int, int, int, int) - Constructor for class com.sun.labs.minion.pipeline.Token
Creates a token that can be passed down the pipeline.
token - Variable in class com.sun.labs.minion.pipeline.Token
The string for a token.
token(Token) - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage
Processes a token.
token(Token) - Method in class com.sun.labs.minion.retrieval.HighlightStage
Processes a token from further up the pipeline.
token - Variable in class com.sun.labs.minion.retrieval.parser.LuceneParser
 
token - Variable in class com.sun.labs.minion.retrieval.parser.StrictParser
 
Token - Class in com.sun.labs.minion.retrieval.parser
Describes the input token stream.
Token() - Constructor for class com.sun.labs.minion.retrieval.parser.Token
 
token - Variable in class com.sun.labs.minion.retrieval.parser.WebParser
 
token_source - Variable in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
 
token_source - Variable in class com.sun.labs.minion.retrieval.parser.LuceneParser
 
token_source - Variable in class com.sun.labs.minion.retrieval.parser.StrictParser
 
token_source - Variable in class com.sun.labs.minion.retrieval.parser.WebParser
 
TokenCollectorStage - Class in com.sun.labs.minion.pipeline
A stage that collects the tokens that come down the pipe into an array that someone can retrieve.
TokenCollectorStage(int[], int[]) - Constructor for class com.sun.labs.minion.pipeline.TokenCollectorStage
Instantiates a token collecting stage that will only collect tokens in the given ranges.
TokenCollectorStage() - Constructor for class com.sun.labs.minion.pipeline.TokenCollectorStage
Instantiates a token collecting stage.
TokenCollectorStage.Range - Class in com.sun.labs.minion.pipeline
A class to hold the tokens for a given range of the tokenized material.
TokenCollectorStage.Range(int, int) - Constructor for class com.sun.labs.minion.pipeline.TokenCollectorStage.Range
Initializes a range.
TokenCollectorStage.Range.RangeIterator - Class in com.sun.labs.minion.pipeline
 
TokenCollectorStage.Range.RangeIterator() - Constructor for class com.sun.labs.minion.pipeline.TokenCollectorStage.Range.RangeIterator
 
tokenEnds - Variable in class com.sun.labs.minion.retrieval.PassageImpl
The list of ending positions for the highlighted tokens in this passage
tokenImage - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
tokenImage - Variable in exception com.sun.labs.minion.document.tokenizer.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
tokenImage - Variable in exception com.sun.labs.minion.retrieval.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 com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
tokenImage - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
tokenize(Reader, String) - Method in class com.sun.labs.minion.document.tokenizer.Test
 
tokenize(String, TokenCollectorStage) - Static method in class com.sun.labs.minion.retrieval.parser.WebElementFactory
 
tokenizeBuffer() - Method in class com.sun.labs.minion.document.MarkUpAnalyzer_html
Pass the contents of the buffer to the tokenizer.
Tokenizer - Class in com.sun.labs.minion.document.tokenizer
 
Tokenizer() - Constructor for class com.sun.labs.minion.document.tokenizer.Tokenizer
 
Tokenizer(Stage) - Constructor for class com.sun.labs.minion.document.tokenizer.Tokenizer
Create a tokenizer that will send it's output to the given Stage
Tokenizer(Stage, boolean) - Constructor for class com.sun.labs.minion.document.tokenizer.Tokenizer
Creates a tokenizer that will send tokens and possibly punctuation to the given stage.
tokenizeToArray(String) - Method in class com.sun.labs.minion.document.tokenizer.HandyTokenizer
Tokenize the given string and hand back an array of the tokens it produces.
tokenizeToIterator(String) - Method in class com.sun.labs.minion.document.tokenizer.HandyTokenizer
Tokenize the given string and hand back an iterator for the tokens it produces.
tokenLength - Variable in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
 
TokenMgrError - Error in com.sun.labs.minion.document.tokenizer
 
TokenMgrError() - Constructor for error com.sun.labs.minion.document.tokenizer.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error com.sun.labs.minion.document.tokenizer.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.sun.labs.minion.document.tokenizer.TokenMgrError
 
TokenMgrError - Error in com.sun.labs.minion.retrieval.parser
 
TokenMgrError() - Constructor for error com.sun.labs.minion.retrieval.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error com.sun.labs.minion.retrieval.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.sun.labs.minion.retrieval.parser.TokenMgrError
 
tokenPosns - Variable in class com.sun.labs.minion.retrieval.PassageImpl
The positions in the tokens array of the words associated with this passage.
tokens - Variable in class com.sun.labs.minion.pipeline.TokenCollectorStage.Range
The collected tokens.
tokens - Variable in class com.sun.labs.minion.retrieval.PassageImpl
The tokens and punctuation making up this passage, collected while parsing the document.
tokenStarts - Variable in class com.sun.labs.minion.retrieval.PassageImpl
The list of starting positions for the highlighted tokens in this passage
tokenString - Variable in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
 
tokenSubstring(int, int) - Method in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
Determine token substring to generate for ngram from left to right, where left and right are not yet clamped by the ends of tokenString.
toLogicalString() - Method in class com.sun.labs.minion.util.BitBuffer
Provide a logical string representation of the bit buffer.
toLowerCase - Static variable in class com.sun.labs.minion.util.CharUtils
Return the lower case of a char.
toLowerCase(String) - Static method in class com.sun.labs.minion.util.CharUtils
Lower cases a string, using our lower case array.
toLowerCase(char) - Static method in class com.sun.labs.minion.util.CharUtils
Lowercases a single character using our lower case array.
toLowerCase(char[]) - Static method in class com.sun.labs.minion.util.Util
Changes the characters in an array to lower case, destructively.
toLowerCase(char[], int, int) - Static method in class com.sun.labs.minion.util.Util
Changes the characters in a region of an array to lower case, destructively.
toMB(long) - Static method in class com.sun.labs.minion.document.tokenizer.RateTest
 
toMB(long) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
toMB(long) - Method in class com.sun.labs.minion.pipeline.Dropper
 
toMB(long) - Static method in class com.sun.labs.minion.test.URLIndexTest
 
toMerge - Variable in class com.sun.labs.minion.indexer.partition.PartitionManager.Merger
The list of partitions that we wish to merge.
top - Variable in class com.sun.labs.minion.lextax.MemoryTaxonomy
 
TOP - Static variable in class com.sun.labs.minion.lextax.Taxonomy
The ID for the root of the taxonomy.
TOP_NAME - Static variable in class com.sun.labs.minion.lextax.Taxonomy
The name of the top concept.
topID - Variable in class com.sun.labs.minion.lextax.MemoryTaxonomy
 
TOR - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
toString() - Method in class com.sun.labs.minion.classification.ContingencyFeature
 
toString() - Method in class com.sun.labs.minion.classification.ContingencyFeatureCluster
 
toString() - Method in class com.sun.labs.minion.classification.FeatureClusterSet
 
toString() - Method in class com.sun.labs.minion.classification.SimpleFeatureCluster
 
toString() - Method in class com.sun.labs.minion.classification.WeightedFeature
 
toString() - Method in class com.sun.labs.minion.classification.WeightedFeatureVector
 
toString(int) - Method in class com.sun.labs.minion.classification.WeightedFeatureVector
 
toString(double[]) - Method in class com.sun.labs.minion.clustering.AbstractClusterer
 
toString() - Method in class com.sun.labs.minion.clustering.ClusterElement
 
toString() - Method in class com.sun.labs.minion.clustering.ClusterStatisticsImpl
 
toString(double[]) - Static method in class com.sun.labs.minion.clustering.ClusterUtil
 
toString() - Method in class com.sun.labs.minion.clustering.MST.Edge
 
toString() - Method in class com.sun.labs.minion.clustering.MST.Vertex
 
toString() - Method in class com.sun.labs.minion.document.tokenizer.Token
Returns the image.
toString() - Method in class com.sun.labs.minion.engine.DocumentImpl
 
toString() - Method in class com.sun.labs.minion.engine.SearchEngineImpl
Gets a string description of the search engine.
toString() - Method in class com.sun.labs.minion.FieldFrequency
 
toString() - Method in class com.sun.labs.minion.FieldInfo
 
toString() - Method in class com.sun.labs.minion.indexer.dictionary.DictionaryHeader
 
toString() - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary.HE
 
toString() - Method in class com.sun.labs.minion.indexer.dictionary.FieldStoreHeader
 
toString() - Method in class com.sun.labs.minion.indexer.entry.BaseEntry
 
toString() - Method in class com.sun.labs.minion.indexer.MetaFile
 
toString() - Method in class com.sun.labs.minion.indexer.partition.DelMap
 
toString() - Method in class com.sun.labs.minion.indexer.partition.DiskPartition
 
toString() - Method in class com.sun.labs.minion.indexer.partition.PartitionManager.Merger
 
toString() - Method in class com.sun.labs.minion.indexer.partition.PartitionStats
 
toString() - Method in class com.sun.labs.minion.indexer.postings.PostingsIteratorFeatures
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.AdjPhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.AdvPhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.CityPhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.DatePhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.NamePhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.NounPhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.NpStackElt
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.PlaceNamePhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.PossPhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.PrepPhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.TimePhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.TimeSpecPhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.VerbPhrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.WordQElt
 
toString() - Method in class com.sun.labs.minion.lexmorph.BoolRule
 
toString() - Method in class com.sun.labs.minion.lexmorph.Category
 
toString() - Method in class com.sun.labs.minion.lexmorph.disambiguation.Sense
 
toString() - Method in class com.sun.labs.minion.lexmorph.disambiguation.Supervised
 
toString() - Method in class com.sun.labs.minion.lexmorph.disambiguation.TermFreq
 
toString() - Method in class com.sun.labs.minion.lexmorph.disambiguation.TermProb
 
toString() - Method in class com.sun.labs.minion.lexmorph.disambiguation.Unsupervised.Model
 
toString() - Method in class com.sun.labs.minion.lexmorph.LiteMorphRule
 
toString() - Method in class com.sun.labs.minion.lexmorph.MorphCompoundRule
 
toString() - Method in class com.sun.labs.minion.lexmorph.MorphRule
 
toString() - Method in class com.sun.labs.minion.lexmorph.Phrase
 
toString() - Method in class com.sun.labs.minion.lexmorph.Word
 
toString() - Method in class com.sun.labs.minion.lexmorph.WordToken
 
toString() - Method in class com.sun.labs.minion.lextax.ConceptEntry
 
toString() - Method in class com.sun.labs.minion.pipeline.Token
 
toString() - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage.Range
 
toString() - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage
 
toString() - Method in class com.sun.labs.minion.Posting
Generates a string representation of this posting
toString() - Method in class com.sun.labs.minion.query.Range
 
toString() - Method in class com.sun.labs.minion.query.Relation
 
toString() - Method in class com.sun.labs.minion.retrieval.ArrayGroup
 
toString() - Method in class com.sun.labs.minion.retrieval.CollectionStats
 
toString() - Method in class com.sun.labs.minion.retrieval.CompositeDocumentVectorImpl
 
toString() - Method in class com.sun.labs.minion.retrieval.DictTerm
 
toString(String) - Method in class com.sun.labs.minion.retrieval.DictTerm
 
toString() - Method in class com.sun.labs.minion.retrieval.DocumentVectorImpl
 
toString(String) - Method in class com.sun.labs.minion.retrieval.FieldTerm
 
toString() - Method in class com.sun.labs.minion.retrieval.MultiDictTerm
 
toString(String) - Method in class com.sun.labs.minion.retrieval.MultiDictTerm
 
toString() - Method in class com.sun.labs.minion.retrieval.NameTerm
 
toString(String) - Method in class com.sun.labs.minion.retrieval.NameTerm
 
toString() - Method in class com.sun.labs.minion.retrieval.NegativeGroup
 
toString() - Method in class com.sun.labs.minion.retrieval.Operator
 
toString(String) - Method in class com.sun.labs.minion.retrieval.Operator
 
toString() - Method in class com.sun.labs.minion.retrieval.parser.SimpleNode
 
toString(String) - Method in class com.sun.labs.minion.retrieval.parser.SimpleNode
 
toString() - Method in class com.sun.labs.minion.retrieval.parser.Token
Returns the image.
toString() - Method in class com.sun.labs.minion.retrieval.PassageImpl
 
toString(int) - Method in class com.sun.labs.minion.retrieval.PassageStore
 
toString() - Method in class com.sun.labs.minion.retrieval.QueryElement
 
toString(String) - Method in class com.sun.labs.minion.retrieval.QueryElement
 
toString(String) - Method in class com.sun.labs.minion.retrieval.QueryTerm
 
toString() - Method in class com.sun.labs.minion.retrieval.ResultImpl
 
toString() - Method in class com.sun.labs.minion.retrieval.ScoredGroup
 
toString(int) - Method in class com.sun.labs.minion.retrieval.ScoredGroup
 
toString() - Method in class com.sun.labs.minion.retrieval.SortSpec
 
toString() - Method in class com.sun.labs.minion.retrieval.TermStatsImpl
 
toString() - Method in class com.sun.labs.minion.retrieval.WeightingComponents
 
toString() - Method in exception com.sun.labs.minion.SearchEngineException
 
toString() - Method in class com.sun.labs.minion.test.AllSim.ScoredArtist
 
toString() - Method in class com.sun.labs.minion.test.QueryRunner
 
toString() - Method in class com.sun.labs.minion.test.regression.TupleRelation
Returns a string representation of this tuple relation.
toString() - Method in class com.sun.labs.minion.util.BitBuffer
 
toString() - Method in class com.sun.labs.minion.util.buffer.ChannelReadableBuffer
Gets a string representation of the buffer.
toString() - Method in class com.sun.labs.minion.util.buffer.FileReadableBuffer
Gets a string representation of the buffer.
toString() - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Gets a string representation of the bytes in this buffer.
toString(int) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Print the bits in the buffer in the order in which they actually occur.
toString(int, int) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Print the bits in the buffer in the order in which they actually occur.
toString() - Method in class com.sun.labs.minion.util.buffer.StdReadableImpl
Gets a string representation of the bytes in this buffer.
toString(int) - Method in class com.sun.labs.minion.util.buffer.StdReadableImpl
Print the bits in the buffer in the order in which they actually occur.
toString(int, int) - Method in class com.sun.labs.minion.util.buffer.StdReadableImpl
Print the bits in the buffer in the order in which they actually occur.
toString() - Method in class com.sun.labs.minion.util.FileLock
Gets a string describing the lock.
toString() - Method in class com.sun.labs.minion.util.PorterStemmer
After a word has been stemmed, it can be retrieved by toString(), or a reference to the internal buffer can be retrieved by getResultBuffer and getResultLength (which is generally more efficient.)
toStringArray(Value[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
toStringMod() - Method in class com.sun.labs.minion.retrieval.Near
 
toStringMod() - Method in class com.sun.labs.minion.retrieval.Operator
 
toStringMod() - Method in class com.sun.labs.minion.retrieval.Weight
 
totalSize - Variable in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
 
totalSize - Variable in class com.sun.labs.minion.indexer.entry.CasedEntry
The total size of the postings.
totalTime - Variable in class com.sun.labs.minion.test.QueryTest
 
toUpperCase - Static variable in class com.sun.labs.minion.util.CharUtils
Return the upper case of a char.
toUpperCase(String) - Static method in class com.sun.labs.minion.util.CharUtils
Uppercases a string, using our upper case array.
toUpperCase(char) - Static method in class com.sun.labs.minion.util.CharUtils
Upper cases a single character, using our upper case array.
toUpperCase(char[]) - Static method in class com.sun.labs.minion.util.Util
Changes the characters in an array to upper case, destructively.
toUpperCase(char[], int, int) - Static method in class com.sun.labs.minion.util.Util
Changes the characters in a region of an array to upper case, destructively.
tPrefixes - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
trace(String) - Method in class com.sun.labs.minion.lexmorph.MorphEngine
For debugging rules by tracing the results of each rule attempt.
traceFlag - Variable in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
 
traceFlag - Static variable in class com.sun.labs.minion.lexmorph.LiteMorph
 
traceFlag - Static variable in class com.sun.labs.minion.lexmorph.LiteMorph_de
For tracing the testing of LiteMorph rules.
traceFlag - Static variable in class com.sun.labs.minion.lexmorph.LiteMorph_es
For tracing the testing of LiteMorph rules.
traceFlag - Static variable in class com.sun.labs.minion.lexmorph.LiteMorphRule
For tracing the testing of LiteMorph rules.
traceFlag - Static variable in class com.sun.labs.minion.lexmorph.MorphEngine
 
traceMatchFlag - Static variable in class com.sun.labs.minion.lexmorph.LiteMorphRule
For tracing behavior of rule matching.
traceOff() - Static method in class com.sun.labs.minion.lexmorph.MorphEngine
For debugging rules by tracing the results of each rule attempt.
traceOn() - Static method in class com.sun.labs.minion.lexmorph.MorphEngine
For debugging rules by tracing the results of each rule attempt.
tradeLock(Thread, Thread) - Method in class com.sun.labs.minion.util.FileLock
Trades the lock from one thread to another.
train(String, String, PartitionManager, ResultSetImpl, FeatureClusterSet, Map<String, TermStatsImpl>, Map<DiskPartition, TermCache>, Progress) - Method in class com.sun.labs.minion.classification.BalancedWinnow
Train a balanced winnow classifier.
train(String, String, String, ResultSetImpl, Progress) - Method in class com.sun.labs.minion.classification.ClassifierMemoryPartition
Train a classifier.
train(String, String, PartitionManager, ResultSetImpl, FeatureClusterSet, Map<String, TermStatsImpl>, Map<DiskPartition, TermCache>, Progress) - Method in interface com.sun.labs.minion.classification.ClassifierModel
Trains the classifier on a set of documents.
train - Variable in class com.sun.labs.minion.classification.KFoldSplitter
The set that should be trained on
train - Variable in class com.sun.labs.minion.classification.RandomTwoThirdsSplitter
The set that should be trained on
train(String, String, PartitionManager, ResultSetImpl, FeatureClusterSet, Map<String, TermStatsImpl>, Map<DiskPartition, TermCache>, Progress) - Method in class com.sun.labs.minion.classification.Rocchio
Trains the classifier on a set of documents.
trainClass(ResultSet, String, String) - Method in interface com.sun.labs.minion.Classifier
Generates a classifier based on the documents in the provided result set.
trainClass(ResultSet, String, String, String) - Method in interface com.sun.labs.minion.Classifier
Generates a classifier based on the documents in the provided result set.
trainClass(ResultSet, String, String, Progress) - Method in interface com.sun.labs.minion.Classifier
Generates a classifier based on the documents in the provided result set.
trainClass(ResultSet, String, String, String, Progress) - Method in interface com.sun.labs.minion.Classifier
Generates a classifier based on the documents in the provided result set.
trainClass(ResultSet, String, String) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
trainClass(ResultSet, String, String, String) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
trainClass(ResultSet, String, String, Progress) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
trainClass(ResultSet, String, String, String, Progress) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
Generates a classifier based on the documents in the provided result set.
trainClassifier(String, ResultSet) - Method in class com.sun.labs.minion.classification.ClassifierManager
Creates a new classifier based on the classifier model for this collection, the documents in the ResultSet, and the set of currently indexed documents.
training - Variable in class com.sun.labs.minion.classification.QueryZone
The training set for the class under construction
trainingIDs - Variable in class com.sun.labs.minion.classification.BigQuery
A set containing the document IDs of the training examples for this query.
transferFully(FileChannel, FileChannel) - Static method in class com.sun.labs.minion.util.ChannelUtil
Transfers the complete content of a channel to another, making sure that all data is written.
transferFully(FileChannel, long, long, FileChannel) - Static method in class com.sun.labs.minion.util.ChannelUtil
Transfers a portion of the content of one channel to another, making sure that all data is written.
Transformer - Class in com.sun.labs.minion.retrieval.parser
This class transforms the output of JavaCC into a tree of query elements that the query evaluator can understand.
Transformer() - Constructor for class com.sun.labs.minion.retrieval.parser.Transformer
 
transformTree(SimpleNode) - Method in class com.sun.labs.minion.retrieval.parser.LuceneTransformer
Transforms an abstract syntax tree provided by JJTree+JavaCC into a tree of QueryElements that can be used by the query evaluator.
transformTree(SimpleNode, int) - Method in class com.sun.labs.minion.retrieval.parser.LuceneTransformer
Transforms an abstract syntax tree provided by JJTree+JavaCC into a tree of QueryElements that can be used by the query evaluator.
transformTree(SimpleNode) - Method in class com.sun.labs.minion.retrieval.parser.StrictTransformer
Transforms an abstract syntax tree provided by JJTree+JavaCC into a tree of QueryElements that can be used by the query evaluator.
transformTree(SimpleNode, int) - Method in class com.sun.labs.minion.retrieval.parser.StrictTransformer
Transforms an abstract syntax tree provided by JJTree+JavaCC into a tree of QueryElements that can be used by the query evaluator.
transformTree(SimpleNode) - Method in class com.sun.labs.minion.retrieval.parser.Transformer
Transforms an abstract syntax tree provided by JJTree+JavaCC into a tree of QueryElements that can be used by the query evaluator.
transformTree(SimpleNode, int) - Method in class com.sun.labs.minion.retrieval.parser.Transformer
Transforms an abstract syntax tree provided by JJTree+JavaCC into a tree of QueryElements that can be used by the query evaluator.
transformTree(SimpleNode) - Method in class com.sun.labs.minion.retrieval.parser.WebTransformer
Transforms an abstract syntax tree provided by JJTree+JavaCC into a tree of QueryElements that can be used by the query evaluator.
transformTree(SimpleNode, int) - Method in class com.sun.labs.minion.retrieval.parser.WebTransformer
Transforms an abstract syntax tree provided by JJTree+JavaCC into a tree of QueryElements that can be used by the query evaluator.
transitionString - Variable in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
 
transmittedp() - Method in class com.sun.labs.minion.lexmorph.Word
 
trimSpaces - Variable in class com.sun.labs.minion.document.tokenizer.Tokenizer
Whether the saved data needs to be trimmed of spaces before being passed on.
trimWords() - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
trueAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
tryRules(MorphRule[], String, MorphState, int, int) - Method in class com.sun.labs.minion.lexmorph.MorphEngine
Method for trying a specified set of morphological rules.
ts - Variable in class com.sun.labs.minion.retrieval.cache.TermCacheElement
 
ts - Variable in class com.sun.labs.minion.retrieval.WeightingComponents
The statistics that we were given or that we retrieved for the last call to setTerm.
tsize - Static variable in class com.sun.labs.minion.indexer.entry.SinglePostingsEntry
 
ttyInput - Variable in class com.sun.labs.minion.test.QueryTest
 
Tuple - Class in com.sun.labs.minion.test.regression
A tuple consists of a set of documents that are related to each other because of certain conditions regarding the entrys they have.
Tuple(Collection, TupleRelation) - Constructor for class com.sun.labs.minion.test.regression.Tuple
Constructs a Tuple with the given list of documents and tuple relation.
TupleFactory - Class in com.sun.labs.minion.test.regression
Creates tuple objects with documents that contain a certain entry.
TupleFactory() - Constructor for class com.sun.labs.minion.test.regression.TupleFactory
 
TupleFilter - Interface in com.sun.labs.minion.test.regression
Applies filter functions to sets of entries.
TupleRelation - Class in com.sun.labs.minion.test.regression
A tuple relation describes the relation of the tuple in entrys of a graph.
TupleRelation(String) - Constructor for class com.sun.labs.minion.test.regression.TupleRelation
Creates a TupleRelation with the given name.
TwoEntryQueryFactory - Class in com.sun.labs.minion.test.regression.query
Generates queries that contains two entries in it.
TwoEntryQueryFactory(QueryFactory) - Constructor for class com.sun.labs.minion.test.regression.query.TwoEntryQueryFactory
 
twoSAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
twoSgAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
twoSingAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
type - Variable in class com.sun.labs.minion.classification.ContingencyFeature
The type of weight that we'll return.
type - Variable in class com.sun.labs.minion.classification.ContingencyFeatureClusterer
The type of contingency feature to use.
type - Variable in class com.sun.labs.minion.classification.ContingencyFeatureSelector
How the weights should be calculated for the contingency table.
type - Variable in class com.sun.labs.minion.pipeline.Token
The type of this token, whether standard, bigram, or punctuation.

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