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

B

b - Variable in class com.sun.labs.minion.classification.ContingencyFeature
The number of documents not in the class that contain this feature.
b - Variable in class com.sun.labs.minion.indexer.postings.io.StreamPostingsInput
Our in-memory buffer.
ba - Variable in class com.sun.labs.minion.classification.Rocchio
 
backup(int) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
backup(int) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
BAD_MAGIC - Static variable in class com.sun.labs.minion.indexer.dictionary.DictionaryHeader
 
BalancedWinnow - Class in com.sun.labs.minion.classification
An implementation of the Balanced Winnow classification algorithm.
BalancedWinnow() - Constructor for class com.sun.labs.minion.classification.BalancedWinnow
 
barredChemicalEndings - Variable in class com.sun.labs.minion.lexmorph.MorphEngFns
 
BaseEntry - Class in com.sun.labs.minion.indexer.entry
An abstract base class for all entry types.
BaseEntry() - Constructor for class com.sun.labs.minion.indexer.entry.BaseEntry
Creates a base entry with no name.
BaseEntry(Object) - Constructor for class com.sun.labs.minion.indexer.entry.BaseEntry
Creates an entry with a given name.
BasicField - Class in com.sun.labs.minion.indexer.dictionary
A class to hold the data for a saved field during indexing.
BasicField() - Constructor for class com.sun.labs.minion.indexer.dictionary.BasicField
Default constructor for subclasses.
BasicField(FieldInfo) - Constructor for class com.sun.labs.minion.indexer.dictionary.BasicField
Constructs a saved field that will be used to store data during indexing.
BasicField(FieldInfo, RandomAccessFile, RandomAccessFile[], DictionaryFactory, DictionaryFactory, DiskPartition) - Constructor for class com.sun.labs.minion.indexer.dictionary.BasicField
Constructs a saved field that will be used to retrieve data during querying.
BasicField.Fetcher - Class in com.sun.labs.minion.indexer.dictionary
A class that can be used when you want to get a lot of field values for a particular field, for example, when sorting or clustering results by a particular field.
BasicField.Fetcher() - Constructor for class com.sun.labs.minion.indexer.dictionary.BasicField.Fetcher
 
bb - Variable in class com.sun.labs.minion.classification.Rocchio
 
bb - Variable in class com.sun.labs.minion.indexer.dictionary.FieldStoreHeader
The byte buffer underlying our buffer of longs.
be - Variable in class com.sun.labs.minion.util.buffer.ChannelReadableBuffer
The offset in the file of the end of the buffer that we represent.
be - Variable in class com.sun.labs.minion.util.buffer.FileReadableBuffer
The offset in the file of the end of the buffer that we represent.
begin - Variable in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.WordQElt
 
beginColumn - 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.
beginColumn - 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.
beginLine - 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.
beginLine - 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.
BeginToken() - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
BeginToken() - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
beta - Static variable in class com.sun.labs.minion.classification.Rocchio
 
between(InputStream, OutputStream, int) - Static method in class com.sun.labs.minion.test.util.Pipe
Establish connection between input and output streams with specified size of buffer used for data transfer.
between(InputStream, OutputStream) - Static method in class com.sun.labs.minion.test.util.Pipe
Establish connection between input and output streams with default buffer size.
bg - Variable in class com.sun.labs.minion.classification.Rocchio
 
BigQuery - Class in com.sun.labs.minion.classification
A helper class for running a big query during classification operations.
BigQuery(TermCache, ArrayGroup, String, WeightingFunction, WeightingComponents) - Constructor for class com.sun.labs.minion.classification.BigQuery
Creates a big query helper for a given partition.
BigQuery(BigQuery) - Constructor for class com.sun.labs.minion.classification.BigQuery
A copy constructor.
BIGRAM - Static variable in class com.sun.labs.minion.pipeline.Token
 
bigramDict - Variable in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
Bigrams from the main dictionary.
bigramDictFactory - Variable in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
A factory for bigram dictionaries that will be used by the main dictioanry and by the field store.
bigramDictFile - Variable in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
The stream for the bigram dictionaries.
bigramDictOffset - Variable in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
The offset of the bigrams in the main dictionary.
bigramPostFile - Variable in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
The stream for the bigram postings.
bigrams - Variable in class com.sun.labs.minion.indexer.dictionary.BasicField
A bigram dictionary that we can use for character fields.
binarySearch(int[], int, int, int) - Static method in class com.sun.labs.minion.util.Util
Do a binary search on a region of an array.
binLexRAF - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
bins() - Method in class com.sun.labs.minion.util.DescriptiveStats
 
bit(int) - Static method in class com.sun.labs.minion.util.BitBuffer
Given a bit index, return a unit that masks that bit in its unit.
BIT_INDEX_MASK - Static variable in class com.sun.labs.minion.util.BitBuffer
 
