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

F

f1() - Method in class com.sun.labs.minion.classification.Rocchio.FQR
 
f1pts - Variable in class com.sun.labs.minion.classification.Rocchio.FQR
The f1 measure at our precision points.
falseRootAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
FastContingencyFeatureSelector - Class in com.sun.labs.minion.classification
 
FastContingencyFeatureSelector() - Constructor for class com.sun.labs.minion.classification.FastContingencyFeatureSelector
Creates a FastContingencyFeatureSelector
FastContingencyFeatureSelector(int) - Constructor for class com.sun.labs.minion.classification.FastContingencyFeatureSelector
 
fastPreserveParents() - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
fc - Variable in class com.sun.labs.minion.clustering.AbstractClusterer
 
fcs - Variable in class com.sun.labs.minion.classification.Rocchio.HE
 
fdt - Variable in class com.sun.labs.minion.retrieval.WeightingComponents
The frequency of term t in document d.
feat - Variable in class com.sun.labs.minion.retrieval.cache.TermCacheElement
 
feat - Variable in class com.sun.labs.minion.retrieval.DictTerm
 
feats - Variable in class com.sun.labs.minion.classification.FeaturePostings
An array of the features added.
Feature - Interface in com.sun.labs.minion.classification
An interface for the features defined by classifiers.
FeatureCluster - Interface in com.sun.labs.minion.classification
A cluster of features
FeatureClusterer - Interface in com.sun.labs.minion.classification
The Feature Clusterer provides the interface to create clusters of features.
FeatureClusterSet - Class in com.sun.labs.minion.classification
A set of feature clusters.
FeatureClusterSet() - Constructor for class com.sun.labs.minion.classification.FeatureClusterSet
 
FeatureClusterSet(Collection<FeatureCluster>) - Constructor for class com.sun.labs.minion.classification.FeatureClusterSet
Creates a FeatureClusterSet from the contents of a Collection.
FeatureClusterSet(FeatureClusterSet) - Constructor for class com.sun.labs.minion.classification.FeatureClusterSet
Create a copy of the provided FeatureClusterSet
FeatureEntry - Class in com.sun.labs.minion.classification
 
FeatureEntry() - Constructor for class com.sun.labs.minion.classification.FeatureEntry
 
FeatureEntry(Object) - Constructor for class com.sun.labs.minion.classification.FeatureEntry
 
featureIterators - Variable in class com.sun.labs.minion.classification.BigQuery
The postings iterators that can be used to fetch weights for each of the features making up this big query.
FeaturePostings - Class in com.sun.labs.minion.classification
An implementation of Postings that we can use to store classifier features.
FeaturePostings() - Constructor for class com.sun.labs.minion.classification.FeaturePostings
Creates a set of postings suitable for indexing time.
FeaturePostings(ReadableBuffer, ReadableBuffer) - Constructor for class com.sun.labs.minion.classification.FeaturePostings
Creates a set of postings suitable for querying time.
FeaturePostings.Featurator - Class in com.sun.labs.minion.classification
 
FeaturePostings.Featurator(PostingsIteratorFeatures) - Constructor for class com.sun.labs.minion.classification.FeaturePostings.Featurator
 
features - Variable in class com.sun.labs.minion.classification.BigQuery
 
features - Variable in class com.sun.labs.minion.classification.ClassifierDiskPartition
Things to fix after the open house: the main dictionary in the classifiers doesn't store the feature scores for the documents (i.e., the classifiers.) So we can't do bulk evaluation without inverting the document vectors.
features - Variable in class com.sun.labs.minion.classification.Rocchio
The features that we will use for our model.
features - Variable in class com.sun.labs.minion.clustering.AbstractClusterer
 
features - Variable in class com.sun.labs.minion.indexer.dictionary.FeatureVector
The features stored during indexing.
features - Variable in class com.sun.labs.minion.lexmorph.MorphEngine.CatSense
 
features - Variable in class com.sun.labs.minion.lexmorph.MorphEngine.RootFeatureList
 
features - Variable in class com.sun.labs.minion.lexmorph.WordEntry
 
