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

R

r - Variable in class com.sun.labs.minion.classification.Rocchio.FQR
The last calculated recall.
R - Variable in class com.sun.labs.minion.classification.Rocchio.FQR
The total number of relevant docs.
r - Variable in class com.sun.labs.minion.clustering.ClusterElement
The actual result that this element represents.
r - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer
A reader that can be used to read the data from the file.
r - Variable in class com.sun.labs.minion.document.XMLAnalyzer
The reader to use to parse the document.
r(String, String) - Static method in class com.sun.labs.minion.lexmorph.Morph_en
Method for creating a morphological rule.
r(String, String, boolean, boolean, boolean) - Static method in class com.sun.labs.minion.lexmorph.Morph_en
Method for creating a morphological rule that has values for features: p1def, indicating that the rule is definitely phase-one, p1cond, indicating that the rule is phase-one if the root is known, splitFlag, indicating that the rule may generate more than one syntactic word sense, each with its own root-features information.
RActive - Class in com.sun.labs.minion.test
A main program that will read and display the partitions currently in the active file.
RActive() - Constructor for class com.sun.labs.minion.test.RActive
 
raf - Variable in class com.sun.labs.minion.indexer.partition.DocumentVectorLengths
The random access file that we'll use to back our buffer.
raf - Variable in class com.sun.labs.minion.indexer.partition.PartitionStats
The file containing the stats.
raf - Variable in class com.sun.labs.minion.indexer.postings.io.FilePostingsInput
The file from which we'll read our postings.
raf - Variable in class com.sun.labs.minion.util.buffer.FileReadableBuffer
The file containing the buffer.
raf - Variable in class com.sun.labs.minion.util.buffer.FileWriteableBuffer
The file to which we'll write our data.
randID - Variable in class com.sun.labs.minion.indexer.partition.PartitionManager
A random number that we can use to tell the difference between various partition managers.
RandomDeletions - Class in com.sun.labs.minion.test.regression.deletion
A class that randomly deletes documents from an index, keeping a record of the deletions that can be replayed at a later time.
RandomDeletions() - Constructor for class com.sun.labs.minion.test.regression.deletion.RandomDeletions
Creates a RandomDeletions
randomPoint(int) - Static method in class com.sun.labs.minion.clustering.ClusterUtil
 
randomSplitterNumSplits - Variable in class com.sun.labs.minion.IndexConfig
The number of random splits that should be made when the random splitter is being used.
RandomTwoThirdsSplitter - Class in com.sun.labs.minion.classification
Provides two thirds/one third splits of a result set by selecting documents at random to place in either set.
RandomTwoThirdsSplitter() - Constructor for class com.sun.labs.minion.classification.RandomTwoThirdsSplitter
Default constructor.
RandomTwoThirdsSplitter.Doc - Class in com.sun.labs.minion.classification
 
RandomTwoThirdsSplitter.Doc(int, ArrayGroup) - Constructor for class com.sun.labs.minion.classification.RandomTwoThirdsSplitter.Doc
 
RandomVectorTest - Class in com.sun.labs.minion.test
 
RandomVectorTest() - Constructor for class com.sun.labs.minion.test.RandomVectorTest
Creates a new instance of VectorTest
Range - Class in com.sun.labs.minion.query
A range query.
Range(String, Relation.Operator, String, Relation.Operator, String) - Constructor for class com.sun.labs.minion.query.Range
Creates a range operator.
range() - Method in class com.sun.labs.minion.retrieval.parser.LuceneParser
 
ranges - Variable in class com.sun.labs.minion.pipeline.TokenCollectorStage
The ranges we're collecting.
rangeValid - Static variable in enum com.sun.labs.minion.query.Relation.Operator
The set of operators that are valid for range queries.
rankCutoff - Static variable in class com.sun.labs.minion.classification.Rocchio
A set of rank cutoffs to use for dynamic query zoning.
RateTest - Class in com.sun.labs.minion.document.tokenizer
Test indexing rate.
RateTest() - Constructor for class com.sun.labs.minion.document.tokenizer.RateTest
Creates a new instance of RateTest
RB - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
RB - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
rBlock - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
RC - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
rd - Variable in class com.sun.labs.minion.classification.Rocchio.FQR
The delta for the recall levels
rdfo - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
Our postings as a readable buffer.
reachable(MST.Vertex) - Method in class com.sun.labs.minion.clustering.MST.Tree
 