BitBuffer - Class in com.sun.labs.minion.util
The BitBuffer class is used to represent a string of bits.
BitBuffer() - Constructor for class com.sun.labs.minion.util.BitBuffer
Creates a new bit buffer.
BitBuffer(int) - Constructor for class com.sun.labs.minion.util.BitBuffer
Creates a bit buffer whose initial size is large enough to explicitly represent bits with indices in the range 0 through nbits-1.
BitBuffer(BitBuffer) - Constructor for class com.sun.labs.minion.util.BitBuffer
Creates a bit buffer whose data is initialized by the bit buffer given as a parameter.
BitBuffer(boolean, BitBuffer) - Constructor for class com.sun.labs.minion.util.BitBuffer
Creates a bit buffer whose data shares the data of the bit buffer given as a parameter.
BitBuffer(DataInput) - Constructor for class com.sun.labs.minion.util.BitBuffer
Creates a bit buffer by reading it from the provided stream.
BitBuffer(byte[], int) - Constructor for class com.sun.labs.minion.util.BitBuffer
Creates a bit buffer from an array of bytes.
BitBuffer(String) - Constructor for class com.sun.labs.minion.util.BitBuffer
 
bitPos(int) - Static method in class com.sun.labs.minion.util.BitBuffer
Find the position in a unit of a given bit index.
bits - Variable in class com.sun.labs.minion.util.BitBuffer
The bits in this BitSet.
BITS_PER_UNIT - Static variable in class com.sun.labs.minion.util.BitBuffer
 
BLOCK_SIZE - Static variable in class com.sun.labs.minion.util.ChannelUtil
The block size in which buffers will be written.
BlurbStage - Class in com.sun.labs.minion.pipeline
This stages removes certain stop-like words from the review portion of a book document.
BlurbStage(Stage, HashSet) - Constructor for class com.sun.labs.minion.pipeline.BlurbStage
 
bodyFields - Variable in class com.sun.labs.minion.retrieval.HighlightStage
The set of fields that we're considering as body fields for the purposes of highlighting.
BoolRule - Class in com.sun.labs.minion.lexmorph
 
boolv - Variable in class com.sun.labs.minion.lexmorph.BoolRule
 
BOOST - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
boostPerfectProx - Variable in class com.sun.labs.minion.QueryConfig
Whether we should boost perfect proximity scores with term weights.
bPos - Variable in class com.sun.labs.minion.util.buffer.FileWriteableBuffer
The position in our in-memory buffer.
bPrefixes - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
bq - Variable in class com.sun.labs.minion.classification.Rocchio.HE
 
bs - Variable in class com.sun.labs.minion.util.buffer.ChannelReadableBuffer
The offset in the file of the buffer that we represent.
bs - Variable in class com.sun.labs.minion.util.buffer.FileReadableBuffer
The offset in the file of the buffer that we represent.
BSLASH - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
buf - Variable in class com.sun.labs.minion.util.CharArrayReader
The character buffer.
bufcolumn - Variable in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
bufcolumn - Variable in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
buff - Variable in class com.sun.labs.minion.indexer.postings.io.ChannelPostingsOutput
A buffer.
buff - Variable in class com.sun.labs.minion.util.buffer.ChannelReadableBuffer
The in-memory buffer.
buff - Variable in class com.sun.labs.minion.util.buffer.FileReadableBuffer
The in-memory buffer.
buff - Variable in class com.sun.labs.minion.util.buffer.FileWriteableBuffer
Our in memory buffer.
BUFF_SIZE - Static variable in class com.sun.labs.minion.indexer.partition.DiskPartition
Buffer size for merging.
BUFF_SIZE - Static variable in class com.sun.labs.minion.indexer.partition.DocumentVectorLengths
A standard buffer size to use, in bytes.
buffChans - Variable in class com.sun.labs.minion.indexer.dictionary.DiskDictionary.DiskDictionaryIterator
Buffered channels for reading postings.
buffer - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
A buffer to hold characters read from the file.
buffer - Variable in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
buffer - Variable in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
Buffer - Interface in com.sun.labs.minion.util.buffer
An interface for the buffers used by the search engine.
BUFFER_SIZE - Static variable in class com.sun.labs.minion.indexer.dictionary.CachedTermStatsDictionary
 
BUFFER_SIZE - Static variable in class com.sun.labs.minion.indexer.dictionary.UncachedTermStatsDictionary
 
bufferEnd - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
The end of the current fileBuffer.
bufferPos - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
The current position in the buffer of characters read from the file.
bufline - Variable in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
bufline - Variable in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
bufpos - Variable in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
bufpos - Variable in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
buildUp - Variable in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
A place to build up strings across tokens, if we need to.
BulkClassifier - Interface in com.sun.labs.minion.classification
An interface for classifiers that can do bulk classification.
butLastChar(Word) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
 
butLastCharString(String) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
 
butLastCharString(String, int) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
 