FeatureSelector - Interface in com.sun.labs.minion.classification
Selects terms from a given document or set of documents, relative to the collection the terms are part of.
FeatureVector - Class in com.sun.labs.minion.indexer.dictionary
A class that can be used to save feature vectors in an index.
FeatureVector(FieldInfo) - Constructor for class com.sun.labs.minion.indexer.dictionary.FeatureVector
Creates a FeatureVector that can be used to store data at indexing time.
FeatureVector(FieldInfo, RandomAccessFile, RandomAccessFile[], DiskPartition) - Constructor for class com.sun.labs.minion.indexer.dictionary.FeatureVector
Constructs a feature vector field that will be used to retrieve data during querying.
fetch(int) - Method in class com.sun.labs.minion.indexer.dictionary.BasicField.Fetcher
 
fetch(int, List) - Method in class com.sun.labs.minion.indexer.dictionary.BasicField.Fetcher
 
fetchers - Variable in class com.sun.labs.minion.retrieval.SortSpec
Fetchers for any saved fields in the sorting spec.
fetchOne(int) - Method in class com.sun.labs.minion.indexer.dictionary.BasicField.Fetcher
Fetches one value for the given field.
ffreq - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings
The field frequency information.
fi - Variable in class com.sun.labs.minion.indexer.dictionary.FeatureVector
The information for this field.
field - Variable in class com.sun.labs.minion.classification.ContingencyFeatureClusterer
The field from which features should be drawn.
field - Variable in class com.sun.labs.minion.clustering.AbstractClusterer
 
field - Variable in class com.sun.labs.minion.indexer.dictionary.BasicField
The field info object for this field.
field - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
The ID of a field decoded, if this is the only position in a document.
field - Variable in class com.sun.labs.minion.query.Relation
 
field - Variable in class com.sun.labs.minion.retrieval.DocumentVectorImpl
 
field() - Method in class com.sun.labs.minion.retrieval.parser.LuceneParser
 
FieldClusterer - Class in com.sun.labs.minion.clustering
A clusterer that produces clusters based on the values of a given field.
FieldClusterer() - Constructor for class com.sun.labs.minion.clustering.FieldClusterer
Creates a FieldClusterer
fieldCross - Variable in class com.sun.labs.minion.QueryConfig
Whether proximity queries are allowed to cross field boundaries.
fieldDictFile - Variable in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
The stream for the field store dictionaries.
FieldedDocKeyEntry - Class in com.sun.labs.minion.indexer.entry
 
FieldedDocKeyEntry() - Constructor for class com.sun.labs.minion.indexer.entry.FieldedDocKeyEntry
Creates a FieldedDocKeyEntry
FieldedDocKeyEntry(Object) - Constructor for class com.sun.labs.minion.indexer.entry.FieldedDocKeyEntry
 
FieldedDocumentVectorPostings - Class in com.sun.labs.minion.indexer.postings
A set of fielded document vector postings.
FieldedDocumentVectorPostings() - Constructor for class com.sun.labs.minion.indexer.postings.FieldedDocumentVectorPostings
Creates a new instance of FieldedDocumentVectorPostings
FieldedDocumentVectorPostings(ReadableBuffer) - Constructor for class com.sun.labs.minion.indexer.postings.FieldedDocumentVectorPostings
Creates a set of fielded document vector postings from a buffer.
FieldedPostingsIterator - Interface in com.sun.labs.minion.indexer.postings
An interface for postings iterators that provide per-field weights.
FieldedTermCacheElement - Class in com.sun.labs.minion.retrieval.cache
An element of a term cache for terms that were fetched with fields.
FieldedTermCacheElement(List<String>, PostingsIteratorFeatures, DiskPartition) - Constructor for class com.sun.labs.minion.retrieval.cache.FieldedTermCacheElement
Creates a cache element with a given name.
FieldedTermCacheElement.FTCEIterator - Class in com.sun.labs.minion.retrieval.cache
 
FieldedTermCacheElement.FTCEIterator() - Constructor for class com.sun.labs.minion.retrieval.cache.FieldedTermCacheElement.FTCEIterator
 
FieldEvaluator - Class in com.sun.labs.minion.retrieval
A class that can be used to evaluate a simple parametric query against a single saved field, like x = 7 or name = foo or 7 < x < 25.
FieldEvaluator(String, Relation.Operator, Object) - Constructor for class com.sun.labs.minion.retrieval.FieldEvaluator
Creates an evaluator for a simple parametric query.
FieldEvaluator(String, Object, boolean, Object, boolean) - Constructor for class com.sun.labs.minion.retrieval.FieldEvaluator
Creates an evaluator for a range query on a saved field.
fieldFeatures - Variable in class com.sun.labs.minion.retrieval.CompositeDocumentVectorImpl
The per-field weighted features for the document.
FieldFrequency - Class in com.sun.labs.minion
A class that encapsulates a field value and a frequency for that value.
FieldFrequency(Object, int) - Constructor for class com.sun.labs.minion.FieldFrequency
 