read(RandomAccessFile) - Method in class com.sun.labs.minion.classification.BalancedWinnow
Reads the threshold for this classifier.
read(RandomAccessFile) - Method in interface com.sun.labs.minion.classification.ClassifierModel
Reads any classifier specific data from the given file.
read(RandomAccessFile) - Method in class com.sun.labs.minion.classification.Rocchio
Reads any classifier specific data from the given file.
read() - Method in class com.sun.labs.minion.document.MarkUpAnalyzer_html
 
read(DataInput) - Method in class com.sun.labs.minion.FieldInfo
Reads a filed information object from the provided input.
read(RandomAccessFile) - Method in class com.sun.labs.minion.indexer.dictionary.DictionaryHeader
Reads a dictionary header from the given channel.
read(FileChannel) - Method in class com.sun.labs.minion.indexer.dictionary.FieldStoreHeader
Reads the header from the given channel
read() - Method in class com.sun.labs.minion.indexer.MetaFile
Reads the meta file.
read() - Method in class com.sun.labs.minion.indexer.partition.DelMap
Reads the deletion bitmap from the file, and computes the number of deleted documents.
read(long, int) - Method in class com.sun.labs.minion.indexer.postings.io.ChannelPostingsInput
Reads postings from the channel.
read(long, int) - Method in class com.sun.labs.minion.indexer.postings.io.FileBackedPostingsInput
Reads a set of postings, returning them in a buffer suitable for decoding.
read(long, int) - Method in class com.sun.labs.minion.indexer.postings.io.FilePostingsInput
Returns a set of postings that are backed by the file on disk, so that minimal memory is used.
read(long, int) - Method in interface com.sun.labs.minion.indexer.postings.io.PostingsInput
Reads a set of postings, returning them in a buffer suitable for decoding.
read(long) - Method in class com.sun.labs.minion.indexer.postings.io.StreamPostingsInput
Reads some bytes from the stream.
read(long, int) - Method in class com.sun.labs.minion.indexer.postings.io.StreamPostingsInput
Returns a buffer constructed from our internal buffer.
read(DataInput) - Method in class com.sun.labs.minion.util.BitBuffer
Read a BitBuffer from an object that implements DataInput.
read(long) - Method in class com.sun.labs.minion.util.buffer.ChannelReadableBuffer
Reads a given number of bytes from the channel.
read(long) - Method in class com.sun.labs.minion.util.buffer.FileReadableBuffer
Reads a given number of bytes from the file.
read() - Method in class com.sun.labs.minion.util.CharArrayReader
Reads a single character.
read(char[], int, int) - Method in class com.sun.labs.minion.util.CharArrayReader
Reads characters into a portion of an array.
ReadableBuffer - Interface in com.sun.labs.minion.util.buffer
An interface for buffers that can be read from.
readActiveFile() - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
Reads the numbers of the active partitions from the active file.
readArray(String) - Static method in class com.sun.labs.minion.util.TestUtil
 
readBuffer() - Method in class com.sun.labs.minion.indexer.partition.DelMap
Reads the deletion bitmap from the file, locking if necessary.
ReadByte() - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
readChar() - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
readChar() - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
reader - Variable in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
A reusable reader for the characters that we'll be passed.
ReaderResources - Class in com.sun.labs.minion.retrieval.resources
English locale resources for the Commpass LocalQueryReader.
ReaderResources() - Constructor for class com.sun.labs.minion.retrieval.resources.ReaderResources
 
ReaderResources_de - Class in com.sun.labs.minion.retrieval.resources
German locale resources for the Compass LocalQueryReader.
ReaderResources_de() - Constructor for class com.sun.labs.minion.retrieval.resources.ReaderResources_de
 
ReaderResources_en - Class in com.sun.labs.minion.retrieval.resources
English locale resources for the Commpass LocalQueryReader.
ReaderResources_en() - Constructor for class com.sun.labs.minion.retrieval.resources.ReaderResources_en
 
ReaderResources_es - Class in com.sun.labs.minion.retrieval.resources
Spanish locale resources for the Compass LocalQueryReader.
ReaderResources_es() - Constructor for class com.sun.labs.minion.retrieval.resources.ReaderResources_es
 
ReaderResources_fr - Class in com.sun.labs.minion.retrieval.resources
French locale resources for the Commpass LocalQueryReader.
ReaderResources_fr() - Constructor for class com.sun.labs.minion.retrieval.resources.ReaderResources_fr
 
ReaderResources_zh - Class in com.sun.labs.minion.retrieval.resources
French locale resources for the Commpass LocalQueryReader.
ReaderResources_zh() - Constructor for class com.sun.labs.minion.retrieval.resources.ReaderResources_zh
 
