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

E

e - Variable in class com.sun.labs.minion.classification.Rocchio
The engine that this classifier is part of.
e - Variable in class com.sun.labs.minion.clustering.MST.Tree
 
e - Variable in class com.sun.labs.minion.indexer.dictionary.IntEntry
 
e - Variable in class com.sun.labs.minion.indexer.postings.DocOccurrence
The dictionary entry for the term that is occurring.
e - Variable in class com.sun.labs.minion.QueryConfig
The search engine associated with the collection that we're querying.
e - Variable in class com.sun.labs.minion.retrieval.CompositeDocumentVectorImpl
The search engine that generated this vector.
e - Variable in class com.sun.labs.minion.retrieval.DocumentVectorImpl
The search engine that generated this vector.
e - Variable in class com.sun.labs.minion.retrieval.ResultSetImpl
The search engine that is creating the results set.
eBlock - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
el - Variable in class com.sun.labs.minion.clustering.MST.Vertex
 
el - Variable in class com.sun.labs.minion.retrieval.ResultImpl
The query that generated this result.
Element - Class in com.sun.labs.minion.query
An abstract class for an element in a query: the elements of a query are terms, operators, relations and ranges.
Element() - Constructor for class com.sun.labs.minion.query.Element
 
elements - Variable in class com.sun.labs.minion.query.Operator
An operator has a list of operands, which are elements, either terms or other operators.
elide(PassageHighlighter, boolean) - Method in class com.sun.labs.minion.retrieval.PassageImpl
Creates a string from a set of tokens that does not exceed the given length.
elidedHLValue - Variable in class com.sun.labs.minion.retrieval.PassageImpl
The elided passage, highlighted.
elidedUnHLValue - Variable in class com.sun.labs.minion.retrieval.PassageImpl
The elided passage, unhighlighted.
ellipsis() - Method in interface com.sun.labs.minion.PassageHighlighter
Produces a string that will be used as an ellipsis when removing text from overly long passages.
ellipsis() - Method in class com.sun.labs.minion.SimpleHighlighter
Produces a string that will be used as an ellipsis when removing text from overly long passages.
ellipsis() - Method in class com.sun.labs.minion.TextHighlighter
 
els - Variable in class com.sun.labs.minion.clustering.AbstractClusterer
 
empty - Variable in class com.sun.labs.minion.clustering.AbstractClusterer
 
empty() - Method in class com.sun.labs.minion.util.Stack
Test whether this Stack is empty.
emptyRuleSet - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
enable_tracing() - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
 
enable_tracing() - Method in class com.sun.labs.minion.retrieval.parser.LuceneParser
 
enable_tracing() - Method in class com.sun.labs.minion.retrieval.parser.StrictParser
 
enable_tracing() - Method in class com.sun.labs.minion.retrieval.parser.WebParser
 
enableFeatureBackoff - Variable in class com.sun.labs.minion.IndexConfig
Turns on the ability to back off the number of features to try to make a better classifier.
encField - Static variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
 
encode(WriteableBuffer) - Method in interface com.sun.labs.minion.classification.Feature
Encodes the information in this feature onto the given buffer.
encode(WriteableBuffer) - Method in class com.sun.labs.minion.classification.WeightedFeature
Encodes the information in this feature onto the given buffer.
encode() - Method in class com.sun.labs.minion.indexer.postings.DFOPostings
Encodes the data for a single ID.
encode(int) - Method in class com.sun.labs.minion.indexer.postings.IDFreqPostings
Encodes the data for the current ID, and sets up for the next one.
encode(int) - Method in class com.sun.labs.minion.indexer.postings.IDPostings
Encodes the data for a single ID.
encode(int) - Method in class com.sun.labs.minion.indexer.postings.IDWPostings
 
encode() - Method in class com.sun.labs.minion.lexmorph.Category
 
encode(BitBuffer) - Method in class com.sun.labs.minion.lexmorph.Category
 
encode() - Method in class com.sun.labs.minion.lexmorph.Word
 
encode(BitBuffer) - Method in class com.sun.labs.minion.lexmorph.Word
 