fieldID - Variable in class com.sun.labs.minion.retrieval.DocumentVectorImpl
 
FieldInfo - Class in com.sun.labs.minion
A class that can be used to tell the indexer what to do with the data contained in a field.
FieldInfo() - Constructor for class com.sun.labs.minion.FieldInfo
 
FieldInfo(String) - Constructor for class com.sun.labs.minion.FieldInfo
Constructs a FieldInfo instance for the given field name.
FieldInfo(int, String) - Constructor for class com.sun.labs.minion.FieldInfo
Constructs a FieldInfo instance for the given field name.
FieldInfo(String, EnumSet<FieldInfo.Attribute>) - Constructor for class com.sun.labs.minion.FieldInfo
Constructs a FieldInfo object with the given attributes and type.
FieldInfo(String, EnumSet<FieldInfo.Attribute>, FieldInfo.Type) - Constructor for class com.sun.labs.minion.FieldInfo
Constructs a FieldInfo object with the given attributes and type.
FieldInfo(int, String, EnumSet<FieldInfo.Attribute>, FieldInfo.Type) - Constructor for class com.sun.labs.minion.FieldInfo
Constructs a FieldInfo object with the given attributes and sub-attribute.
fieldInfo - Variable in class com.sun.labs.minion.IndexConfig
A map from field names to the field information for those names.
FieldInfo.Attribute - Enum in com.sun.labs.minion
The various attributes that a field can have.
FieldInfo.Type - Enum in com.sun.labs.minion
The types that a saved field can have.
fieldIterator() - Method in class com.sun.labs.minion.indexer.MetaFile
Gets an iterator for the field information in field ID order.
FieldIterator - Class in com.sun.labs.minion.indexer.partition
A class that will iterate through all of the saved values in a set of partitions for a given field.
FieldIterator(List, String, boolean) - Constructor for class com.sun.labs.minion.indexer.partition.FieldIterator
Creates an iterator for all of the unique field values in the given partitions.
FieldIterator.HE - Class in com.sun.labs.minion.indexer.partition
An element to put on the heap.
FieldIterator.HE(InvFileDiskPartition, String, boolean) - Constructor for class com.sun.labs.minion.indexer.partition.FieldIterator.HE
 
fieldLengths - Variable in class com.sun.labs.minion.retrieval.CompositeDocumentVectorImpl
The per-field lengths of the vectors.
fieldLens - Variable in class com.sun.labs.minion.indexer.partition.DocumentVectorLengths
Buffers containing vector lengths for the vectored fields.
fieldMap - Static variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
A hashtable from markup event sub types to field names.
FieldMultiplier - Class in com.sun.labs.minion
Inner class to encapsulate a field multiplier so it can be used by the configuration management mechanism.
FieldMultiplier() - Constructor for class com.sun.labs.minion.FieldMultiplier
 
fieldMultipliers - Variable in class com.sun.labs.minion.QueryConfig
The map from field names to multipliers for those fields.
fieldMultipliers - Variable in class com.sun.labs.minion.retrieval.QueryElement
An array of field multipliers that can be used for getting postings iterators that will apply multipliers.
fieldName - Variable in class com.sun.labs.minion.classification.Rocchio
The name of the field into which our classification results will go.
fieldName - Variable in class com.sun.labs.minion.classification.StrFloat
 
fieldname() - Method in class com.sun.labs.minion.retrieval.parser.StrictParser
 