readFully(ReadableByteChannel, ByteBuffer) - Static method in class com.sun.labs.minion.util.ChannelUtil
Reads a byte buffer fully from the given channel, retrying if necessary.
readFully(FileChannel, long, ByteBuffer) - Static method in class com.sun.labs.minion.util.ChannelUtil
Reads a byte buffer fully from the given channel at the given position, retrying if necessary.
readPostings() - Method in class com.sun.labs.minion.classification.FeatureEntry
Reads the postings data for this entry.
readPostings(int) - Method in class com.sun.labs.minion.indexer.entry.CasedDFOEntry
Reads the postings data for this entry.
readPostings() - Method in class com.sun.labs.minion.indexer.entry.CasedDFOEntry
Reads the postings data for this entry.
readPostings(int) - Method in class com.sun.labs.minion.indexer.entry.CasedIDEntry
Reads the postings data for this entry.
readPostings() - Method in class com.sun.labs.minion.indexer.entry.CasedIDEntry
Reads the postings data for this entry.
readPostings() - Method in class com.sun.labs.minion.indexer.entry.DFOEntry
Reads the postings data for this entry.
readPostings(int) - Method in class com.sun.labs.minion.indexer.entry.MPCasedDFOEntry
Reads the postings data for this entry.
readPostings() - Method in class com.sun.labs.minion.indexer.entry.MPCasedDFOEntry
Reads the postings data for this entry.
readPostings() - Method in interface com.sun.labs.minion.indexer.entry.QueryEntry
Reads the postings data for this entry.
readPostings() - Method in class com.sun.labs.minion.indexer.entry.SinglePostingsEntry
Reads the postings data for this entry.
readPostings() - Method in class com.sun.labs.minion.indexer.entry.TermStatsEntry
 
readPostings() - Method in class com.sun.labs.minion.lextax.ConceptEntry
We don't have any postings!
ready() - Method in class com.sun.labs.minion.util.CharArrayReader
Tells whether this stream is ready to be read.
realDump() - Method in class com.sun.labs.minion.pipeline.AbstractPipelineImpl
Does actual dumping of the indexed data and resetting of the indexing stage so that dumps may proceed asynchronously, if required.
realMerge(List<DiskPartition>, boolean) - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
Merges a list of partitions.
realOrCachedWord(String) - Method in class com.sun.labs.minion.lexmorph.MorphEngFrame
 
realPurge() - Method in class com.sun.labs.minion.pipeline.AbstractPipelineImpl
Purges the current in-memory data, not dumping it out to disk.
reap(PartitionManager, int) - Static method in class com.sun.labs.minion.classification.ClassifierDiskPartition
Reaps the given classifier partition.
reap(PartitionManager, int) - Static method in class com.sun.labs.minion.classification.ClusterDiskPartition
Reaps the given classifier partition.
reap(PartitionManager, int) - Static method in class com.sun.labs.minion.indexer.partition.DiskPartition
Reaps the given partition.
reap(PartitionManager, int) - Static method in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
Reaps the given partition.
reap() - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
Reaps deleted partitions from the collection.
reapPartition(int) - Method in class com.sun.labs.minion.classification.ClassifierManager
A method to reap a single partition.
reapPartition(int) - Method in class com.sun.labs.minion.classification.ClusterManager
A method to reap a single partition.
reapPartition(int) - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
A method to reap a single partition.
recalculateTermStats(File, List<DiskPartition>) - Method in class com.sun.labs.minion.indexer.dictionary.UncachedTermStatsDictionary
Creates a term stats dictionary from a number of partitions.
recalculateTermStats() - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
Regenerates the term stats for the currently active partitions.
recall() - Method in class com.sun.labs.minion.classification.Rocchio.FQR
 
receive(String, int, Word[]) - Method in interface com.sun.labs.minion.lexmorph.Receiver
 
Receiver - Interface in com.sun.labs.minion.lexmorph
 
receiveWordPos(Word, int, int) - Method in interface com.sun.labs.minion.lexmorph.Receiver
 