byteDecode() - Method in class com.sun.labs.minion.util.BitBuffer
Decodes an integer stored using the byte encoding.
byteDecode() - Method in class com.sun.labs.minion.util.buffer.ArrayBuffer
Decodes an integer stored using the 7 bit encoding.
byteDecode() - Method in class com.sun.labs.minion.util.buffer.NIOBuffer
Decodes an integer stored using the 7 bit encoding.
byteDecode(int) - Method in interface com.sun.labs.minion.util.buffer.ReadableBuffer
Decodes a postive integer that was coded using a specific number of bytes.
byteDecode(int, int) - Method in interface com.sun.labs.minion.util.buffer.ReadableBuffer
Decodes a postive integer that was coded using a specific number of bytes from a specific position in the buffer.
byteDecode() - Method in interface com.sun.labs.minion.util.buffer.ReadableBuffer
Decodes an integer stored using our 7 bit encoding scheme.
byteDecode(int) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Decodes a postive integer that was coded using a specific number of bytes.
byteDecode(int, int) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Decodes a postive integer that was coded using a specific number of bytes from a specific position in the buffer.
byteDecode() - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Decodes an integer stored using the minimal number of bytes.
byteDecode(int) - Method in class com.sun.labs.minion.util.buffer.StdReadableImpl
Decodes a postive integer that was coded using a specific number of bytes.
byteDecode(int, int) - Method in class com.sun.labs.minion.util.buffer.StdReadableImpl
Decodes a postive integer that was coded using a specific number of bytes from a specific position in the buffer.
byteDecode() - Method in class com.sun.labs.minion.util.buffer.StdReadableImpl
Decodes an integer stored using the minimal number of bytes.
byteDecode() - Method in interface com.sun.labs.minion.util.IntEncoder
Decodes a vInt encoded integer.
byteDecodeLong(int) - Method in interface com.sun.labs.minion.util.buffer.ReadableBuffer
Decodes a postive long that was coded using a specific number of bytes.
byteDecodeLong(int, int) - Method in interface com.sun.labs.minion.util.buffer.ReadableBuffer
Decodes a postive long that was coded using a specific number of bytes from a given position.
byteDecodeLong() - Method in interface com.sun.labs.minion.util.buffer.ReadableBuffer
Decodes a long stored using the 7 bit encoding.
byteDecodeLong(int) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Decodes a postive long that was coded using a specific number of bytes.
byteDecodeLong(int, int) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Decodes a postive long that was coded using a specific number of bytes from a given position.
byteDecodeLong() - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Decodes a long stored using the 7 bit encoding.
byteDecodeLong(int) - Method in class com.sun.labs.minion.util.buffer.StdReadableImpl
Decodes a postive long that was coded using a specific number of bytes.
byteDecodeLong(int, int) - Method in class com.sun.labs.minion.util.buffer.StdReadableImpl
Decodes a postive long that was coded using a specific number of bytes from a given position.
byteDecodeLong() - Method in class com.sun.labs.minion.util.buffer.StdReadableImpl
Decodes a long stored using the byte encoding.
byteEncode(int) - Method in class com.sun.labs.minion.util.BitBuffer
Encodes an integer in a byte-aligned fashion, using the minimal number of bytes.
byteEncode(long) - Method in class com.sun.labs.minion.util.buffer.ArrayBuffer
Encodes an integer in a byte-aligned fashion, using the minimal number of bytes.
byteEncode(long, int) - Method in class com.sun.labs.minion.util.buffer.FileWriteableBuffer
Encodes a positive long onto a writeable in a given number of bytes.
byteEncode(int, long, int) - Method in class com.sun.labs.minion.util.buffer.FileWriteableBuffer
Encodes a positive long directly, using a given number of bytes, starting at the given position in the units.
byteEncode(long) - Method in class com.sun.labs.minion.util.buffer.FileWriteableBuffer
Encodes an integer in a byte-aligned fashion, using the minimal number of bytes.
byteEncode(long, int) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Encodes a positive long onto a writeable in a given number of bytes.
byteEncode(int, long, int) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Encodes a positive long directly, using a given number of bytes, starting at the given position in the units.
byteEncode(long) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Encodes an integer in a byte-aligned fashion, using the minimal number of bytes.
byteEncode(long, int) - Method in interface com.sun.labs.minion.util.buffer.WriteableBuffer
Encodes a long directly, using a given number of bytes.
byteEncode(int, long, int) - Method in interface com.sun.labs.minion.util.buffer.WriteableBuffer
Encodes a positive long directly, using a given number of bytes, starting at the given position in the buffer.
byteEncode(long) - Method in interface com.sun.labs.minion.util.buffer.WriteableBuffer
Encodes an integer in a byte-aligned fashion, using the minimal number of bytes.
byteEncode(int) - Method in interface com.sun.labs.minion.util.IntEncoder
Encodes an integer using the vInt encoding.
bytesInUse() - Method in class com.sun.labs.minion.indexer.dictionary.FeatureVector
 
bytesProcessed - Variable in class com.sun.labs.minion.pipeline.Dropper
The number of bytes that have been indexed.
bytesRequired(long) - Static method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Gets the number of bytes required to directly encode a given number.
byteToBinaryString(byte) - Static method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Build a string representation of a byte with the bits in the right order.

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