FieldOccurrence - Interface in com.sun.labs.minion.indexer.postings
A interface for occurrence data that takes into account the fields and the position where the occurrence was found.
fieldPostFile - Variable in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
The stream for the field store postings.
fields - Variable in class com.sun.labs.minion.document.XMLAnalyzer
A map from tag names to field information objects.
fields - Variable in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
The field store.
fields - Variable in class com.sun.labs.minion.indexer.partition.InvFileMemoryPartition
The field store.
fields - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
The field data for the current ID.
fields - Variable in class com.sun.labs.minion.indexer.postings.DocOccurrence
The ids of the field in which the occurrence was found.
fields - Variable in class com.sun.labs.minion.indexer.postings.PostingsIteratorFeatures
The fields that we want to return postings for.
fields - Variable in class com.sun.labs.minion.pipeline.Token
A set of fields active for this token.
fields - Variable in class com.sun.labs.minion.query.Element
The fields to which this element should be restricted during search.
fields - Variable in class com.sun.labs.minion.retrieval.CompositeDocumentVectorImpl
A linear combination of the fields composing this vector.
fields - Variable in class com.sun.labs.minion.retrieval.DocumentVectorImpl
The field from which this document vector was generated.
fields - Variable in class com.sun.labs.minion.retrieval.HighlightStage
The fields that we're currently working on.
fields - Variable in class com.sun.labs.minion.retrieval.ResultImpl
The field values used to sort this document.
fields - Variable in class com.sun.labs.minion.retrieval.SortSpec
The fields upon which to sort.
fields - Variable in class com.sun.labs.minion.test.QueryTest.DisplaySpec
The fields we'll display.
fieldsDecoded - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
Whether we've decoded the field information for the current ID.
fieldStack - Variable in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
A stack of the fields that we're processing.
fieldsToLoad - Variable in class com.sun.labs.minion.indexer.partition.PartitionManager
A list of field names that should be loaded into main memory for faster processing.
FieldStore - Class in com.sun.labs.minion.indexer.dictionary
A common base class for MemoryFieldStore and DiskFieldStore.
FieldStore() - Constructor for class com.sun.labs.minion.indexer.dictionary.FieldStore
 
fieldStoreDictFactory - Variable in class com.sun.labs.minion.indexer.partition.InvFileDiskPartition
A factory for the dictionaries that the field store will use for saved field values.
FieldStoreHeader - Class in com.sun.labs.minion.indexer.dictionary
 
FieldStoreHeader(int) - Constructor for class com.sun.labs.minion.indexer.dictionary.FieldStoreHeader
Creates a header for the given number of fields.
FieldStoreHeader(FileChannel) - Constructor for class com.sun.labs.minion.indexer.dictionary.FieldStoreHeader
Creates a header for the given number of fields by reading it from the given channel.
FieldTerm - Class in com.sun.labs.minion.retrieval
A class to hold a term generated by a single parametric field operator.
FieldTerm(String, Relation.Operator, String) - Constructor for class com.sun.labs.minion.retrieval.FieldTerm
Creates a field term.
FieldTerm(String, Object, boolean, Object, boolean) - Constructor for class com.sun.labs.minion.retrieval.FieldTerm
Construct a field term with a specific range of valid values.
FieldValue - Class in com.sun.labs.minion
A class containing a single field value and an associated score.
FieldValue(String, float) - Constructor for class com.sun.labs.minion.FieldValue
Creates a field value
fieldWeights - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
Field weights for the current ID.
fieldWeights - Variable in class com.sun.labs.minion.retrieval.cache.FieldedTermCacheElement
The weights for the fields we were generated with.
file - Variable in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.WordQElt
 
file - Variable in class com.sun.labs.minion.lextax.DiskTaxonomy
The file containing the taxonomy.
FILE_FULL_POST - Static variable in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
Use a random access file and fully load postings.
FILE_PART_POST - Static variable in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
Use a random access file and partially load postings.
FileBackedPostingsInput - Class in com.sun.labs.minion.indexer.postings.io
A postings input that extends a file backed buffer.
FileBackedPostingsInput(RandomAccessFile, long, int) - Constructor for class com.sun.labs.minion.indexer.postings.io.FileBackedPostingsInput
 