reclassifyIndex(String) - Method in interface com.sun.labs.minion.Classifier
Causes the engine to reclassify all documents against the classifier for the given class name.
reclassifyIndex(String) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
Causes the engine to reclassify all documents against the classifier for the given class name.
recodeID(int, int, PostingsIterator) - Method in class com.sun.labs.minion.indexer.postings.IDFreqPostings
Re-encodes the data from another postings onto this one.
recodeID(int, int, PostingsIterator) - Method in class com.sun.labs.minion.indexer.postings.IDPostings
Re-encodes the data from another postings onto this one.
recodeID(int, int, PostingsIterator) - Method in class com.sun.labs.minion.indexer.postings.IDWPostings
Re-encodes the data from another postings onto this one.
recordCatSenses(Word, Vector, Lexicon, boolean) - Method in class com.sun.labs.minion.lexmorph.MorphEngine
 
recordResults(Word, MorphState, Vector, int) - Method in class com.sun.labs.minion.lexmorph.MorphEngine
Method to be called by analyze to build the lexical entry for a word from a vector of catSenses.
recover() - Method in class com.sun.labs.minion.engine.SearchEngineImpl
Attempts to recover the index after an unruly shutdown.
recover(String) - Static method in class com.sun.labs.minion.indexer.partition.PartitionManager
Recovers an index directory.
recover() - Method in interface com.sun.labs.minion.SearchEngine
Attempts to recover the index after an unruly shutdown.
Recover - Class in com.sun.labs.minion.test
A class that can be used to recover an index, removing partitions that are not in the active list and removing any remaining lock files.
Recover() - Constructor for class com.sun.labs.minion.test.Recover
 
redundant - Variable in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
 
reflex(Result, String) - Method in class com.sun.labs.minion.test.CrossIndexDV
 
reformat(String, String, int) - Method in class com.sun.labs.minion.test.QueryTest.DisplaySpec
Reformats a string to fit within a given number of columns with a given prefix on each line.
ReInit(InputStream) - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
 
ReInit(InputStream, String) - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
 
ReInit(Reader) - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
 
ReInit(JCCTokenizerTokenManager) - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
 
ReInit(SimpleCharStream) - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizerTokenManager
 
ReInit(SimpleCharStream, int) - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizerTokenManager
 
ReInit(Reader, int, int, int) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
ReInit(Reader) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
ReInit(InputStream, String) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
ReInit(InputStream) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
ReInit(Reader, int, int, int) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
ReInit(Reader, int, int) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
ReInit(Reader) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
ReInit(InputStream, int, int, int) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
ReInit(InputStream, String, int, int) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
ReInit(InputStream, int, int) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
ReInit(InputStream, String) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
ReInit(InputStream) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
ReInit(InputStream) - Method in class com.sun.labs.minion.retrieval.parser.LuceneParser
 
ReInit(InputStream, String) - Method in class com.sun.labs.minion.retrieval.parser.LuceneParser
 
ReInit(Reader) - Method in class com.sun.labs.minion.retrieval.parser.LuceneParser
 
ReInit(LuceneParserTokenManager) - Method in class com.sun.labs.minion.retrieval.parser.LuceneParser
 
ReInit(JavaCharStream) - Method in class com.sun.labs.minion.retrieval.parser.LuceneParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class com.sun.labs.minion.retrieval.parser.LuceneParserTokenManager
 
ReInit(InputStream) - Method in class com.sun.labs.minion.retrieval.parser.StrictParser
 
ReInit(InputStream, String) - Method in class com.sun.labs.minion.retrieval.parser.StrictParser
 
ReInit(Reader) - Method in class com.sun.labs.minion.retrieval.parser.StrictParser
 
ReInit(StrictParserTokenManager) - Method in class com.sun.labs.minion.retrieval.parser.StrictParser
 
ReInit(JavaCharStream) - Method in class com.sun.labs.minion.retrieval.parser.StrictParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class com.sun.labs.minion.retrieval.parser.StrictParserTokenManager
 
ReInit(InputStream) - Method in class com.sun.labs.minion.retrieval.parser.WebParser
 
ReInit(InputStream, String) - Method in class com.sun.labs.minion.retrieval.parser.WebParser
 
ReInit(Reader) - Method in class com.sun.labs.minion.retrieval.parser.WebParser
 
ReInit(WebParserTokenManager) - Method in class com.sun.labs.minion.retrieval.parser.WebParser
 
ReInit(JavaCharStream) - Method in class com.sun.labs.minion.retrieval.parser.WebParserTokenManager
 
ReInit(JavaCharStream, int) - Method in class com.sun.labs.minion.retrieval.parser.WebParserTokenManager
 
rel - Variable in class com.sun.labs.minion.classification.Rocchio.FQR
The number of relevant docs encountered.
Relation - Class in com.sun.labs.minion.query
A class for a simple relational query, like price < 10.
Relation() - Constructor for class com.sun.labs.minion.query.Relation
 