encode(float) - Method in class com.sun.labs.minion.util.buffer.FileWriteableBuffer
Encodes a floating point value in 4 bytes.
encode(CharSequence) - Method in class com.sun.labs.minion.util.buffer.FileWriteableBuffer
Encodes a character sequence onto the buffer.
encode(float) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Encodes a floating point value in 4 bytes.
encode(CharSequence) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Encodes a character sequence onto the buffer.
encode(float) - Method in interface com.sun.labs.minion.util.buffer.WriteableBuffer
Encodes a floating point value in 4 bytes.
encode(CharSequence) - Method in interface com.sun.labs.minion.util.buffer.WriteableBuffer
Encodes a character sequence onto this buffer.
encodeAtomP(BitBuffer, Atom) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeAtoms(BitBuffer, Atom[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeAtomVal(BitBuffer, Atom) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeBasic() - Method in class com.sun.labs.minion.indexer.postings.DFOPostings
 
encodeCategories(BitBuffer, Category[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeCategoryP(BitBuffer, Category) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeCategoryVal(BitBuffer, Category) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeChars(char[]) - Method in class com.sun.labs.minion.util.BitBuffer
Encodes an array of characters using a modified UTF-8 encoding in a machine independant manner.
encodeChars(char[], int, int) - Method in class com.sun.labs.minion.util.BitBuffer
Encodes an array of characters using a modified UTF-8 encoding in a machine independant manner.
encodeChars(char[], int, int, BitBuffer) - Static method in class com.sun.labs.minion.util.BitBuffer
Encodes an array of characters using a modified UTF-8 encoding in a machine independant manner.
encodeInt(int) - Method in class com.sun.labs.minion.util.BitBuffer
Encodes any Java int.
encodeList(BitBuffer, List) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeLong(long) - Method in class com.sun.labs.minion.util.BitBuffer
Encodes any Java long.
encodeName(Object, Object, WriteableBuffer) - Method in class com.sun.labs.minion.indexer.dictionary.DateNameHandler
Encodes the name of an entry, given the name of the previous entry in the dictionary.
encodeName(Object, Object, WriteableBuffer) - Method in class com.sun.labs.minion.indexer.dictionary.DoubleNameHandler
Encodes the double name of an entry, given the name of the previous entry in the dictionary.
encodeName(Object, Object, WriteableBuffer) - Method in class com.sun.labs.minion.indexer.dictionary.LongNameHandler
Encodes the long name of an entry, given the name of the previous entry in the dictionary.
encodeName(Object, Object, WriteableBuffer) - Method in interface com.sun.labs.minion.indexer.dictionary.NameEncoder
Encodes the name of an entry, given the name of the previous entry in the dictionary.
encodeName(Object, Object, WriteableBuffer) - Method in class com.sun.labs.minion.indexer.dictionary.StringNameHandler
Encodes the name of an entry, given the name of the previous entry in the dictionary.
encodeNumber(BitBuffer, Number) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodePostingsInfo(WriteableBuffer) - Method in class com.sun.labs.minion.classification.FeatureEntry
Encodes any information associated with the postings onto the given buffer.
encodePostingsInfo(WriteableBuffer) - Method in class com.sun.labs.minion.indexer.entry.CasedDFOEntry
Encodes any information associated with the postings onto the given buffer.
encodePostingsInfo(WriteableBuffer) - Method in class com.sun.labs.minion.indexer.entry.CasedEntry
Encodes any information associated with the postings onto the given buffer.
encodePostingsInfo(WriteableBuffer) - Method in class com.sun.labs.minion.indexer.entry.DFOEntry
Encodes any information associated with the postings onto the given buffer.
encodePostingsInfo(WriteableBuffer) - Method in class com.sun.labs.minion.indexer.entry.DocKeyEntry
Encodes any information associated with the postings onto the given buffer.
encodePostingsInfo(WriteableBuffer) - Method in interface com.sun.labs.minion.indexer.entry.IndexEntry
Encodes any information associated with the postings onto the given buffer.
encodePostingsInfo(WriteableBuffer) - Method in class com.sun.labs.minion.indexer.entry.MPCasedDFOEntry
Encodes any information associated with the postings onto the given buffer.
encodePostingsInfo(WriteableBuffer) - Method in class com.sun.labs.minion.indexer.entry.SinglePostingsEntry
Encodes any information associated with the postings onto the given buffer.
encodePostingsInfo(WriteableBuffer) - Method in class com.sun.labs.minion.indexer.entry.TermStatsEntry
 
encodePostingsInfo(WriteableBuffer) - Method in class com.sun.labs.minion.lextax.ConceptEntry
 
encoder - Variable in class com.sun.labs.minion.indexer.dictionary.DictionaryWriter
An encoder for the names in our dictionary.
encodeUTF(String) - Method in class com.sun.labs.minion.util.BitBuffer
Encodes a string using a modified UTF-8 encoding in a machine independant manner.
encodeUTFLen(int) - Method in class com.sun.labs.minion.util.BitBuffer
Encodes a number of bytes in a manner suitable for use by decodeChars.
encodeValue(BitBuffer, Value) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeValueHash(BitBuffer, ConcurrentHashMap) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeValues(BitBuffer, Value[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeWordP(BitBuffer, Word) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeWords(BitBuffer, Word[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encodeWordVal(BitBuffer, Word) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
encoding - Variable in class com.sun.labs.minion.IndexableFile
The encoding for the file
end - Variable in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.WordQElt
 
end - Variable in class com.sun.labs.minion.pipeline.Token
The ending character offset for the token.
end - Variable in class com.sun.labs.minion.retrieval.PassageImpl
The end of the range we want to collect for this passage.
end - Variable in class com.sun.labs.minion.util.parser.GenUnicodePunc.Range
 
endColumn - Variable in class com.sun.labs.minion.document.tokenizer.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endColumn - Variable in class com.sun.labs.minion.retrieval.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endContext() - Method in interface com.sun.labs.minion.PassageHighlighter
Ends the context for the passage.
endContext() - Method in class com.sun.labs.minion.SimpleHighlighter
Ends the context for the passage.
endContext() - Method in class com.sun.labs.minion.TextHighlighter
 
endDiff() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
endDocument(long) - Method in class com.sun.labs.minion.document.tokenizer.Tokenizer
Handles the end of document event.
endDocument() - Method in class com.sun.labs.minion.document.XMLAnalyzer
Document end.
endDocument() - Method in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
Ends the document.
endDocument(long) - Method in class com.sun.labs.minion.indexer.partition.InvFileMemoryPartition
Signals the end of a document.
endDocument() - Method in class com.sun.labs.minion.pipeline.AbstractPipelineImpl
Ends the current document.
endDocument(long) - Method in class com.sun.labs.minion.pipeline.Dropper
Processes the event that comes at the end of a document.
endDocument(long) - Method in class com.sun.labs.minion.pipeline.PrintStage
Processes the event that comes at the end of a document.
endDocument(long) - Method in class com.sun.labs.minion.pipeline.QuestioningStage
 
endDocument(long) - Method in interface com.sun.labs.minion.pipeline.Stage
Processes the event that comes at the end of a document.
endDocument(long) - Method in class com.sun.labs.minion.pipeline.StageAdapter
Processes the event that comes at the end of a document.
endDocument(long) - Method in class com.sun.labs.minion.pipeline.StatStage
Processes the event that comes at the end of a document.
endDocument() - Method in class com.sun.labs.minion.pipeline.SyncPipelineImpl
 
endDocument() - Method in interface com.sun.labs.minion.SimpleIndexer
Ends the current document.
endElement(String, String, String) - Method in class com.sun.labs.minion.document.XMLAnalyzer
End tag.
endElement(String, String, String) - Method in class com.sun.labs.minion.test.regression.merge.MergeReportHandler
Check that the name of the element matches the name on the top of the stack.
Find the elementhandler that's responsible for this element and hand off to it.
endField(FieldInfo) - Method in class com.sun.labs.minion.document.tokenizer.Tokenizer
Handles the end of a field event.
endField() - Method in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
Tells the field store that a field has ended.
endField(FieldInfo) - Method in class com.sun.labs.minion.indexer.partition.InvFileMemoryPartition
Indicates to the field store that a field has ended.
endField(FieldInfo) - Method in class com.sun.labs.minion.pipeline.BlurbStage
Processes the event that occurs at the end of a field.
endField(FieldInfo) - Method in class com.sun.labs.minion.pipeline.PrintStage
Processes the event that occurs at the end of a field.
endField(FieldInfo) - Method in class com.sun.labs.minion.pipeline.QuestioningStage
Processes the event that occurs at the end of a field.
endField(FieldInfo) - Method in interface com.sun.labs.minion.pipeline.Stage
Processes the event that occurs at the end of a field.
endField(FieldInfo) - Method in class com.sun.labs.minion.pipeline.StageAdapter
Processes the event that occurs at the end of a field.
endField(FieldInfo) - Method in class com.sun.labs.minion.pipeline.StopWordsStage
Processes the event that occurs at the end of a field.
endField() - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage.Range
Tells this range that we're ending a field.
endField(FieldInfo) - Method in interface com.sun.labs.minion.PipelineStage
Instructs the pipeline to stop collecting data for a field
endField(FieldInfo) - Method in class com.sun.labs.minion.retrieval.HighlightStage
Removes the field from our set of fields.
endField() - Method in class com.sun.labs.minion.retrieval.PassageImpl
Tells us that our field has ended.
endIndexing() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
endInverting() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
endIteration() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
endLine - Variable in class com.sun.labs.minion.document.tokenizer.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class com.sun.labs.minion.retrieval.parser.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endOptimizing() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
endPassage() - Method in interface com.sun.labs.minion.PassageHighlighter
Ends the highlighting for the entire passage.
endPassage() - Method in class com.sun.labs.minion.SimpleHighlighter
Ends the highlighting for the entire passage.
endPassage() - Method in class com.sun.labs.minion.TextHighlighter
 
endReport() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
endReportMissingFiles() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
ENDS - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
endsWith(char[], int, int, char[], int, int, boolean) - Static method in class com.sun.labs.minion.util.Util
Tests whether a given array of characters ends with another.
endTrainingClass(int) - Method in class com.sun.labs.minion.classification.ClassifierMemoryPartition
 
engine - Variable in class com.sun.labs.minion.indexer.partition.PartitionManager
The search engine that is using us.
engine - Variable in class com.sun.labs.minion.pipeline.AbstractPipelineImpl
The engine that is using this pipeline.
engine - Variable in class com.sun.labs.minion.retrieval.cache.DocCache
 
engine - Variable in class com.sun.labs.minion.samples.MailIndexer
The engine that we'll use for searching.
engine - Variable in class com.sun.labs.minion.test.Mutator
 
engine - Variable in class com.sun.labs.minion.test.QueryTest
 
engine - Variable in class com.sun.labs.minion.test.regression.DeletionTest
A search engine
engine - Variable in class com.sun.labs.minion.test.regression.merge.MergeTest
A search engine
engine - Variable in class com.sun.labs.minion.test.regression.MPIndexTest
A search engine
ensureCapacity(int) - Method in class com.sun.labs.minion.util.BitBuffer
 
ensureCapacity(int) - Method in class com.sun.labs.minion.util.CACont
 
ensureCapacity(int) - Method in class com.sun.labs.minion.util.Stack
Ensure that there is enough room in the stack for the given number of elements.
entailedbyAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
ENTAILS - Static variable in class com.sun.labs.minion.lextax.Taxonomy
 
ENTAILS - Static variable in class com.sun.labs.minion.test.LexMorphTest
 
entailsAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
entChar - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
A single character array to pass down entities.
entityMap - Static variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
A hashtable mapping entity names to the corresponding characters.
entries - Variable in class com.sun.labs.minion.indexer.postings.DocumentVectorPostings
Storage for the entries making up this set of postings.
entry - Variable in class com.sun.labs.minion.classification.WeightedFeature
The dictionary entry that gave us this feature.
Entry - Interface in com.sun.labs.minion.indexer.entry
An interface describing things that can be stored in dictionaries, either for indexing purposes or for querying purposes.
entryClass - Variable in class com.sun.labs.minion.indexer.dictionary.DictionaryFactory
 
entryClass - Variable in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
The type of entry that we contain.
entryClass - Variable in class com.sun.labs.minion.indexer.dictionary.MemoryDictionary
The class of the entries that we will be holding.
entryClass - Variable in class com.sun.labs.minion.indexer.partition.Partition
The class for the postings entries that we'll be building.
EntryIDComparator - Class in com.sun.labs.minion.indexer.entry
A comparator for entries that compares them based on their IDs.
EntryIDComparator() - Constructor for class com.sun.labs.minion.indexer.entry.EntryIDComparator
Creates a comparator for entry ids.
entryInfo - Variable in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
The information for the entries.
entryInfoOffsets - Variable in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
The offsets for the entry information.
entryInfoOffsetsBytes - Variable in class com.sun.labs.minion.indexer.dictionary.DictionaryHeader
The number of bytes used to encode the offsets for the term information.
entryInfoOffsetsPos - Variable in class com.sun.labs.minion.indexer.dictionary.DictionaryHeader
The position of the entry info offsets buffer.
entryInfoOffsetsSize - Variable in class com.sun.labs.minion.indexer.dictionary.DictionaryHeader
The size of the entry info offsets buffer.
entryInfoPos - Variable in class com.sun.labs.minion.indexer.dictionary.DictionaryHeader
The position of the entry info buffer.
entryInfoSize - Variable in class com.sun.labs.minion.indexer.dictionary.DictionaryHeader
The size of the entry info buffer.
EntryMapper - Interface in com.sun.labs.minion.indexer.entry
An interface that can be used when merging dictionaries to map one entry to another.
entryName - Variable in class com.sun.labs.minion.indexer.partition.Partition
The name of the entries.
EntrySelector - Interface in com.sun.labs.minion.test.regression.query
Selects entrys from an index.
EntrySizeComparator - Class in com.sun.labs.minion.indexer.entry
A class that can be used to compare terms based upon the number of IDs that are in their postings lists.
EntrySizeComparator() - Constructor for class com.sun.labs.minion.indexer.entry.EntrySizeComparator
 
EOF - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
EOF - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
EOF - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
EOF - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
eol - Variable in exception com.sun.labs.minion.document.tokenizer.ParseException
The end of line string for this machine.
eol - Variable in exception com.sun.labs.minion.retrieval.parser.ParseException
The end of line string for this machine.
ePrefixes - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
eq(Value) - Method in class com.sun.labs.minion.lexmorph.Phrase
 
eq(Value) - Method in interface com.sun.labs.minion.lexmorph.Value
 
eq(Value) - Method in class com.sun.labs.minion.lexmorph.Word
 
equal(double[], double[]) - Static method in class com.sun.labs.minion.clustering.ClusterUtil
 
equal(Value) - Method in class com.sun.labs.minion.lexmorph.Phrase
 
equal(Value) - Method in interface com.sun.labs.minion.lexmorph.Value
 
equal(Value) - Method in class com.sun.labs.minion.lexmorph.Word
 
equal - Variable in class com.sun.labs.minion.lexmorph.WordToken
Whether the lower and upper case are the same.
equals(Object) - Method in class com.sun.labs.minion.classification.ClusterWeightComparator
Tests whether this comparator is equal to another.
equals(Object) - Method in class com.sun.labs.minion.classification.WeightedFeature
Two WeightedFeature objects are equal if they represent the same feature -- that is, their names are the same, but their weights need not be.
equals(Object) - Method in interface com.sun.labs.minion.DocumentVector
Determines of two document vectors are equal.
equals(Object) - Method in class com.sun.labs.minion.indexer.entry.EntrySizeComparator
Determines whether two terms have the same number of IDs associated with them.
equals(Object) - Method in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
Tests the equality of this postings iterator and another one.
equals(Object) - Method in class com.sun.labs.minion.indexer.postings.IDPostings.IDIterator
Tests the equality of this postings iterator and another one.
equals(Object) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
equals(Object) - Method in class com.sun.labs.minion.lextax.ConceptEntry
 
equals(Object) - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage
 
equals(Object) - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage.Range
 
equals(Object) - Method in class com.sun.labs.minion.retrieval.ArrayGroup
Tests two array groups for equality.
equals(Object) - Method in class com.sun.labs.minion.retrieval.DictTerm
Compares this comparator with another.
equals(Object) - Method in class com.sun.labs.minion.retrieval.DocumentVectorImpl
Two document vectors are equal if all their weighted features are equal (in both name and weight)
equals(Object) - Method in class com.sun.labs.minion.retrieval.NegativeGroup
Tests two negative groups for equality.
EQUALS - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
equals(Object) - Method in class com.sun.labs.minion.retrieval.ResultImpl
Two results are equal if they represent the same document.
equals(Object) - Method in class com.sun.labs.minion.retrieval.ScoredGroup
Tests two scored groups for equality.
equals(Object) - Method in class com.sun.labs.minion.retrieval.TermOrderer
Determines whether this comparator is the same as another.
equals(TermStatsImpl) - Method in class com.sun.labs.minion.retrieval.TermStatsImpl
 
equalTo(char[], int, int, char[], int, int, boolean) - Static method in class com.sun.labs.minion.util.Util
Tests whether a two arrays of characters are equal.
equalToN(char[], int, int, char[], int, int, int, boolean) - Static method in class com.sun.labs.minion.util.Util
Tests whether n characters of two arrays are equal.
ERROR - Static variable in class com.sun.labs.minion.util.MinionLog
Deprecated. Static constant for error messages.
error(String, int, String) - Static method in class com.sun.labs.minion.util.MinionLog
Deprecated. Logs an error message.
error(String, int, String, Throwable) - Static method in class com.sun.labs.minion.util.MinionLog
Deprecated. Logs an error message.
escape(char) - Static method in class com.sun.labs.minion.util.Util
Converts a character to a unicode escape sequence.
escape(String) - Static method in class com.sun.labs.minion.util.Util
Converts a String to a unicode escaped String.
escape(String, boolean) - Static method in class com.sun.labs.minion.util.Util
Converts a String to a unicode escaped String.
estBlock - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
eStep() - Method in class com.sun.labs.minion.lexmorph.disambiguation.Unsupervised.Model
Performs the E step of the EM algorithm, estimating the probability of sk generating ci, hi,k.
estimateSize() - Method in class com.sun.labs.minion.indexer.dictionary.ArrayDictionaryIterator
Estimates the number of documents in the postings for the entries represented by this iterator
estimateSize() - Method in interface com.sun.labs.minion.indexer.dictionary.DictionaryIterator
Estimates the total size of the documents held in the postings for all of the terms in the iterator.
estimateSize() - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary.DiskDictionaryIterator
Estimates the size of the document set that would be returned for all the entries that this iterator would produce.
estimateSize() - Method in class com.sun.labs.minion.indexer.dictionary.MemoryDictionary.MemoryDictionaryIterator
 
estimateSize() - Method in class com.sun.labs.minion.retrieval.QueryElement
Estimates the size of the results set.
estSize - Variable in class com.sun.labs.minion.indexer.dictionary.DiskDictionary.DiskDictionaryIterator
The estimated size of the results set for this iterator.
estSize - Variable in class com.sun.labs.minion.retrieval.QueryElement
The estimated size of the result set for this element, for the current partition.
euclideanDistance(double[], double[]) - Static method in class com.sun.labs.minion.clustering.ClusterUtil
Computes the Euclidean distance between two points.
euclideanDistance(double[], String) - Method in class com.sun.labs.minion.indexer.dictionary.DiskFieldStore
Computes the euclidean distance between the given document and all documents.
euclideanDistance(double[], int) - Method in class com.sun.labs.minion.indexer.dictionary.FeatureVector
Computes the Euclidean distance of the given feature vector to the vector for the given ID.
euclideanDistance(int) - Method in class com.sun.labs.minion.indexer.dictionary.FeatureVector
Computes the Euclidean distance from the given document to all other documents.
euclideanDistance(double[]) - Method in class com.sun.labs.minion.indexer.dictionary.FeatureVector
Computes the Euclidean distance from the given document to all other documents.
euclideanDistance(double[], String) - Method in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
Computes the euclidean distance between the given document and all documents.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.And
Evaluates this operator, returning the results.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.DictTerm
Evaluates the term in the current partition.
eval(SearchEngine) - Method in class com.sun.labs.minion.retrieval.FieldEvaluator
Evaluates the parametric query against the data in an engine.
eval(SearchEngine, String) - Method in class com.sun.labs.minion.retrieval.FieldEvaluator
Evaluates the parametric query against the data in an engine.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.FieldTerm
Evaluates the term in the current partition.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.If
Evaluates this operator, returning the results.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.Near
Evaluates this proximity operator, returning the results.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.Not
Evaluates this operator, returning the results.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.Or
Evaluates this operator, returning the results.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.Passage
Evaluates this passage operator, returning the results.
eval(int) - Method in class com.sun.labs.minion.retrieval.Passage
Evaluates this passage operator for a particular document, returning the passages found in that particular document.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.QueryElement
Evaluates this query element.
eval(List, QueryConfig, String, Relation.Operator, String) - Method in class com.sun.labs.minion.retrieval.QueryEvaluator
Evaluates a field term.
eval(List, QueryElement) - Method in class com.sun.labs.minion.retrieval.QueryEvaluator
Evaluates a query
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.QueryTerm
Evaluates the term in the current partition.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.Sequence
Evaluates this operator, returning the results.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.Undefined
Evaluates the operator, returning a set of documents with no defined field values.
eval(ArrayGroup) - Method in class com.sun.labs.minion.retrieval.Weight
 
evalTerms(ArrayGroup, List) - Method in class com.sun.labs.minion.retrieval.Proximity
Evaluates a set of terms against the current constraints, returning the results.
ew - Variable in class com.sun.labs.minion.pipeline.TokenCollectorStage.Range
The ending word count for the range.
EXACT - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
exactPath - Variable in class com.sun.labs.minion.IndexableFile
The exact path that we were passed, so we can handle things that aren't files, like zip archives.
exArgs - Variable in exception com.sun.labs.minion.lexmorph.ATNPhraseExtractor.InterpBreakException
 
exCapcode - Variable in exception com.sun.labs.minion.lexmorph.ATNPhraseExtractor.IllegalCapcodeException
 
exCapcode - Variable in exception com.sun.labs.minion.lexmorph.ATNPhraseExtractor.StringIsTooShortForCapcodeException
 
exceptions - Variable in class com.sun.labs.minion.lexmorph.LiteMorph
 
exclude(String) - Method in class com.sun.labs.minion.classification.HumanSelected
 
excludeKanaFlag - Static variable in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
 
exDeterminer - Variable in exception com.sun.labs.minion.lexmorph.ATNPhraseExtractor.BadHeadTypeInComplexDeterminerException
 
exDirectory - Variable in exception com.sun.labs.minion.lexmorph.ATNPhraseExtractor.DirectoryPathMustEndInColonException
 
exists() - Method in class com.sun.labs.minion.indexer.MetaFile
Tests whether the meta file exists yet.
exMaybenounphrase - Variable in exception com.sun.labs.minion.lexmorph.ATNPhraseExtractor.ArgMustBeNounPhraseException
 
EXPAND - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
expand(Object, int) - Static method in class com.sun.labs.minion.util.Util
Expands any array, copying over the contents.
ExpandBuff(boolean) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
ExpandBuff(boolean) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
expandByte(byte[], int) - Static method in class com.sun.labs.minion.util.Util
Expands an array of bytes, copying the existing values.
expandChar(char[], int) - Static method in class com.sun.labs.minion.util.Util
Expands an array of char, copying the existing values.
expandDouble(double[], int) - Static method in class com.sun.labs.minion.util.Util
 
expandFloat(float[], int) - Static method in class com.sun.labs.minion.util.Util
Expands an array of floats, copying the existing values.
expandInt(int[], int) - Static method in class com.sun.labs.minion.util.Util
Expands an array of integers, copying the existing values.
expectedTokenSequences - Variable in exception com.sun.labs.minion.document.tokenizer.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception com.sun.labs.minion.retrieval.parser.ParseException
Each entry in this array is an array of integers.
explain(String, String, int) - Method in class com.sun.labs.minion.classification.ClassifierManager
 
explain(String, boolean) - Method in interface com.sun.labs.minion.classification.ExplainableClassifierModel
Explains why (or why not) the document with the given key would (or would not) be classified into this class.
explain(String) - Method in interface com.sun.labs.minion.classification.ExplainableClassifierModel
Explains the score that a given document would get for this classifier.
explain(String, boolean) - Method in class com.sun.labs.minion.classification.Rocchio
 
explain(String) - Method in class com.sun.labs.minion.classification.Rocchio
 
ExplainableClassifierModel - Interface in com.sun.labs.minion.classification
An interface for classifier models that will allow explanations to be generated inidicating why (or why not) particular documents were (or were not) classified into a given class.
export(PrintWriter) - Method in class com.sun.labs.minion.engine.DocumentImpl
Exports this document in XML to the given writer.
export(PrintWriter) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
export(PrintWriter) - Method in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
Exports the data in this partition to an XML file format.
export(PrintWriter) - Method in interface com.sun.labs.minion.SearchEngine
Outputs an XML representation of the search index including all saved and vectored fields.
exSelectedState - Variable in exception com.sun.labs.minion.lexmorph.ATNPhraseExtractor.SwitchVarOutOfRangeException
 
ext - Variable in class com.sun.labs.minion.indexer.partition.PartitionManager.ExtFilter
The extension that we're looking for.
ExtraClassification - Class in com.sun.labs.minion.classification
A configurable container that can be used to describe a set of classification operations to perform that would not be done by the standard classification approach.
ExtraClassification() - Constructor for class com.sun.labs.minion.classification.ExtraClassification
 
exV1 - Variable in exception com.sun.labs.minion.lexmorph.ATNPhraseExtractor.AdjoradvwordCannotGetAWordOutOfException
 
exWstring - Variable in exception com.sun.labs.minion.lexmorph.ATNPhraseExtractor.StringIsTooShortForCapcodeException
 

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