FileComparer - Class in com.sun.labs.minion.test.util
Utility class to compare two files, for example to perform a diff.
FileComparer(String, String) - Constructor for class com.sun.labs.minion.test.util.FileComparer
Create an instance of FileComparer with the pathnames of two files.
FileLock - Class in com.sun.labs.minion.util
Provides a class that locks a file so that only a single thread or process may access it.
FileLock(File, File) - Constructor for class com.sun.labs.minion.util.FileLock
Makes a lock that will retry the default number of times (30) and sleep the default amount of time between retries (150 milliseconds).
FileLock(File) - Constructor for class com.sun.labs.minion.util.FileLock
Makes a lock that will retry the default number of times (30) and sleep the default amount of time between retries (150 milliseconds).
FileLock(File, long, TimeUnit) - Constructor for class com.sun.labs.minion.util.FileLock
Creates a lock for a file in the current directory.
FileLock(File, File, long, TimeUnit) - Constructor for class com.sun.labs.minion.util.FileLock
Creates a lock for a file in a given directory.
FileLock(FileLock, long, TimeUnit) - Constructor for class com.sun.labs.minion.util.FileLock
Creates a lock that's a copy of the given lock, except the timeout may differ.
FileLockException - Exception in com.sun.labs.minion.util
An exception that is thrown when a FileLock cannot be acquired or released.
FileLockException(String) - Constructor for exception com.sun.labs.minion.util.FileLockException
 
FileLockException(String, Throwable) - Constructor for exception com.sun.labs.minion.util.FileLockException
 
FilePostingsInput - Class in com.sun.labs.minion.indexer.postings.io
A postings input that is backed by a random access file.
FilePostingsInput(RandomAccessFile, boolean) - Constructor for class com.sun.labs.minion.indexer.postings.io.FilePostingsInput
Creates a postings input that will read postings from the given file.
FileReadableBuffer - Class in com.sun.labs.minion.util.buffer
A buffer that can be used to read data from a file, keeping minimal amounts of data in memory.
FileReadableBuffer(RandomAccessFile, long, int) - Constructor for class com.sun.labs.minion.util.buffer.FileReadableBuffer
Creates a readable buffer that is backed by the given file.
FileReadableBuffer(RandomAccessFile, long, int, int) - Constructor for class com.sun.labs.minion.util.buffer.FileReadableBuffer
Creates a readable buffer that is backed by the given file.
FileWriteableBuffer - Class in com.sun.labs.minion.util.buffer
A class for a writeable buffer that encodes data directly to a file, utilizing an in-memory buffer.
FileWriteableBuffer(RandomAccessFile) - Constructor for class com.sun.labs.minion.util.buffer.FileWriteableBuffer
Creates a buffer that will write to the underlying file.
FileWriteableBuffer(RandomAccessFile, int) - Constructor for class com.sun.labs.minion.util.buffer.FileWriteableBuffer
Creates a buffer that will write to the underlying file.
FillBuff() - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
FillBuff() - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
filter(ResultAccessor) - Method in class com.sun.labs.minion.CompositeResultsFilter
 
filter(ResultAccessor) - Method in interface com.sun.labs.minion.ResultsFilter
Runs the filter against the result currently under consideration.
filter(ResultAccessor) - Method in class com.sun.labs.minion.test.CrossIndexDV.ArtistFilter
 
filter(Tuple, Tuple) - Method in class com.sun.labs.minion.test.regression.ANDTupleFilter
Applies the AND filter function to the two input tuples.
filter(Tuple, Tuple) - Method in class com.sun.labs.minion.test.regression.ORTupleFilter
Applies the OR filter function to the two input tuples.
filter(Tuple, Tuple) - Method in interface com.sun.labs.minion.test.regression.TupleFilter
Applies the filter operation defined by this filter to the given two sets of entries.
filterProps(HashSet) - Method in class com.sun.labs.minion.lexmorph.Word
 
finalize() - Method in class com.sun.labs.minion.clustering.ClusterUtil
 
finalp - Variable in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.WordQElt
 