Relation(String, Relation.Operator, String) - Constructor for class com.sun.labs.minion.query.Relation
 
Relation.Operator - Enum in com.sun.labs.minion.query
The saved field operators.
relationAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
releaseLock() - Method in class com.sun.labs.minion.util.FileLock
Release the lock on the file, if the calling thread currently holds it.
reloadBinObj(int) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
reloadBinObj(int, RandomAccessFile) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
reloadDeferredEntries() - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
reloadDiskWord() - Method in class com.sun.labs.minion.lexmorph.Word
 
reloadedBitBuffers - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
reloadedWordEntries - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
remaining() - Method in class com.sun.labs.minion.util.buffer.ArrayBuffer
Gets the amount of space remaining in the buffer.
remaining() - Method in interface com.sun.labs.minion.util.buffer.Buffer
Gets the amount of space remaining in the buffer.
remaining() - Method in class com.sun.labs.minion.util.buffer.ChannelReadableBuffer
Gets the number of bytes remaining to be read.
remaining() - Method in class com.sun.labs.minion.util.buffer.FileReadableBuffer
Returns the number of bytes remaining to be read in the buffer.
remaining() - Method in class com.sun.labs.minion.util.buffer.FileWriteableBuffer
Returns the number of bytes remaining in the buffer, which is nonsense.
remaining() - Method in class com.sun.labs.minion.util.buffer.NIOBuffer
Gets the amount of space remaining in the buffer.
remap(int[]) - Method in class com.sun.labs.minion.classification.ClusterPostings
Writes the in-memory frequency array out to the postings buffers.
remap(int[]) - Method in class com.sun.labs.minion.classification.FeaturePostings
Remaps the IDs in the features in these postings, resulting in the encoding of the IDs and feature information to the buffers.
remap(int[]) - Method in class com.sun.labs.minion.indexer.postings.DFOPostings
Remaps the IDs in this postings list according to the given old-to-new ID map.
remap(int[]) - Method in class com.sun.labs.minion.indexer.postings.DocumentVectorPostings
Remaps the IDs in the postings, using the provided ID map.
remap(int[]) - Method in class com.sun.labs.minion.indexer.postings.FieldedDocumentVectorPostings
 
remap(int[]) - Method in class com.sun.labs.minion.indexer.postings.IDPostings
Remaps the IDs in this postings list according to the given old-to-new ID map.
remap(int[]) - Method in interface com.sun.labs.minion.indexer.postings.Postings
Remaps the IDs in this postings list according to the given old-to-new ID map.
remapPostings(IndexEntry, NameEncoder, PartitionStats, int[], RandomAccessFile, PostingsOutput[]) - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
Rewrites this dictionary to the files passed in while remapping IDs in the postings to the new IDs passed in.
remdict(Atom) - Method in class com.sun.labs.minion.lexmorph.Word
 
remdict(Atom) - Method in class com.sun.labs.minion.lexmorph.WordEntry
 
remove(MST.Vertex) - Method in class com.sun.labs.minion.clustering.MST.Tree
 
remove(MST.Edge) - Method in class com.sun.labs.minion.clustering.MST.Tree
 
remove() - Method in class com.sun.labs.minion.indexer.dictionary.ArrayDictionaryIterator
Describe remove method here.
remove() - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary.DiskDictionaryIterator
 
remove() - Method in class com.sun.labs.minion.indexer.dictionary.MemoryDictionary.MemoryDictionaryIterator
 
remove(Object) - Method in class com.sun.labs.minion.indexer.dictionary.MemoryDictionary
Deletes an entry from the dictionary, given the name for the entry.
remove() - Method in class com.sun.labs.minion.indexer.partition.DocumentIterator
 
remove() - Method in class com.sun.labs.minion.indexer.partition.FieldIterator
Unsupported operation.
remove() - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage.Range.RangeIterator
 