finalStress(Word) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
final-stress (word) tests if word has final stress (used in morph rules to determine whether to double final letters (deferred vs suffered).
find(int, DiskDictionary.LookupState) - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
Finds the entry at the given position in this dictionary.
findEquivs() - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
findFirst(boolean) - Method in class com.sun.labs.minion.util.BitBuffer
Find the first instance of a bit matching the bit passed in.
findFirstInUnit(boolean, int, int) - Static method in class com.sun.labs.minion.util.BitBuffer
Find the positon of the first bit matching b in the unit held in unit, starting from position start.
findID(int) - Method in class com.sun.labs.minion.classification.FeaturePostings.Featurator
Finds the given document in the entry we're iterating through, if it exists.
findID(int) - Method in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
Finds the given ID in the entry we're iterating through, if it exists.
findID(int) - Method in class com.sun.labs.minion.indexer.postings.IDPostings.IDIterator
Finds the given ID in the entry we're iterating through, if it exists.
findID(int) - Method in interface com.sun.labs.minion.indexer.postings.PostingsIterator
Finds the given document in the entry we're iterating through, if it exists.
findID(int) - Method in class com.sun.labs.minion.retrieval.cache.TermCacheElement.TCEIterator
 
findInitial(char[], char[]) - Static method in class com.sun.labs.minion.util.Util
Finds the common prefix length between two arrays of characters.
findInitial(char[], int, int, char[], int, int) - Static method in class com.sun.labs.minion.util.Util
finds the common prefix length between two sections of two arrays of characters.
findNumericalValue() - Method in class com.sun.labs.minion.lexmorph.Word
 
findOrMakeScratchWord(String, Hashtable) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
findPos(Object, DiskDictionary.LookupState) - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
Determines the position at which a entry falls.
findPos(Object, DiskDictionary.LookupState, boolean) - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
Determines the position within this block at which a entry falls.
findSim(String, boolean) - Method in class com.sun.labs.minion.test.CrossIndexDV
 
findSimilar(ClassifierModel, Map<String, Float>) - Method in class com.sun.labs.minion.classification.ClassifierDiskPartition
 
findSimilar(String, int) - Method in class com.sun.labs.minion.classification.ClassifierManager
Find classifiers that are similar to the named classifier.
findSimilar() - Method in class com.sun.labs.minion.classification.Rocchio
 
findSimilar(String) - Method in class com.sun.labs.minion.classification.Rocchio
Finds the documents that are most similar to this classifier, whether they are in the class or not.
findSimilar() - Method in interface com.sun.labs.minion.DocumentVector
Finds documents that are similar to this one.
findSimilar(String) - Method in interface com.sun.labs.minion.DocumentVector
Finds documents that are similar to this one.
findSimilar(String, double) - Method in interface com.sun.labs.minion.DocumentVector
Finds documents that are similar to this one.
findSimilar() - Method in class com.sun.labs.minion.retrieval.CompositeDocumentVectorImpl
Finds similar documents to this one.
findSimilar(String) - Method in class com.sun.labs.minion.retrieval.CompositeDocumentVectorImpl
 
findSimilar(String, double) - Method in class com.sun.labs.minion.retrieval.CompositeDocumentVectorImpl
Finds documents that are similar to this one.
findSimilar() - Method in class com.sun.labs.minion.retrieval.DocumentVectorImpl
Finds similar documents to this one.
findSimilar(String) - Method in class com.sun.labs.minion.retrieval.DocumentVectorImpl
 
findSimilar(String, double) - Method in class com.sun.labs.minion.retrieval.DocumentVectorImpl
Finds similar documents to this one.
FindSimilar - Class in com.sun.labs.minion.test
Runs find similars in multiple threads.
FindSimilar(SearchEngine, List<String>, String, int) - Constructor for class com.sun.labs.minion.test.FindSimilar
 
finish() - Method in class com.sun.labs.minion.classification.FeaturePostings
Finishes any ongoing encoding and prepares for the data to be dumped.
finish() - Method in class com.sun.labs.minion.classification.Rocchio.FQR
Fills out the last entry in our precision points.
finish() - Method in class com.sun.labs.minion.classification.Rocchio.HE
Finishes off any remaining training documents.
finish(RandomAccessFile) - Method in class com.sun.labs.minion.indexer.dictionary.DictionaryWriter
Finishes by writing the dictionary to the given file.
finish() - Method in class com.sun.labs.minion.indexer.partition.AsyncDumper
Tells the thread we're finished dumping and then waits for it to catch up.
finish() - Method in interface com.sun.labs.minion.indexer.partition.Dumper
Indicates that we are finished indexing.
finish() - Method in class com.sun.labs.minion.indexer.partition.PartitionManager.HouseKeeper
Tells the house keeper to finish up.
finish() - Method in class com.sun.labs.minion.indexer.partition.SyncDumper
 
finish() - Method in class com.sun.labs.minion.indexer.partition.ThrowDumper
 
finish() - Method in class com.sun.labs.minion.indexer.postings.DFOPostings
Finishes off the encoding by adding any data that we collected for the last document.
finish() - Method in class com.sun.labs.minion.indexer.postings.DocumentVectorPostings
Finishes off the encoding, which does nothing in this case.
finish() - Method in class com.sun.labs.minion.indexer.postings.FieldedDocumentVectorPostings
 
finish() - Method in class com.sun.labs.minion.indexer.postings.IDFreqPostings
Finishes off the encoding our data.
finish() - Method in class com.sun.labs.minion.indexer.postings.IDPostings
Finishes off the encoding by adding any data that we collected for the last document.
finish() - Method in interface com.sun.labs.minion.indexer.postings.Postings
Finishes any ongoing encoding and prepares for the data to be dumped.
finish() - Method in class com.sun.labs.minion.pipeline.SyncPipelineImpl
Finishes indexing.
finish() - Method in interface com.sun.labs.minion.SimpleIndexer
Finishes indexing.
finished - Variable in class com.sun.labs.minion.pipeline.AsyncPipelineImpl
Whether we've finished and must quit.
finished - Variable in class com.sun.labs.minion.retrieval.PassageImpl
Whether we're finished collecting this field.
finishedAddingClusters(int) - Method in class com.sun.labs.minion.classification.ClusterMemoryPartition
 
firstDecomposition(Word) - Method in class com.sun.labs.minion.lexmorph.MorphEngFrame
 
firstInflectionRoot(Word) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
 
firstname - Variable in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.NamePhrase
 
FIRSTNAMESTART - Static variable in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor
 
firstPastpartRoot(Word) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
 
firstPastRoot(Word) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
 
firstVal(Word[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
firstVal(Value[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
firstVal(Value) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
firstWord() - Method in class com.sun.labs.minion.lexmorph.Word
 
fixIcatProperties(boolean) - Method in class com.sun.labs.minion.lexmorph.Word
 
fixIcatProperties(Word, boolean) - Method in class com.sun.labs.minion.lexmorph.WordEntry
 
fixNonWords(Value[]) - Method in class com.sun.labs.minion.lexmorph.MorphEngFrame
 
fixWordIndex(int) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
fl - Variable in class com.sun.labs.minion.classification.StrFloat
 
flLog2(int) - Static method in class com.sun.labs.minion.util.BitBuffer
Calculate the floor of the base 2 log of an integer n.
flLog2(long) - Static method in class com.sun.labs.minion.util.BitBuffer
Calculates the floor of the base 2 log for a long.
flush() - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
 
flush() - Method in class com.sun.labs.minion.document.tokenizer.Tokenizer
Flushes any collected tokens.
flush() - Method in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
Finish any final token left in the buffer.
flush() - Method in class com.sun.labs.minion.engine.SearchEngineImpl
Flushes the indexed material currently held in memory to the disk, making it available for searching.
flush() - Method in class com.sun.labs.minion.indexer.postings.io.ChannelPostingsOutput
Flushes the buffer to the channel.
flush() - Method in interface com.sun.labs.minion.indexer.postings.io.PostingsOutput
Flushes any buffered output to the underlying storage.
flush() - Method in class com.sun.labs.minion.indexer.postings.io.StreamPostingsOutput
Flushes any buffered output to the underlying storage.
flush() - Method in class com.sun.labs.minion.pipeline.AsyncPipelineImpl
Flushes all the data currently held in the queue.
flush() - Method in interface com.sun.labs.minion.Pipeline
Flushes all the data currently held in the queue.
flush() - Method in class com.sun.labs.minion.pipeline.SyncPipelineImpl
 
flush() - Method in interface com.sun.labs.minion.SearchEngine
Flushes the indexed material currently held in memory to the disk, making it available for searching.
flush() - Method in class com.sun.labs.minion.util.buffer.FileWriteableBuffer
Flushes our in-memory buffer to the disk.
flushClassifiers() - Method in class com.sun.labs.minion.engine.SearchEngineImpl
Dumps all the classifiers that have been traied since the last dump, or since the searh engine started.
flushClassifiers() - Method in interface com.sun.labs.minion.SearchEngine
Flushes all the classifier data currently in memory to disk.
fnp - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings
The compressed field and position information.
fnpSize - Variable in class com.sun.labs.minion.indexer.entry.CasedDFOEntry
The sizes of the data including fields and positions data.
fnpSize - Variable in class com.sun.labs.minion.indexer.entry.DFOEntry
The size of the data including fields and positions data.
foldSize - Variable in class com.sun.labs.minion.classification.KFoldSplitter
The number of documents in each fold.
forgetMorphWords(int) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
form - Variable in class com.sun.labs.minion.classification.Rocchio
 
form - Static variable in class com.sun.labs.minion.document.tokenizer.RateTest
A format object for formatting the output.
form - Static variable in class com.sun.labs.minion.engine.SearchEngineImpl
A format object for formatting the output.
form - Variable in class com.sun.labs.minion.pipeline.Dropper
A format object for formatting the output.
form - Static variable in class com.sun.labs.minion.pipeline.StatStage
A format object for formatting the output.
form - Static variable in class com.sun.labs.minion.test.RandomVectorTest
 
form - Static variable in class com.sun.labs.minion.test.URLIndexTest
A format object for formatting the output.
form - Static variable in class com.sun.labs.minion.test.VectorTest
 
format(Result) - Method in class com.sun.labs.minion.test.QueryTest.DisplaySpec
Format a result.
format(String, Result) - Method in class com.sun.labs.minion.test.QueryTest.DisplaySpec
Format a result.
formAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
formsAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
formsToUse(Word, Category) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
formsToUse makes a list of the inflection categories that this root has, which are to be passed on to a derived word
formsWithPrefix(Word, Category, Word, Value[], String, String) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
formsWithPrefix (rtword cat prefix featureList prefixStr killString) constructs a root-features list for prefix+rtword in the indicated category cat, using the lexical information for rtword and adding the given prefix.
formsWithPrefix(Word, Category, Word, Value[], String) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
 
formsWithPrefix(Word, Category, Word, Value[]) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
 
formsWithPrefix(Word, Category, Word) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
 
fposn - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings
The field position information.
frame - Variable in class com.sun.labs.minion.lexmorph.MorphState
 
freq - Variable in class com.sun.labs.minion.classification.WeightedFeature
The frequency of the feature.
freq - Variable in class com.sun.labs.minion.indexer.partition.FieldIterator
Used to store the frequency of the current field returned by "next()"
freq - Variable in class com.sun.labs.minion.indexer.partition.FieldIterator.HE
The number of times the value occurs
freq - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
The frequency for the current ID.
freq - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings
The frequency of current ID.
freq - Variable in class com.sun.labs.minion.indexer.postings.IDFreqPostings
The frequency of the current ID.
freq - Variable in class com.sun.labs.minion.indexer.postings.IDFreqPostings.IDFreqIterator
The current frequency.
freq - Variable in class com.sun.labs.minion.Posting
The frequency of the term.
freqs - Variable in class com.sun.labs.minion.indexer.postings.IDFreqPostings
The frequencies for these postings.
fringeString(Value[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
fringeString(List) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
fromField - Variable in class com.sun.labs.minion.classification.QueryZone
The field we're building classifiers from.
fromField - Variable in class com.sun.labs.minion.classification.Rocchio
The name of the vectored field whose contents were used to train the classifier.
fromFieldID - Variable in class com.sun.labs.minion.classification.BigQuery
The field we'll be pulling data from, if there is one.
fs - Variable in class com.sun.labs.minion.clustering.AbstractClusterer
 
FSLASH - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
FSLASH - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
ft - Variable in class com.sun.labs.minion.retrieval.TermStatsImpl
The number of documents in which the term occurs.
Ft - Variable in class com.sun.labs.minion.retrieval.TermStatsImpl
The total number of occurrences for the term.
Ft - Variable in class com.sun.labs.minion.retrieval.WeightingComponents
The total number of occurrences of term t in the whole collection.
ft - Variable in class com.sun.labs.minion.retrieval.WeightingComponents
The total number of documents containing term t.
full - Variable in class com.sun.labs.minion.indexer.postings.io.ChannelPostingsInput
If true, full buffers will be read from the channel.
full - Variable in class com.sun.labs.minion.indexer.postings.io.FilePostingsInput
Whether we'll read all of the postings or read them incrementally.
FULL_UNIT - Static variable in class com.sun.labs.minion.util.BitBuffer
 
fullHLValue - Variable in class com.sun.labs.minion.retrieval.PassageImpl
The full passage, highlighted.
fullUnHLValue - Variable in class com.sun.labs.minion.retrieval.PassageImpl
The full passage, unhighlighted.
FUZZY - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 

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