removeArrayElement(Value, Value[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
removeArrayElement(Category, Category[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
removeAttribute(FieldInfo.Attribute) - Method in class com.sun.labs.minion.FieldInfo
Removes an attribute from the field.
removeClutter(SimpleNode) - Static method in class com.sun.labs.minion.retrieval.parser.LuceneTransformer
Removes clutter nodes -- the nodes that have only a single child and provide no additional context.
removeClutter(SimpleNode) - Static method in class com.sun.labs.minion.retrieval.parser.StrictTransformer
Removes clutter nodes -- the nodes that have only a single child and provide no additional context
removeDefaultField(String) - Method in class com.sun.labs.minion.QueryConfig
 
removeDeleted() - Method in class com.sun.labs.minion.retrieval.ArrayGroup
Removes deleted documents from the results set, modifying the set in the process.
removeDeleted(ReadableBuffer) - Method in class com.sun.labs.minion.retrieval.ArrayGroup
Removes deleted documents from the results set, modifying the set in the process.
removeDeleted(ReadableBuffer) - Method in class com.sun.labs.minion.retrieval.ScoredGroup
Removes deleted documents from the results set, modifying the set in the process.
removedFile - Variable in class com.sun.labs.minion.indexer.partition.DiskPartition
A File indicating that this partition is no longer active.
removeEldestEntry(Map.Entry<K, V>) - Method in class com.sun.labs.minion.util.LRACache
Removes the oldest entry in the map.
removeIkoParent(Word) - Method in class com.sun.labs.minion.lexmorph.Word
 
removeIndexListener(IndexListener) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
removeIndexListener(IndexListener) - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
 
removeIndexListener(IndexListener) - Method in interface com.sun.labs.minion.SearchEngine
Removes an index listener from the listeners.
removeRoots(Word[]) - Method in class com.sun.labs.minion.lexmorph.Word
 
removeWord() - Method in class com.sun.labs.minion.lexmorph.Word
 
removeWordEntry() - Method in class com.sun.labs.minion.lexmorph.Word
 
removeZero() - Method in class com.sun.labs.minion.classification.FeatureClusterSet
Removes feature clusters with zero weight from the set.
ReplacementStage - Class in com.sun.labs.minion.pipeline
A stage that replaces some words with others.
ReplacementStage() - Constructor for class com.sun.labs.minion.pipeline.ReplacementStage
Creates a ReplacementStage
report() - Method in class com.sun.labs.minion.pipeline.StatStage
 
reportDiff(String, boolean) - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
reporter - Variable in class com.sun.labs.minion.test.regression.merge.MergeTest
The reporter for recording progress of the test
reportProgress(long, long, int) - Static method in class com.sun.labs.minion.document.tokenizer.RateTest
 
reportProgress() - Method in class com.sun.labs.minion.pipeline.Dropper
Reports on our progress.
reportProgress(Logger, long, long, int) - Static method in class com.sun.labs.minion.test.IndexTest
 
reportProgress(long, int) - Static method in class com.sun.labs.minion.test.URLIndexTest
 
reportTestFiles(String[]) - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
reset() - Method in class com.sun.labs.minion.classification.FeaturePostings.Featurator
Resets the iterator to the beginning of the entry.
reset() - Method in class com.sun.labs.minion.clustering.MST.Tree
 
reset() - Method in class com.sun.labs.minion.document.tokenizer.Tokenizer
Reset state of tokenizer to clean slate.
reset(boolean) - Method in class com.sun.labs.minion.document.tokenizer.Tokenizer
Reset state of tokenizer to clean slate.
reset() - Method in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
Reset state of tokenizer to clean slate.
reset(ArrayGroup, int, String[]) - Method in interface com.sun.labs.minion.HLPipeline
Sets up for processing a new document.
reset() - Method in class com.sun.labs.minion.indexer.MetaFile
Resets the meta file.
reset() - Method in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
Resets the iterator to the beginning of the entry.
reset() - Method in class com.sun.labs.minion.indexer.postings.IDPostings.IDIterator
Resets the iterator to the beginning of the entry.
reset() - Method in interface com.sun.labs.minion.indexer.postings.PostingsIterator
Resets the iterator to the beginning of the entry.
reset(ArrayGroup, int, String[]) - Method in class com.sun.labs.minion.pipeline.HLPipelineImpl
Sets up for processing a new document.
reset(String, int, int, int, int) - Method in class com.sun.labs.minion.pipeline.Token
 
reset(String, int, int, int) - Method in class com.sun.labs.minion.pipeline.Token
 
reset(String, int, int, int, int, int) - Method in class com.sun.labs.minion.pipeline.Token
 
reset() - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage.Range
Resets the range.
reset(int, int, boolean) - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage.Range
Resets the range with a new start and end position.
reset() - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage
Resets the stage.
reset(int[], int[], boolean[]) - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage
Resets the stage with new starts and ends.
reset() - Method in class com.sun.labs.minion.retrieval.cache.TermCacheElement.TCEIterator
 
reset(ArrayGroup, int, String[]) - Method in class com.sun.labs.minion.retrieval.HighlightStage
Resets the stage so that we can use it for a different document.
reset() - Method in class com.sun.labs.minion.util.BitBuffer
Reset the head to point at the start of bits array.
reset() - Method in class com.sun.labs.minion.util.CharArrayReader
Resets the stream to the most recent mark, or to the beginning if it has never been marked.
reset(int, int) - Method in class com.sun.labs.minion.util.CharArrayReader
Resets the offset and length in the buffer, so that we can reuse the character array for multiple reads.
reset(char[], int, int) - Method in class com.sun.labs.minion.util.CharArrayReader
Resets the offset and length in the buffer, so that we can reuse the character array for multiple reads.
reset() - Method in class com.sun.labs.minion.util.StopWatch
Resets the accumulated time.
resetPassages() - Method in class com.sun.labs.minion.retrieval.HighlightStage
Resets the passages for this document.
resetQueryStats() - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
resetQueryStats() - Method in interface com.sun.labs.minion.SearchEngine
Resets the query stats for the engine.
resize(int) - Method in class com.sun.labs.minion.retrieval.ArrayGroup
Resizes the group so that it can hold the given number of documents.
restoreBBObj(BitBuffer, int, int) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
restoreHistory(String) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
restoreIndexNumbers() - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
restWords() - Method in class com.sun.labs.minion.lexmorph.Word
 
Result - Interface in com.sun.labs.minion
A class that holds a single search result.
ResultAccessor - Interface in com.sun.labs.minion
An interface for accessing the values associated with a search result that is being considered for inclusion in a list of results returned to a user.
ResultImpl - Class in com.sun.labs.minion.retrieval
 
ResultImpl() - Constructor for class com.sun.labs.minion.retrieval.ResultImpl
Creates an empty search result.
ResultImpl(ResultSet, ArrayGroup, SortSpec, int, float) - Constructor for class com.sun.labs.minion.retrieval.ResultImpl
Creates a search result.
results - Variable in class com.sun.labs.minion.retrieval.ResultSetImpl
The results of the search: a list of ArrayGroups.
ResultsCluster - Interface in com.sun.labs.minion
A cluster of results from a search engine.
ResultsClusterImpl - Class in com.sun.labs.minion.clustering
 
ResultsClusterImpl(Map<String, Integer>, double[], SearchEngine) - Constructor for class com.sun.labs.minion.clustering.ResultsClusterImpl
Creates a ClusterResultImpl
ResultsClusterImpl(SearchEngine, DataInput) - Constructor for class com.sun.labs.minion.clustering.ResultsClusterImpl
Creates a results cluster by reading it from the given input.
ResultSet - Interface in com.sun.labs.minion
A class that holds the results of a search.
ResultSetImpl - Class in com.sun.labs.minion.retrieval
An implementation of the results set interface.
ResultSetImpl(SearchEngine) - Constructor for class com.sun.labs.minion.retrieval.ResultSetImpl
Creates an empty result set.
ResultSetImpl(QueryElement, QueryConfig, QueryStats, List, SearchEngine) - Constructor for class com.sun.labs.minion.retrieval.ResultSetImpl
Creates a result set for the given query by evaluating the query.
ResultSetImpl(ResultSetImpl, ResultSetImpl.AGDocs[]) - Constructor for class com.sun.labs.minion.retrieval.ResultSetImpl
Constructs a partial result set from the docs passed in.
ResultSetImpl(SearchEngine, QueryConfig, List) - Constructor for class com.sun.labs.minion.retrieval.ResultSetImpl
Creates a result set from a list of groups.
ResultSetImpl(SearchEngine, String, List) - Constructor for class com.sun.labs.minion.retrieval.ResultSetImpl
Creates a result set from a list of groups.
ResultSetImpl.AGDocs - Class in com.sun.labs.minion.retrieval
 
ResultSetImpl.AGDocs(ArrayGroup) - Constructor for class com.sun.labs.minion.retrieval.ResultSetImpl.AGDocs
 
ResultsFilter - Interface in com.sun.labs.minion
A filter for results that can be applied against a result set when retrieving results for display.
resultsIterator() - Method in class com.sun.labs.minion.retrieval.ResultSetImpl
Gets an iterator for the per-partition results.
ResultSplitter - Interface in com.sun.labs.minion.classification
Result Splitters split a result set into two distinct sets suitable for use in training and validation.
resumeAsianFlag - Variable in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
 
retain(int[]) - Method in class com.sun.labs.minion.retrieval.ArrayGroup
Retain only the documents with the given ids
retain(int[]) - Method in class com.sun.labs.minion.retrieval.ScoredGroup
 
returnCurr - Variable in class com.sun.labs.minion.indexer.dictionary.DiskDictionary.DiskDictionaryIterator
 
reverseNodeSequence(Value[]) - Static method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor
 
reverseNodeSequence(Word[]) - Static method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor
 
reverseVector(Vector) - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor
 
rf - Variable in class com.sun.labs.minion.retrieval.ResultSetImpl
A results filter to use when getting results.
rfnp - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
 
rightAnchor - Variable in class com.sun.labs.minion.lexmorph.MorphRule
 
rightCompoundExceptions - Variable in class com.sun.labs.minion.lexmorph.MorphEngFrame
 
rightContextPtr - Variable in class com.sun.labs.minion.lexmorph.MorphState
 
rl - Variable in class com.sun.labs.minion.classification.Rocchio.FQR
The number of retrieved documents at which we'll measure our levels.
Rocchio - Class in com.sun.labs.minion.classification
A classifier model that does Rocchio-style classification.
Rocchio() - Constructor for class com.sun.labs.minion.classification.Rocchio
 
Rocchio.FQR - Class in com.sun.labs.minion.classification
A class to collate and hold the results of a feedback query.
Rocchio.FQR(int) - Constructor for class com.sun.labs.minion.classification.Rocchio.FQR
 
Rocchio.HE - Class in com.sun.labs.minion.classification
A class to hold a single element of the heap that we'll use to negotiate the results of queries.
Rocchio.HE(FeatureClusterSet, BigQuery) - Constructor for class com.sun.labs.minion.classification.Rocchio.HE
Creates an element for the heap for a given array group.
romanNumeralP(Word) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
 
root - Variable in class com.sun.labs.minion.lexmorph.MorphEngine.CatSense
 
root - Variable in class com.sun.labs.minion.lexmorph.MorphEngine.RootFeatureList
 
root - Variable in class com.sun.labs.minion.lexmorph.MorphState
 
rootAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
rootCategories - Variable in class com.sun.labs.minion.lexmorph.WordEntry
 
rootGoodForPrefix(Word) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
 
rootRules - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
roots - Variable in class com.sun.labs.minion.lexmorph.WordEntry
 
rootString - Variable in class com.sun.labs.minion.lexmorph.MorphState
 
rp - Variable in class com.sun.labs.minion.indexer.postings.IDPostings.IDIterator
A readable buffer for the postings.
RP - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
RP - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
rPrefixes - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
rs - Variable in class com.sun.labs.minion.clustering.AbstractClusterer
 
rule - Variable in class com.sun.labs.minion.lexmorph.MorphState
 
ruleName(MorphRule, int) - Method in class com.sun.labs.minion.lexmorph.MorphEngine
Method for describing rule in tracing.
ruleNum - Variable in class com.sun.labs.minion.lexmorph.MorphState
 
rulesTable - Variable in class com.sun.labs.minion.lexmorph.LiteMorph
 
run() - Method in class com.sun.labs.minion.indexer.dictionary.QueryTimerTask
 
run() - Method in class com.sun.labs.minion.indexer.partition.AsyncDumper
 
run() - Method in class com.sun.labs.minion.indexer.partition.PartitionManager.HouseKeeper
Performs the housekeeping duties.
run() - Method in class com.sun.labs.minion.indexer.partition.PartitionManager.Merger
Does the merge of the partitions.
run() - Method in class com.sun.labs.minion.pipeline.AsyncPipelineImpl
Removes documents from the queue and indexes them.
run() - Method in class com.sun.labs.minion.test.FindSimilar
 
run() - Method in class com.sun.labs.minion.test.Mutator
 
run() - Method in class com.sun.labs.minion.test.QueryRunner
While the runner's thread isn't interrupted, get the next query from the queue, parse it and evaluate it against the search engine.
run() - Method in class com.sun.labs.minion.test.SimpleFindSimilar
 
runFeedback(FeatureClusterSet, WeightedFeatureVector, List, int, WeightingFunction, WeightingComponents) - Method in class com.sun.labs.minion.classification.Rocchio
Runs a feedback query with the current estimate of the optimal query.
runKeyPairs(int, PartitionManager) - Static method in class com.sun.labs.minion.test.RandomVectorTest
 
runResultLists(int, PartitionManager) - Static method in class com.sun.labs.minion.test.RandomVectorTest
 
runResultPairs(int, PartitionManager) - Static method in class com.sun.labs.minion.test.RandomVectorTest
 

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