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

S

safePrintString(Value[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
safePrintString() - Method in class com.sun.labs.minion.lexmorph.Phrase
 
safePrintString() - Method in interface com.sun.labs.minion.lexmorph.Value
 
safePrintString() - Method in class com.sun.labs.minion.lexmorph.Word
 
same(ResultSetImpl) - Method in class com.sun.labs.minion.retrieval.ResultSetImpl
A method to test whether two result sets are the same.
SAND - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
satisfies() - Method in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
Does the data for the current ID satisfy the requirements of our postings iterator features?
SAtoString(String[]) - Static method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor
 
SAtoString(String[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
save(DataOutput) - Method in class com.sun.labs.minion.clustering.ResultsClusterImpl
Writes the cluster data to the given output.
saved_fieldoperator() - Method in class com.sun.labs.minion.retrieval.parser.StrictParser
 
saved_fieldvalue() - Method in class com.sun.labs.minion.retrieval.parser.StrictParser
 
saveData - Variable in class com.sun.labs.minion.document.tokenizer.Tokenizer
Whether we should save data.
saveData(int, Object) - Method in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
Saves the given data in the current field.
saveData(FieldInfo, FieldInfo, ClassificationResult) - Method in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
 
saveData(FieldInfo, int, Object) - Method in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
 
savedData - Variable in class com.sun.labs.minion.document.tokenizer.Tokenizer
An array to save text in when processing saved fields.
savedData(Object) - Method in class com.sun.labs.minion.indexer.partition.InvFileMemoryPartition
Saves data for a field.
savedData(FieldInfo, int, Object) - Method in class com.sun.labs.minion.indexer.partition.InvFileMemoryPartition
Saves data for a field.
savedData(Object) - Method in class com.sun.labs.minion.pipeline.PrintStage
Processes saved data from further up the pipeline.
savedData(Object) - Method in interface com.sun.labs.minion.pipeline.Stage
Processes saved data from further up the pipeline.
savedData(Object) - Method in class com.sun.labs.minion.pipeline.StageAdapter
Processes saved data from further up the pipeline.
savedData(Object) - Method in interface com.sun.labs.minion.PipelineStage
Saves some data verbatim in the field store.
SavedField - Interface in com.sun.labs.minion.indexer.dictionary
An interface that can be implemented by various saved field types.
savedFields - Variable in class com.sun.labs.minion.indexer.dictionary.FieldStore
The saved fields.
savedLen - Variable in class com.sun.labs.minion.document.tokenizer.Tokenizer
The length of the saved data.
saveFile(String) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
saveFile(String, String) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
saveFile(String, Atom) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
saveFileWithProp(String, String) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
saveFileWithProp(String, Atom) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
saveMorphWords(int, String) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
sBlock - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
scalarAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
score(List<String>) - Method in class com.sun.labs.minion.lexmorph.disambiguation.Sense
Computes the probability of a given context containing the that context being this sense.
score - Variable in class com.sun.labs.minion.retrieval.ResultImpl
The score the docuemnt received.
ScoredGroup - Class in com.sun.labs.minion.retrieval
A scored array group is one for which the documents have scores associated with them.
ScoredGroup(int) - Constructor for class com.sun.labs.minion.retrieval.ScoredGroup
 
ScoredGroup(DiskPartition, float[]) - Constructor for class com.sun.labs.minion.retrieval.ScoredGroup
 
ScoredGroup(ArrayGroup) - Constructor for class com.sun.labs.minion.retrieval.ScoredGroup
Creates a scored group from the given group.
ScoredGroup(PostingsIterator) - Constructor for class com.sun.labs.minion.retrieval.ScoredGroup
Creates an array group from the given postings iterator.
ScoredGroup(PostingsIterator, float) - Constructor for class com.sun.labs.minion.retrieval.ScoredGroup
Creates an array group from the given postings iterator.
ScoredGroup(int[], float[], int) - Constructor for class com.sun.labs.minion.retrieval.ScoredGroup
Creates a scored group from the given arrays.
ScoredGroup(DiskPartition, int[], float[], int) - Constructor for class com.sun.labs.minion.retrieval.ScoredGroup
Creates a scored group from the given arrays.
ScoredGroup(DiskPartition, int[], float[], int, float) - Constructor for class com.sun.labs.minion.retrieval.ScoredGroup
Creates a scored group from the given arrays.
ScoredGroup(DiskPartition, double[]) - Constructor for class com.sun.labs.minion.retrieval.ScoredGroup
Creates a scored group from a set of euclidean distances between documents.
ScoredGroup.ScoredDocIterator - Class in com.sun.labs.minion.retrieval
A class for an iterator for this set.
ScoredGroup.ScoredDocIterator() - Constructor for class com.sun.labs.minion.retrieval.ScoredGroup.ScoredDocIterator
 
ScoredQuickOr - Class in com.sun.labs.minion.retrieval
A class that will allow us to quickly or together a number of terms.
ScoredQuickOr(DiskPartition, int) - Constructor for class com.sun.labs.minion.retrieval.ScoredQuickOr
Creates a quick or for a given partition.
scoreForm - Variable in class com.sun.labs.minion.test.QueryTest
 
ScoreModifier - Interface in com.sun.labs.minion
An interface for clases that would like the opportunity to modify document scores at the time that they are being considered for inclusion into a set of results returned from the search engine.
scores - Variable in class com.sun.labs.minion.classification.BigQuery
Combined scores for our big query.
scores - Variable in class com.sun.labs.minion.retrieval.ScoredGroup
The scores for the documents in the set.
search(String) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
Runs a query against the index, returning a set of results.
search(String, String) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
Runs a query against the index, returning a set of results.
search(String, String, int, int) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
Runs a query against the index, returning a set of results.
search(Element) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
search(Element, String) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
search(String, String) - Method in class com.sun.labs.minion.lexmorph.LiteMorph
 
search(String, String) - Method in class com.sun.labs.minion.lexmorph.MorphEngine
Method for searching for a position where a substring findString occurs in a larger string.
search(String) - Method in interface com.sun.labs.minion.SearchEngine
Runs a query against the index, returning a set of results.
search(String, String) - Method in interface com.sun.labs.minion.SearchEngine
Runs a query against the index, returning a set of results.
search(String, String, int, int) - Method in interface com.sun.labs.minion.SearchEngine
Runs a query against the index, returning a set of results.
search(Element) - Method in interface com.sun.labs.minion.SearchEngine
Runs a query against the index, returning a set of results.
search(Element, String) - Method in interface com.sun.labs.minion.SearchEngine
Runs a query against the index, returning a set of results.
search(String) - Method in interface com.sun.labs.minion.Searcher
Runs a query against the engines, returning a set of results.
search(String, String) - Method in interface com.sun.labs.minion.Searcher
Runs a query against the engines, returning a set of results.
search(String, String, int, int) - Method in interface com.sun.labs.minion.Searcher
Runs a query against the engines, returning a set of results.
SearchEngine - Interface in com.sun.labs.minion
This is the main interface for the search engine, which handles both indexing and retrieval operations.
SearchEngineException - Exception in com.sun.labs.minion
 
SearchEngineException(String) - Constructor for exception com.sun.labs.minion.SearchEngineException
Creates a search engine exception with the given message.
SearchEngineException(String, Throwable) - Constructor for exception com.sun.labs.minion.SearchEngineException
Creates a search engine exception that wraps another exception
SearchEngineFactory - Class in com.sun.labs.minion
This is a factory class that can be used to get a search engine instance.
SearchEngineFactory() - Constructor for class com.sun.labs.minion.SearchEngineFactory
Creates a SearchEngineFactory
SearchEngineImpl - Class in com.sun.labs.minion.engine
This is the main class for handling a search engine, both for indexing and retrieval operations.
SearchEngineImpl() - Constructor for class com.sun.labs.minion.engine.SearchEngineImpl
Gets a search engine implementation.
Searcher - Interface in com.sun.labs.minion
An interface for things that know how to run a search.
searcher - Variable in class com.sun.labs.minion.test.QueryTest
 
searchFieldNames - Variable in class com.sun.labs.minion.retrieval.QueryElement
The names of the fields to which search should be restricted.
searchFields - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings.DFOIterator
The fields for which we're supposed to return postings.
searchFields - Variable in class com.sun.labs.minion.retrieval.QueryElement
An array of fields that can be used for getting postings iterators that are field based.
seek(int) - Method in class com.sun.labs.minion.util.BitBuffer
Seeks to the given bit index.
seenIDs - Variable in class com.sun.labs.minion.classification.BigQuery
A set containing the document IDs of the training examples that we've already seen.
select(FeatureClusterSet, WeightingComponents, int, int, SearchEngine) - Method in class com.sun.labs.minion.classification.ContingencyFeatureSelector
Selects the features from the documents that have the highest mutual information with the class represented by the given training set.
select(FeatureClusterSet, WeightingComponents, int, int, SearchEngine) - Method in interface com.sun.labs.minion.classification.FeatureSelector
Selects the features from the documents in the training set.
select(FeatureClusterSet, WeightingComponents, int, int, SearchEngine) - Method in class com.sun.labs.minion.classification.SimpleFeatureSelector
 
select(FeatureClusterSet, WeightingComponents, int, int, SearchEngine) - Method in class com.sun.labs.minion.classification.WeightedFeatureSelector
 
select(int) - Method in class com.sun.labs.minion.test.HighFreq
 
select() - Method in class com.sun.labs.minion.test.regression.query.TestEntrySelector
Selects entrys.
select() - Method in class com.sun.labs.minion.test.regression.query.TestFieldEntrySelector
Selects entries.
selectBestModel(String, String, String, ResultSetImpl, ResultSplitter, Progress) - Method in class com.sun.labs.minion.classification.ClassifierMemoryPartition
 
selectEntries(PartitionManager) - Method in interface com.sun.labs.minion.test.regression.query.EntrySelector
Selects entrys from an index.
selectNonRootCategories(Category[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
selectorInstance - Variable in class com.sun.labs.minion.classification.ClassifierManager
The feature selector used by all classifiers in this partition
selectorInstance - Variable in class com.sun.labs.minion.classification.ClassifierMemoryPartition
The feature selector used by all classifiers in this partition
selectRange - Variable in class com.sun.labs.minion.retrieval.FieldTerm
This should be true if this FieldTerm was constructed with range data.
SEMain - Class in com.sun.labs.minion.test
A base class for all of our sample programs.
SEMain() - Constructor for class com.sun.labs.minion.test.SEMain
 
semanticVariants - Variable in class com.sun.labs.minion.retrieval.DictTerm
The array of semantic variantions of the term as returned from the taxonomies of all the partitions.
send() - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
Sends the built up token, if there is one.
sendPunct - Variable in class com.sun.labs.minion.document.tokenizer.Tokenizer
Whether we should pass along punctuation.
sendToken(String, int) - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
 
sendWhite - Variable in class com.sun.labs.minion.document.tokenizer.Tokenizer
 
Sense - Class in com.sun.labs.minion.lexmorph.disambiguation
A class representing a particular sense of a word.
Sense() - Constructor for class com.sun.labs.minion.lexmorph.disambiguation.Sense
 
Sense(String, Set<String>, double, String, int, List<Context>) - Constructor for class com.sun.labs.minion.lexmorph.disambiguation.Sense
Creates a sense for a term.
SENSE_OF - Static variable in class com.sun.labs.minion.lextax.Taxonomy
 
senseName - Variable in class com.sun.labs.minion.lexmorph.MorphEngine.CatSense
 
sensenamep() - Method in class com.sun.labs.minion.lexmorph.Word
 
sensenamep - Variable in class com.sun.labs.minion.lexmorph.WordEntry
 
senseNameStringp(String) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
senseNameWordString(String) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
senseofAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
senseParentRoots(boolean) - Method in class com.sun.labs.minion.lexmorph.Word
 
sentencestart - Variable in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.WordQElt
 
SEQUENCE - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
Sequence - Class in com.sun.labs.minion.retrieval
 
Sequence(QueryElement) - Constructor for class com.sun.labs.minion.retrieval.Sequence
 
SequencedKnowledgeSource - Class in com.sun.labs.minion.knowledge
This class encapsulates a policy whereby the first non-null variants of the knowledge sources are returned.
SequencedKnowledgeSource() - Constructor for class com.sun.labs.minion.knowledge.SequencedKnowledgeSource
 
set(String, int) - Method in class com.sun.labs.minion.lexmorph.disambiguation.TermFreq
 
set - Variable in class com.sun.labs.minion.retrieval.ResultImpl
The set of results to which this result belongs.
set(int) - Method in class com.sun.labs.minion.util.BitBuffer
Sets the bit specified by the index to true.
set(int) - Method in class com.sun.labs.minion.util.buffer.FileWriteableBuffer
Sets the given bit to 1 in the given buffer.
set(int) - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Sets the given bit to 1 in the given buffer.
set(int) - Method in interface com.sun.labs.minion.util.buffer.WriteableBuffer
Sets the given bit to 1.
setActualOnly(boolean) - Method in class com.sun.labs.minion.indexer.dictionary.ArrayDictionaryIterator
 
setActualOnly(boolean) - Method in interface com.sun.labs.minion.indexer.dictionary.DictionaryIterator
Modifies the iterator so that it only returns entries whose names have actually occurred in the indexed material.
setActualOnly(boolean) - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary.DiskDictionaryIterator
Modifies the iterator so that it only returns entries whose names have actually occurred in the indexed material.
setActualOnly(boolean) - Method in class com.sun.labs.minion.indexer.dictionary.MemoryDictionary.MemoryDictionaryIterator
 
setAttributes(EnumSet<FieldInfo.Attribute>) - Method in class com.sun.labs.minion.FieldInfo
Sets the attributes associated with the field.
setCacheSize(int) - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
Sets the sizes of the name and position cache.
setCaseInsensitiveEntry(IndexEntry) - Method in class com.sun.labs.minion.indexer.entry.CasedEntry
Sets the case insensitive entry for this entry.
setCaseInsensitiveEntry(IndexEntry) - Method in interface com.sun.labs.minion.indexer.entry.CasedPostingsEntry
Sets the case insensitive entry for this entry.
setCaseSensitive(boolean) - Method in class com.sun.labs.minion.indexer.postings.PostingsIteratorFeatures
Sets the case sensitiveness of the postings.
setCategories(String) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
setCategoryBits() - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
setClassField(String) - Method in class com.sun.labs.minion.classification.KeyWordProfiler
 
setCloseTime(long) - Method in interface com.sun.labs.minion.indexer.Closeable
 
setCloseTime(long) - Method in class com.sun.labs.minion.indexer.dictionary.CachedTermStatsDictionary
 
setCloseTime(long) - Method in class com.sun.labs.minion.indexer.dictionary.UncachedTermStatsDictionary
 
setCloseTime(long) - Method in class com.sun.labs.minion.indexer.partition.DiskPartition
 
setCollection(CollectionStats) - Method in class com.sun.labs.minion.retrieval.WeightingComponents
Initializes the collection-level statistics.
setCollectionStats(CollectionStats) - Method in class com.sun.labs.minion.QueryConfig
Sets the statistics for the collection against which we're evaluating.
setCompoundOf(Value[]) - Method in class com.sun.labs.minion.lexmorph.Word
 
setConfigurationManager(ConfigurationManager) - Method in class com.sun.labs.minion.IndexConfig
Set the configuration manager if you'd like the other mutator methods in this class to make changes to the actual configuration (so that the changes will be made available for saving)
setCount(int) - Method in class com.sun.labs.minion.classification.WeightedFeature
Sets the count of occurrences that this occurrence represents.
setCount(int) - Method in interface com.sun.labs.minion.indexer.postings.Occurrence
Sets the count of occurrences that this occurrence represents.
setCount(int) - Method in class com.sun.labs.minion.indexer.postings.OccurrenceImpl
Sets the count of occurrences that this occurrence represents.
setCount(int) - Method in class com.sun.labs.minion.pipeline.Token
Sets the count of occurrences that this occurrence represents.
setCounts(String[]) - Method in class com.sun.labs.minion.lexmorph.disambiguation.Context
Sets the counts for the features in an array.
setCustomAnalyzer(CustomAnalyzer) - Method in class com.sun.labs.minion.IndexableString
Sets the CustomAnalyzer to use with this string
setData(String) - Method in class com.sun.labs.minion.clustering.AbstractClusterer
 
setData(String) - Method in class com.sun.labs.minion.clustering.FieldClusterer
 
setDebugStream(PrintStream) - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizerTokenManager
 
setDebugStream(PrintStream) - Method in class com.sun.labs.minion.retrieval.parser.LuceneParserTokenManager
 
setDebugStream(PrintStream) - Method in class com.sun.labs.minion.retrieval.parser.StrictParserTokenManager
 
setDebugStream(PrintStream) - Method in class com.sun.labs.minion.retrieval.parser.WebParserTokenManager
 
setDefaultFieldInfo(FieldInfo) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
setDefaultFieldInfo(FieldInfo) - Method in class com.sun.labs.minion.IndexConfig
Sets the field information to use when encountering unknown fields during indexing.
setDefaultFieldInfo(FieldInfo) - Method in interface com.sun.labs.minion.SearchEngine
Sets the default field information to use when unknown fields are encountered during indexing.
setDictionary(Dictionary) - Method in class com.sun.labs.minion.indexer.entry.BaseEntry
Sets the dictionary that this entry was drawn from.
setDictionary(Dictionary) - Method in interface com.sun.labs.minion.indexer.entry.Entry
Sets the dictionary that this entry was drawn from.
setDictionary(Dictionary) - Method in class com.sun.labs.minion.lextax.ConceptEntry
 
setDoc(int, int) - Method in class com.sun.labs.minion.retrieval.ArrayGroup
Sets the docId at a particular index
setDocCache(DocCache) - Method in class com.sun.labs.minion.classification.ContingencyFeatureClusterer
 
setDocCache(DocCache) - Method in interface com.sun.labs.minion.classification.FeatureClusterer
Sets the cache of document vectors that we can use to fetch the words in a given document.
setDocCache(DocCache) - Method in class com.sun.labs.minion.classification.SimpleClusterer
 
setDocCache(DocCache) - Method in class com.sun.labs.minion.classification.WeightedFeatureClusterer
 
setDocFreq(int) - Method in class com.sun.labs.minion.retrieval.TermStatsImpl
 
setDocument(DocKeyEntry) - Method in class com.sun.labs.minion.retrieval.WeightingComponents
Initializes any document-level statistics that can be determined from a document key.
setDocument(DocKeyEntry, String) - Method in class com.sun.labs.minion.retrieval.WeightingComponents
 
setDocument(PostingsIterator) - Method in class com.sun.labs.minion.retrieval.WeightingComponents
Initalizes any per-document statistics that can be gotten from a postings iterator.
setDoExpand(boolean) - Method in class com.sun.labs.minion.retrieval.QueryTerm
 
setDoMorph(boolean) - Method in class com.sun.labs.minion.retrieval.QueryTerm
 
setDoStem(boolean) - Method in class com.sun.labs.minion.retrieval.QueryTerm
 
setDoWild(boolean) - Method in class com.sun.labs.minion.retrieval.QueryTerm
 
setDownstream(Stage) - Method in class com.sun.labs.minion.indexer.partition.InvFileMemoryPartition
Sets the downstream stage of this stage.
setDownstream(Stage) - Method in class com.sun.labs.minion.pipeline.BlurbStage
 
setDownstream(Stage) - Method in class com.sun.labs.minion.pipeline.PrintStage
 
setDownstream(Stage) - Method in interface com.sun.labs.minion.pipeline.Stage
Sets the downstream stage of this stage.
setDownstream(Stage) - Method in class com.sun.labs.minion.pipeline.StageAdapter
 
setDV(DocumentVector) - Method in class com.sun.labs.minion.test.MultiDV
 
setEncoding(String) - Method in class com.sun.labs.minion.IndexableFile
Sets the encoding value.
setEngine(SearchEngine) - Method in class com.sun.labs.minion.classification.BalancedWinnow
 
setEngine(SearchEngine) - Method in interface com.sun.labs.minion.classification.ClassifierModel
Sets the search engine that this classifier is part of.
setEngine(SearchEngine) - Method in class com.sun.labs.minion.classification.Rocchio
 
setEngine(SearchEngine) - Method in interface com.sun.labs.minion.DocumentVector
Sets the search engine to use with this document vector.
setEngine(SearchEngineImpl) - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
Sets the search engine associated with this partition manager.
setEngine(SearchEngine) - Method in class com.sun.labs.minion.QueryConfig
 
setEngine(SearchEngine) - Method in class com.sun.labs.minion.retrieval.CompositeDocumentVectorImpl
 
setEngine(SearchEngine) - Method in class com.sun.labs.minion.retrieval.DocumentVectorImpl
Sets the search engine that this vector will use, which is useful when we've been unserialized and need to get ourselves back into shape.
setEntry(QueryEntry) - Method in class com.sun.labs.minion.classification.WeightedFeature
 
setEntry(Entry) - Method in class com.sun.labs.minion.indexer.postings.DocOccurrence
Adds an entry to this occurrence, so that we can track the entries that make up a vector for faster dumping.
setEntryClass(Class) - Method in class com.sun.labs.minion.indexer.dictionary.DictionaryFactory
 
setEntryClassName(String) - Method in class com.sun.labs.minion.indexer.dictionary.DictionaryFactory
 
setFeatureInfo(FeatureClusterer, FeatureSelector, int) - Method in class com.sun.labs.minion.clustering.AbstractClusterer
 
setFeatureInfo(FeatureClusterer, FeatureSelector, int) - Method in class com.sun.labs.minion.clustering.FieldClusterer
Ignores any feature selector information that we're given, since it won't affect our field-based clustering.
setFeatures(FeatureClusterSet) - Method in class com.sun.labs.minion.classification.BalancedWinnow
 
setFeatures(FeatureClusterSet) - Method in interface com.sun.labs.minion.classification.ClassifierModel
Sets the features that the classifier model will use for classification.
setFeatures(FeatureClusterSet) - Method in class com.sun.labs.minion.classification.Rocchio
Sets the feature clusters that the classifier model will use for classification.
setField(String) - Method in class com.sun.labs.minion.classification.ContingencyFeatureClusterer
 
setField(String) - Method in interface com.sun.labs.minion.classification.FeatureClusterer
Sets the field from which features should be drawn.
setField(String) - Method in class com.sun.labs.minion.classification.SimpleClusterer
 
setField(String) - Method in class com.sun.labs.minion.classification.WeightedFeatureClusterer
 
setField(String) - Method in class com.sun.labs.minion.clustering.FieldClusterer
 
setField(String) - Method in class com.sun.labs.minion.retrieval.DocumentVectorImpl
 
setField(int) - Method in class com.sun.labs.minion.retrieval.ScoredQuickOr
 
setFieldMultipliers(Map<String, Float>) - Method in class com.sun.labs.minion.QueryConfig
Sets the field multipliers in use.
setFieldName(String) - Method in class com.sun.labs.minion.classification.BalancedWinnow
 
setFieldName(String) - Method in interface com.sun.labs.minion.classification.ClassifierModel
Sets the name of the field where the results of this classifier will be stored.
setFieldName(String) - Method in class com.sun.labs.minion.classification.Rocchio
 
setFields(int[]) - Method in class com.sun.labs.minion.indexer.postings.DocOccurrence
 
setFields(int[]) - Method in class com.sun.labs.minion.indexer.postings.PostingsIteratorFeatures
Sets the fields that we should use.
setFields(String[], InvFileDiskPartition) - Method in class com.sun.labs.minion.indexer.postings.PostingsIteratorFeatures
Sets the fields that we should use.
setFields(int[]) - Method in class com.sun.labs.minion.pipeline.Token
 
setFields(Collection<String>) - Method in class com.sun.labs.minion.query.Element
Adds a number of field restrictions to the element.
setFields() - Method in class com.sun.labs.minion.retrieval.ResultImpl
 
setFreq(int) - Method in class com.sun.labs.minion.classification.WeightedFeature
 
setFreq(int) - Method in class com.sun.labs.minion.FieldFrequency
 
setFromField(String) - Method in class com.sun.labs.minion.classification.BalancedWinnow
 
setFromField(String) - Method in interface com.sun.labs.minion.classification.ClassifierModel
Sets the name of the field from which the classifier was built, since we'll want to classify against terms only from that field.
setFromField(String) - Method in class com.sun.labs.minion.classification.KeyWordProfiler
 
setFromField(String) - Method in class com.sun.labs.minion.classification.Rocchio
 
setGap(float) - Method in class com.sun.labs.minion.retrieval.Proximity
Sets the gap penalty.
setHumanSelected(HumanSelected) - Method in class com.sun.labs.minion.classification.ContingencyFeatureSelector
Provides a set of human selected terms that should be included or excluded from consideration during the feature selection process.
setHumanSelected(HumanSelected) - Method in class com.sun.labs.minion.classification.FeatureClusterSet
 
setHumanSelected(HumanSelected) - Method in interface com.sun.labs.minion.classification.FeatureSelector
Provides a set of human selected terms that should be included or excluded from consideration during the feature selection process.
setHumanSelected(HumanSelected) - Method in class com.sun.labs.minion.classification.SimpleFeatureSelector
 
setHumanSelected(HumanSelected) - Method in class com.sun.labs.minion.classification.WeightedFeatureSelector
 
setID(int) - Method in class com.sun.labs.minion.classification.WeightedFeature
Sets the ID associated with this feature.
setID(int) - Method in class com.sun.labs.minion.indexer.entry.BaseEntry
Sets the ID associated with this entry.
setID(int) - Method in interface com.sun.labs.minion.indexer.entry.Entry
Sets the ID associated with this entry.
setID(int) - Method in interface com.sun.labs.minion.indexer.entry.IndexEntry
Sets the ID associated with this entry.
setID(int) - Method in interface com.sun.labs.minion.indexer.postings.Occurrence
Sets the ID for the term in this occurrence.
setID(int) - Method in class com.sun.labs.minion.indexer.postings.OccurrenceImpl
Sets the ID for the term in this occurrence.
setID(int) - Method in class com.sun.labs.minion.lextax.ConceptEntry
 
setID(int) - Method in class com.sun.labs.minion.pipeline.Token
Sets the ID for this token.
setIgnoreCase(boolean) - Method in class com.sun.labs.minion.clustering.FieldClusterer
 
setIkoParent(Word) - Method in class com.sun.labs.minion.lexmorph.Word
 
setIkoParents(Word[]) - Method in class com.sun.labs.minion.lexmorph.Word
 
setIndexer(Stage) - Method in class com.sun.labs.minion.pipeline.AbstractPipelineImpl
Sets the indexing stage for this pipeline.
setInOrder(boolean) - Method in class com.sun.labs.minion.retrieval.QueryElement
Sets the in-order requirement for operands.
setK(int) - Method in class com.sun.labs.minion.clustering.AbstractClusterer
 
setKey(String) - Method in interface com.sun.labs.minion.Document
Sets the key for this document.
setKey(String) - Method in class com.sun.labs.minion.engine.DocumentImpl
 
setKeywordData(String) - Method in class com.sun.labs.minion.classification.KeyWordProfiler
 
setLeft(TupleRelation) - Method in class com.sun.labs.minion.test.regression.TupleRelation
Sets the left child.
setLevel(int) - Static method in class com.sun.labs.minion.Log
Deprecated. Sets the log level for all message types.
setLevel(int, int) - Static method in class com.sun.labs.minion.Log
Deprecated. Sets the log level for all message types.
setLevel(int) - Static method in class com.sun.labs.minion.util.MinionLog
Deprecated. Sets the log level for all message types.
setLevel(int, int) - Static method in class com.sun.labs.minion.util.MinionLog
Deprecated. Sets the log level for a particular message type.
setLexicon(Lexicon) - Method in class com.sun.labs.minion.lextax.MemoryTaxonomy
 
setLoadPositions(boolean) - Method in class com.sun.labs.minion.retrieval.QueryTerm
 
setLocalizedMorph(LiteMorph) - Static method in class com.sun.labs.minion.lexmorph.LiteMorph
 
setLockDir(String) - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
 
setLogger(Logger) - Static method in class com.sun.labs.minion.util.MinionLog
Deprecated.  
setLongIndexingRun(boolean) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
Sets the indicator that this is a long indexing run, in which case term statistics dictionaries and document vector lengths will not be calculated until the engine is shutdown.
setLongIndexingRun(boolean) - Method in interface com.sun.labs.minion.SearchEngine
Sets the indicator that this is a long indexing run, in which case term statistics dictionaries and document vector lengths will not be calculated until the engine is shutdown.
setMarkupType(IndexableFile.Type) - Method in class com.sun.labs.minion.IndexableFile
Sets the markupType value.
setMarkupType(IndexableString.Type) - Method in class com.sun.labs.minion.IndexableString
Sets the markupType value.
setMatchCase(boolean) - Method in class com.sun.labs.minion.retrieval.QueryTerm
 
setMaxDictLookupTime(long) - Method in class com.sun.labs.minion.QueryConfig
Sets the maximum time that will be spent on dictionary lookups.
setMaxDictTerms(int) - Method in class com.sun.labs.minion.QueryConfig
Sets the maximum number of terms to retrive from the dictionary.
setMaxFDT(int) - Method in class com.sun.labs.minion.retrieval.TermStatsImpl
 
setMergeRate(int) - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
Sets the rate of partition merges during indexing.
setModelName(String) - Method in class com.sun.labs.minion.classification.BalancedWinnow
 
setModelName(String) - Method in interface com.sun.labs.minion.classification.ClassifierModel
Sets the name of the model.
setModelName(String) - Method in class com.sun.labs.minion.classification.Rocchio
 
setModels(int) - Method in class com.sun.labs.minion.lexmorph.disambiguation.Unsupervised
Sets the number of models to compute per value of K.
setMods(DictTerm, SimpleNode) - Static method in class com.sun.labs.minion.retrieval.parser.LuceneElementFactory
 
setMods(DictTerm, SimpleNode) - Static method in class com.sun.labs.minion.retrieval.parser.StrictElementFactory
 
setMods(DictTerm, String) - Static method in class com.sun.labs.minion.retrieval.parser.WebElementFactory
 
setMult(float[]) - Method in class com.sun.labs.minion.indexer.postings.PostingsIteratorFeatures
Sets the fied multipliers that we should be using.
setMult(Map, InvFileDiskPartition) - Method in class com.sun.labs.minion.indexer.postings.PostingsIteratorFeatures
Sets the field multipliers that we should be using.
setName(String) - Method in class com.sun.labs.minion.classification.ContingencyFeatureCluster
Sets the name of this feature cluster.
setName(String) - Method in interface com.sun.labs.minion.classification.Feature
Sets the name of this feature.
setName(String) - Method in interface com.sun.labs.minion.classification.FeatureCluster
Sets the name of this feature cluster.
setName(String) - Method in class com.sun.labs.minion.classification.SimpleFeatureCluster
 
setName(String) - Method in class com.sun.labs.minion.classification.WeightedFeature
Sets the name of this feature.
setName(String) - Method in class com.sun.labs.minion.classification.WeightedFeatureCluster
 
setName(String) - Method in class com.sun.labs.minion.clustering.ResultsClusterImpl
 
setName(Object) - Method in class com.sun.labs.minion.indexer.entry.BaseEntry
Sets the name of this entry.
setName(Object) - Method in interface com.sun.labs.minion.indexer.entry.Entry
Sets the name of the entry, which can be any object.
setName(Object) - Method in interface com.sun.labs.minion.indexer.entry.IndexEntry
Sets the name of this entry.
setName(Object) - Method in class com.sun.labs.minion.lextax.ConceptEntry
 
setName(String) - Method in class com.sun.labs.minion.pipeline.StageAdapter
 
setNoBreakChars(String) - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizer
 
setNormalized() - Method in class com.sun.labs.minion.retrieval.ScoredGroup
 
setNumericalValue(int) - Method in class com.sun.labs.minion.lexmorph.Word
 
setNumericalValue(double) - Method in class com.sun.labs.minion.lexmorph.Word
 
setNumericalValue(float) - Method in class com.sun.labs.minion.lexmorph.Word
 
setNumericalValue(long) - Method in class com.sun.labs.minion.lexmorph.Word
 
setNumericalValue(Number) - Method in class com.sun.labs.minion.lexmorph.Word
 
setNumFeatures(int) - Method in class com.sun.labs.minion.clustering.ClustererFactory
 
setOOO(float) - Method in class com.sun.labs.minion.retrieval.Proximity
Sets the out-of-order penalty.
setOperands(List) - Method in class com.sun.labs.minion.retrieval.Operator
Gets the internal copy of the list of operands to this operator
setOrder(int) - Method in class com.sun.labs.minion.retrieval.QueryElement
Sets the order of this element.
setPartCloseDelay(int) - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
 
setPartition(Partition) - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
Sets the partition with which this dictionary is associated
setPartition(Partition) - Method in class com.sun.labs.minion.indexer.dictionary.MemoryDictionary
 
setPartition(Partition) - Method in class com.sun.labs.minion.indexer.partition.DelMap
 
setPartition(DiskPartition) - Method in class com.sun.labs.minion.retrieval.ArrayGroup
Sets the partitoin for this group.
setPartition(DiskPartition) - Method in class com.sun.labs.minion.retrieval.DictTerm
Sets the partition that this term will be operating on.
setPartition(DiskPartition) - Method in class com.sun.labs.minion.retrieval.FieldTerm
 
setPartition(DiskPartition) - Method in class com.sun.labs.minion.retrieval.MultiDictTerm
Overrides the standard DictTerm setPartition.
setPartition(DiskPartition) - Method in class com.sun.labs.minion.retrieval.Operator
Sets the partition that we will be operating on.
setPartition(DiskPartition) - Method in class com.sun.labs.minion.retrieval.QueryElement
Sets the current partition, and makes sure that we have valid search field and multiplier arrays for this partition.
setPipe(ATNPhraseExtractor.Pipe) - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor
Set the Pipe where phrases will be written when transmit is called.
setPos(int) - Method in class com.sun.labs.minion.pipeline.Token
Sets the position for this token.
setPositions(boolean) - Method in class com.sun.labs.minion.indexer.postings.PostingsIteratorFeatures
Sets the value of the positions.
setPostings(String, List<Posting>) - Method in interface com.sun.labs.minion.Document
Sets the list of postings associated with a given field.
setPostings(String, List<Posting>) - Method in class com.sun.labs.minion.engine.DocumentImpl
 
setPostingsInput(PostingsInput[]) - Method in class com.sun.labs.minion.indexer.entry.BaseEntry
Sets the channels that will be used to read postings for this entry.
setPostingsInput(PostingsInput[]) - Method in interface com.sun.labs.minion.indexer.entry.QueryEntry
Sets the inputs that will be used to read postings for this entry.
setPostingsInput(PostingsInput[]) - Method in class com.sun.labs.minion.lextax.ConceptEntry
 
setProfilers(List) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
setPrompt() - Method in class com.sun.labs.minion.test.QueryTest
Sets the prompt to show which of the toggles are on.
setProperty(String, String) - Method in class com.sun.labs.minion.engine.MetaDataStoreImpl
 
setProperty(String, String) - Method in interface com.sun.labs.minion.MetaDataStore
Sets a propery in the meta data store.
setProxLimit(int) - Method in class com.sun.labs.minion.QueryConfig
Sets the value of proxLimit.
setQueryConfig(QueryConfig) - Method in class com.sun.labs.minion.engine.SearchEngineImpl
 
setQueryConfig(QueryConfig) - Method in class com.sun.labs.minion.retrieval.MultiDictTerm
Set the query config for all the sub-terms.
setQueryConfig(QueryConfig) - Method in class com.sun.labs.minion.retrieval.Operator
Sets the current query configuration.
setQueryConfig(QueryConfig) - Method in class com.sun.labs.minion.retrieval.QueryElement
Sets the current query configuration.
setQueryConfig(QueryConfig) - Method in class com.sun.labs.minion.retrieval.QueryTerm
Sets the query configuration for this term.
setQueryConfig(QueryConfig) - Method in interface com.sun.labs.minion.SearchEngine
Sets the query configuration to use for subsequent queries.
setQueryStats(QueryStats) - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary.LookupState
 
setQueryStats(QueryStats) - Method in class com.sun.labs.minion.indexer.postings.PostingsIteratorFeatures
 
setQueryStats(QueryStats) - Method in class com.sun.labs.minion.retrieval.QueryElement
Sets the query statistics.
setQueryStats(QueryStats) - Method in class com.sun.labs.minion.retrieval.QuickOr
 
setQueryStats(QueryStats) - Method in class com.sun.labs.minion.retrieval.ResultImpl
 
setQueryStats(QueryStats) - Method in class com.sun.labs.minion.retrieval.ResultSetImpl
 
setQuestionContainingFields(Set<String>) - Method in class com.sun.labs.minion.pipeline.QuestioningStage
 
setReportFilename(String) - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
setResults(ResultSet) - Method in class com.sun.labs.minion.clustering.AbstractClusterer
 
setResultsFilter(ResultsFilter) - Method in interface com.sun.labs.minion.ResultSet
Sets the results filter that will be used to decide whether results should be returned from this set.
setResultsFilter(ResultsFilter) - Method in class com.sun.labs.minion.retrieval.ResultSetImpl
 
setRight(TupleRelation) - Method in class com.sun.labs.minion.test.regression.TupleRelation
Sets the right child.
setRoot(MorphState) - Method in class com.sun.labs.minion.lexmorph.MorphEngine
Method called before each doCat and doTest to set up the root to be tested.
setRoots(Word[]) - Method in class com.sun.labs.minion.lexmorph.Word
 
setSavedField(String, List) - Method in interface com.sun.labs.minion.Document
Sets the values of a saved field.
setSavedField(String, List) - Method in class com.sun.labs.minion.engine.DocumentImpl
 
setScore(float) - Method in class com.sun.labs.minion.retrieval.ResultImpl
 
setScore(int, float) - Method in class com.sun.labs.minion.retrieval.ScoredGroup
Sets the score at a particular index
setScoreField(String) - Method in class com.sun.labs.minion.clustering.FieldClusterer
 
setScoreModifier(ScoreModifier) - Method in interface com.sun.labs.minion.ResultSet
Sets the score modifier that will be used to modify the scores of the documents returned from this set.
setScoreModifier(ScoreModifier) - Method in class com.sun.labs.minion.retrieval.ArrayGroup
 
setScoreModifier(ScoreModifier) - Method in class com.sun.labs.minion.retrieval.ResultSetImpl
 
setSearchEngine(SearchEngine) - Method in class com.sun.labs.minion.indexer.partition.AsyncDumper
 
setSearchEngine(SearchEngine) - Method in interface com.sun.labs.minion.indexer.partition.Dumper
Sets the search engine that this dumper will be dumping partitions for.
setSearchEngine(SearchEngine) - Method in class com.sun.labs.minion.indexer.partition.SyncDumper
 
setSearchEngine(SearchEngine) - Method in class com.sun.labs.minion.indexer.partition.ThrowDumper
 
setSearchFields(Collection<String>) - Method in class com.sun.labs.minion.retrieval.QueryElement
 
setSize(int) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
setSize(int) - Method in class com.sun.labs.minion.retrieval.ArrayGroup
Sets the size of this set.
setSkipSize(int) - Method in class com.sun.labs.minion.classification.FeaturePostings
Sets the skip size used for building the skip table.
setSkipSize(int) - Method in class com.sun.labs.minion.indexer.postings.DFOPostings
Sets the skip size.
setSkipSize(int) - Method in class com.sun.labs.minion.indexer.postings.FieldedDocumentVectorPostings
 
setSkipSize(int) - Method in class com.sun.labs.minion.indexer.postings.IDPostings
Sets the skip size.
setSkipSize(int) - Method in interface com.sun.labs.minion.indexer.postings.Postings
Sets the skip size used for building the skip table.
setSortSpec(String) - Method in class com.sun.labs.minion.QueryConfig
Sets the sorting specification.
setSortSpec(String) - Method in interface com.sun.labs.minion.ResultSet
Sets the sorting specification used by this result set.
setSortSpec(String) - Method in class com.sun.labs.minion.retrieval.ResultSetImpl
 
setStage(Stage) - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor
Set the Stage where phrases will be written when transmit is called.
setStartState(State) - Method in class com.sun.labs.minion.lexmorph.Category
 
setStopWords(StopWords) - Method in class com.sun.labs.minion.classification.ContingencyFeatureSelector
 
setStopWords(StopWords) - Method in interface com.sun.labs.minion.classification.FeatureSelector
Sets a stopword list: words that should be ignored when selecting features.
setStopWords(StopWords) - Method in class com.sun.labs.minion.classification.SimpleFeatureSelector
 
setStopWords(StopWords) - Method in class com.sun.labs.minion.classification.WeightedFeatureSelector
 
setStorePassages(boolean) - Method in class com.sun.labs.minion.retrieval.Proximity
Sets the flag indicating whether we should store passages when doing retrieval.
setStream(OutputStream) - Static method in class com.sun.labs.minion.Log
Deprecated. Sets the all the logs to the same stream.
setStream(PrintWriter) - Static method in class com.sun.labs.minion.Log
Deprecated. Sets the all the logs to the same writer.
setStream(OutputStream) - Static method in class com.sun.labs.minion.util.MinionLog
Deprecated. Sets the all the logs to the same stream.
setStream(PrintWriter) - Static method in class com.sun.labs.minion.util.MinionLog
Deprecated. Sets the all the logs to the same writer.
setStream(int, OutputStream) - Static method in class com.sun.labs.minion.util.MinionLog
Deprecated. Sets one of the streams.
setStrict(boolean) - Method in class com.sun.labs.minion.query.Element
Indicates whether this element should be evaluated in a strict boolean context.
setSubcategories(String, String) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
setTabSize(int) - Method in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
setTabSize(int) - Method in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
setTerm(String) - Method in class com.sun.labs.minion.retrieval.WeightingComponents
Initializes any document-level statistics that can be determined from a term.
setTerm(TermStatsImpl) - Method in class com.sun.labs.minion.retrieval.WeightingComponents
Initializes any document-level statistics that can be determined from a set of term statistics.
setTermStats(TermStatsImpl) - Method in class com.sun.labs.minion.indexer.entry.TermStatsEntry
 
setTermStats(String, TermStatsImpl) - Method in class com.sun.labs.minion.retrieval.WeightingComponents
 
setTermStatsNumber(int) - Method in class com.sun.labs.minion.indexer.MetaFile
Sets the latest valid term stats file number.
setTestCategories(String) - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
setToken(String) - Method in class com.sun.labs.minion.pipeline.Token
This method is intentionally package-private.
setTotalOccurrences(int) - Method in class com.sun.labs.minion.retrieval.TermStatsImpl
 
setType(int) - Method in class com.sun.labs.minion.pipeline.Token
 
setUpBuffers(int, int, int, int) - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
 
setWeight(float) - Method in class com.sun.labs.minion.classification.ContingencyFeature
 
setWeight(float) - Method in class com.sun.labs.minion.classification.ContingencyFeatureCluster
Sets the weight of this feature cluster.
setWeight(float) - Method in interface com.sun.labs.minion.classification.FeatureCluster
Sets the weight associated with this feature cluster
setWeight(float) - Method in class com.sun.labs.minion.classification.SimpleFeatureCluster
 
setWeight(float) - Method in class com.sun.labs.minion.classification.WeightedFeature
Sets the weight associated with this feature.
setWeight(float) - Method in class com.sun.labs.minion.classification.WeightedFeatureCluster
 
setWeight(float) - Method in class com.sun.labs.minion.indexer.postings.WeightedOccurrence
 
setWeightingComponents(WeightingComponents) - Method in class com.sun.labs.minion.indexer.postings.PostingsIteratorFeatures
Sets the weighting components to be used by iterators.
setWeightingComponents(WeightingComponents) - Method in class com.sun.labs.minion.retrieval.Operator
Sets the current weighting components.
setWeightingComponents(WeightingComponents) - Method in class com.sun.labs.minion.retrieval.QueryElement
Sets the current weighting components.
setWeightingFunction(WeightingFunction) - Method in class com.sun.labs.minion.indexer.postings.PostingsIteratorFeatures
Sets the weighting function to be used by iterators.
setWeightingFunction(WeightingFunction) - Method in class com.sun.labs.minion.QueryConfig
Sets the function used for weighting terms in documents.
setWeightingFunction(WeightingFunction) - Method in class com.sun.labs.minion.retrieval.Operator
Sets the current weighting function.
setWeightingFunction(WeightingFunction) - Method in class com.sun.labs.minion.retrieval.QueryElement
Sets the current weighting function.
setWindow(int) - Method in class com.sun.labs.minion.retrieval.Proximity
Sets the maximum window.
setWordCategories(String, int) - Method in class com.sun.labs.minion.lexmorph.Word
 
setWordNum(int) - Method in class com.sun.labs.minion.pipeline.Token
Sets the word number for this token.
sg - Variable in class com.sun.labs.minion.classification.BigQuery
A scored array group that we can use to store final query results
sgSlashPlAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
share(BitBuffer) - Static method in class com.sun.labs.minion.util.BitBuffer
Share a BitBuffer among multiple readers.
shortYWordStrings - Variable in class com.sun.labs.minion.lexmorph.MorphEngFrame
 
shouldIgnore(Token) - Method in class com.sun.labs.minion.lextax.MemoryTaxonomy
Simple test for the taxonomy to decided if it should ignore the token for classification purposes.
shouldIndex - Variable in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
A boolean indicating whether words should be indexed or not.
shouldIndex() - Method in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
A boolean indicating whether words should be indexed or not.
shouldStoreAll(DiskPartition, int) - Method in class com.sun.labs.minion.retrieval.QuickOr
Decide whether we should store weights for all documents in a partition.
shouldVector - Variable in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
A boolean indicating whether words should be added to the document vector or not.
shouldVector() - Method in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
Indicates whether a field should contribute tokens to the document vector.
showCategories() - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
showCategory() - Method in class com.sun.labs.minion.lexmorph.Category
 
showCodes(String) - Static method in class com.sun.labs.minion.document.tokenizer.UniversalTokenizer
A function for viewing a string containing nonprintable ascii and unicode characters.
shrinkLex() - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
ShrinkLexLimit - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
shrinkLexSize() - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
Shuffle - Class in com.sun.labs.minion.test
Shuffles the lines in a file.
Shuffle() - Constructor for class com.sun.labs.minion.test.Shuffle
 
shutdown(IndexConfig) - Method in class com.sun.labs.minion.document.tokenizer.Tokenizer
Tells a stage that it needs to shutdown, terminating any processing that it is doing first.
shutdown(IndexConfig) - Method in class com.sun.labs.minion.indexer.partition.MemoryPartition
Shut down the indexing stage, dumping any collected data and reporting on our final progress.
shutdown() - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
Shuts down the manager.
shutdown() - Method in class com.sun.labs.minion.pipeline.AsyncPipelineImpl
Shuts down this pipeline, making sure that any documents in the queue have been finished.
shutdown(IndexConfig) - Method in class com.sun.labs.minion.pipeline.PrintStage
Tells a stage that it needs to shutdown, terminating any processing that it is doing first.
shutdown() - Method in interface com.sun.labs.minion.Pipeline
Shuts down the pipeline, flushing all data currently held in the queue.
shutdown(IndexConfig) - Method in interface com.sun.labs.minion.pipeline.Stage
Tells a stage that it needs to shutdown, terminating any processing that it is doing first.
shutdown(IndexConfig) - Method in class com.sun.labs.minion.pipeline.StageAdapter
Tells a stage that it needs to shutdown, terminating any processing that it is doing first.
shutdown(IndexConfig) - Method in class com.sun.labs.minion.pipeline.StatStage
Tells a stage that it needs to shutdown, terminating any processing that it is doing first.
shutdown() - Method in class com.sun.labs.minion.pipeline.SyncPipelineImpl
 
sim - Variable in class com.sun.labs.minion.classification.Rocchio.FQR
The similarities corresponding to our precision points.
SIMILAR - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
similarity(String) - Method in class com.sun.labs.minion.classification.BalancedWinnow
 
similarity(DocumentVector) - Method in class com.sun.labs.minion.classification.BalancedWinnow
 
similarity(ClassifierModel) - Method in class com.sun.labs.minion.classification.BalancedWinnow
 
similarity(String, String) - Method in class com.sun.labs.minion.classification.ClassifierManager
Computes the similarity between a document and a classifier.
similarity(String) - Method in interface com.sun.labs.minion.classification.ClassifierModel
Computes the similarity of the given document and the classifier.
similarity(DocumentVector) - Method in interface com.sun.labs.minion.classification.ClassifierModel
Computes the similarity of the given document vector and the classifier.
similarity(ClassifierModel) - Method in interface com.sun.labs.minion.classification.ClassifierModel
Computes the similarity between this classifier model and another.
similarity(String) - Method in class com.sun.labs.minion.classification.Rocchio
 
similarity(DocumentVector) - Method in class com.sun.labs.minion.classification.Rocchio
 
similarity(ClassifierModel) - Method in class com.sun.labs.minion.classification.Rocchio
 
SimpleCharStream - Class in com.sun.labs.minion.document.tokenizer
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
SimpleClusterer - Class in com.sun.labs.minion.classification
 
SimpleClusterer() - Constructor for class com.sun.labs.minion.classification.SimpleClusterer
Creates a SimpleClusterer
SimpleFeatureCluster - Class in com.sun.labs.minion.classification
A feature cluster containing a single term and a weight assigned by a standard term weighting funciton.
SimpleFeatureCluster() - Constructor for class com.sun.labs.minion.classification.SimpleFeatureCluster
 
SimpleFeatureCluster(String, float) - Constructor for class com.sun.labs.minion.classification.SimpleFeatureCluster
Creates a SimpleFeatureCluster
SimpleFeatureCluster(WeightedFeature) - Constructor for class com.sun.labs.minion.classification.SimpleFeatureCluster
 
SimpleFeatureSelector - Class in com.sun.labs.minion.classification
A class that selects the top n features from a set of documents based on the weights assigned by a term weighting function.
SimpleFeatureSelector() - Constructor for class com.sun.labs.minion.classification.SimpleFeatureSelector
Creates a SimpleFeatureSelector
SimpleFilter - Interface in com.sun.labs.minion.util
An interface that defines a simple filter that takes a string and returns true if further processing should be done on that string, and false otherwise.
SimpleFindSimilar - Class in com.sun.labs.minion.test
Runs find similars against a set of pre-defined keys.
SimpleFindSimilar(SearchEngine, List<String>, String, int) - Constructor for class com.sun.labs.minion.test.SimpleFindSimilar
 
simpleFormat - Static variable in class com.sun.labs.minion.test.QueryRunner
True if file input is just the query on each line, false if the file is from the server log and has a date, etc
SimpleHighlighter - Class in com.sun.labs.minion
A simple tag-based passage highlighter.
SimpleHighlighter(String, String, String, String) - Constructor for class com.sun.labs.minion.SimpleHighlighter
 
SimpleIndexer - Interface in com.sun.labs.minion
An interface that allows one fairly straightforward access to the indexing API.
simpleIndexingFinished - Variable in class com.sun.labs.minion.pipeline.AsyncPipelineImpl
Whether we're finished as a SimpleIndexer.
simpleIndexingFinished - Variable in class com.sun.labs.minion.pipeline.SyncPipelineImpl
Whether we're finished as a SimpleIndexer.
simpleNewEntry(Object) - Method in class com.sun.labs.minion.indexer.dictionary.MemoryDictionary
Gets a new entry that can be added to this dictionary.
SimpleNode - Class in com.sun.labs.minion.retrieval.parser
 
SimpleNode(int) - Constructor for class com.sun.labs.minion.retrieval.parser.SimpleNode
 
SimpleNode(Parser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.SimpleNode
 
simplePhraseLexSetup() - Method in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor
Name : simplePhraseLex.java ....
simpleTagMap - Static variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
A hashtable that maps simple html tags to subtypes of our point markup events.
SINGLELETTERSTART - Static variable in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor
 
SinglePostingsEntry - Class in com.sun.labs.minion.indexer.entry
An abstract base class for those entries that only define a single postings type.
SinglePostingsEntry() - Constructor for class com.sun.labs.minion.indexer.entry.SinglePostingsEntry
Creates an entry.
SinglePostingsEntry(Object) - Constructor for class com.sun.labs.minion.indexer.entry.SinglePostingsEntry
Creates an entry.
SINQUOTE - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
size() - Method in class com.sun.labs.minion.classification.ContingencyFeatureCluster
 
size() - Method in interface com.sun.labs.minion.classification.FeatureCluster
 
size() - Method in class com.sun.labs.minion.classification.FeatureClusterSet
Gets the number of clusters in this cluster set
size() - Method in class com.sun.labs.minion.classification.FeaturePostings
Gets the size of the postings, in bytes.
size() - Method in class com.sun.labs.minion.classification.SimpleFeatureCluster
 
size() - Method in class com.sun.labs.minion.classification.WeightedFeatureCluster
 
size() - Method in class com.sun.labs.minion.classification.WeightedFeatureVector
Gets the size of this vector, which is the number of features it contains.
size() - Method in class com.sun.labs.minion.clustering.ClusterStatisticsImpl
 
size() - Method in class com.sun.labs.minion.clustering.ResultsClusterImpl
 
size() - Method in interface com.sun.labs.minion.ClusterStatistics
Gets the number of elements in the cluster.
size() - Method in class com.sun.labs.minion.indexer.dictionary.BasicField
Gets the number of saved terms that we're storing.
size() - Method in interface com.sun.labs.minion.indexer.dictionary.Dictionary
Gets the number of entries in the dictionary.
size - Variable in class com.sun.labs.minion.indexer.dictionary.DictionaryHeader
The number of entries in the dictionary.
size() - Method in class com.sun.labs.minion.indexer.dictionary.DiskDictionary
Gets the size of the dictionary.
size() - Method in class com.sun.labs.minion.indexer.dictionary.FeatureVector
 
size() - Method in class com.sun.labs.minion.indexer.dictionary.MemoryDictionary
Gets the number of entries in the dictionary.
size() - Method in interface com.sun.labs.minion.indexer.dictionary.SavedField
Gets the number of saved items that we're storing.
size() - Method in interface com.sun.labs.minion.indexer.dictionary.TermStatsDictionary
Gets the number of entries in the dictionary.
size - Variable in class com.sun.labs.minion.indexer.entry.CasedEntry
The size of each kind of postings.
size - Variable in class com.sun.labs.minion.indexer.entry.SinglePostingsEntry
The size of the postings, in bytes.
size() - Method in class com.sun.labs.minion.indexer.MetaFile
Get the number of defined fields.
size() - Method in class com.sun.labs.minion.indexer.postings.DFOPostings
Gets the size of the postings, in bytes.
size() - Method in class com.sun.labs.minion.indexer.postings.DocumentVectorPostings
Estimates the size of the postings associated with this document.
size() - Method in class com.sun.labs.minion.indexer.postings.FieldedDocumentVectorPostings
 
size() - Method in class com.sun.labs.minion.indexer.postings.IDPostings
Gets the size of the postings, in bytes.
size() - Method in interface com.sun.labs.minion.indexer.postings.Postings
Gets the size of the postings, in bytes.
size() - Method in class com.sun.labs.minion.lexmorph.Lexicon
 
size() - Method in class com.sun.labs.minion.pipeline.StopWords
 
size() - Method in interface com.sun.labs.minion.ResultsCluster
Returns the number of items in this cluser.
size() - Method in interface com.sun.labs.minion.ResultSet
Gets the size of the results set, that is, the number of documents that matched the query.
size - Variable in class com.sun.labs.minion.retrieval.ArrayGroup
The size of the current set, that is the number of documents that it contains.
size - Variable in class com.sun.labs.minion.retrieval.PassageImpl
The size of the passage, in tokens.
size() - Method in class com.sun.labs.minion.retrieval.ResultSetImpl
Gets the size of the results set, that is, the number of documents that matched the query.
size - Variable in class com.sun.labs.minion.retrieval.SortSpec
The size of the specification, in terms of the number of fields.
size - Variable in class com.sun.labs.minion.util.Cache
The number of entries to store in the cache.
sizeUTF8(CharSequence) - Static method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Determines the size of the UTF-8 encoding of a character sequence.
skip(ReadableBuffer) - Method in class com.sun.labs.minion.indexer.postings.IDPostings
Skips a set of postings from another postings entry.
skip(int) - Method in class com.sun.labs.minion.util.BitBuffer
Skip the given number of bits.
skip(DataInput) - Static method in class com.sun.labs.minion.util.BitBuffer
Skips a bit buffer without reading it in.
skip(long) - Method in class com.sun.labs.minion.util.CharArrayReader
Skips characters.
skipByteEncoded() - Method in interface com.sun.labs.minion.util.buffer.ReadableBuffer
Skips an integer encoded using the 7 bit encoding without actually decoding the value.
skipByteEncoded() - Method in class com.sun.labs.minion.util.buffer.StdBufferImpl
Skips an integer encoded using our 7 bit encoding without actually decoding it.
skipByteEncoded() - Method in class com.sun.labs.minion.util.buffer.StdReadableImpl
Skips a byte encoded integer without decoding it.
skipChemName - Variable in class com.sun.labs.minion.lexmorph.MorphEngFns
Flag for turning off chemical name test.
skipID - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings
The IDs in the skip table.
skipID - Variable in class com.sun.labs.minion.indexer.postings.IDPostings
The IDs in the skip table.
skipOff - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings
The offsets in the skip table.
skipPos - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings
The positions in the skip table.
skipPos - Variable in class com.sun.labs.minion.indexer.postings.IDPostings
The positions in the skip table.
skipSize - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings
The number of documents in a skip.
skipSize - Variable in class com.sun.labs.minion.indexer.postings.IDPostings
The number of documents in a skip.
slice(int, int) - Method in class com.sun.labs.minion.util.buffer.ArrayBuffer
Slices this buffer so that a sub-buffer can be used.
slice(int, int) - Method in class com.sun.labs.minion.util.buffer.ChannelReadableBuffer
Slices this buffer so that a sub-buffer can be used.
slice(int, int) - Method in class com.sun.labs.minion.util.buffer.FileReadableBuffer
Slices this buffer so that a sub-buffer can be used.
slice(int, int) - Method in class com.sun.labs.minion.util.buffer.NIOBuffer
Slices this buffer so that a sub-buffer can be used.
slice(int, int) - Method in interface com.sun.labs.minion.util.buffer.ReadableBuffer
Slices this buffer so that a sub-buffer can be used.
sm - Variable in class com.sun.labs.minion.retrieval.ArrayGroup
 
smallIntegers - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
someSenseIsKindOf(Word) - Method in class com.sun.labs.minion.lexmorph.Word
 
SOR - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
sort(MemoryDictionary.Renumber, MemoryDictionary.IDMap) - Method in class com.sun.labs.minion.indexer.dictionary.MemoryDictionary
Sorts the dictionary entries.
sort() - Method in class com.sun.labs.minion.retrieval.ScoredGroup
Sorts this group by score, returning a sorted version.
sort(boolean) - Method in class com.sun.labs.minion.retrieval.ScoredGroup
Sorts this group by score, returning a sorted version.
sort(T[]) - Static method in class com.sun.labs.minion.util.Util
Sorts an array of Object using heap sort.
sort(T[], int, int) - Static method in class com.sun.labs.minion.util.Util
Sorts the specified sub-array of Objects into ascending order.
sort(T[], Comparator<T>) - Static method in class com.sun.labs.minion.util.Util
 
sort(T[], int, int, Comparator<T>) - Static method in class com.sun.labs.minion.util.Util
Sorts the specified sub-array of Objects into ascending order.
sort(int[], float[], int, int) - Static method in class com.sun.labs.minion.util.Util
Does a tandem sort of two arrays: one of int one of float.
sort(int[], int[], int, int) - Static method in class com.sun.labs.minion.util.Util
Does a tandem sort of two arrays: one of int one of float.
sort(int[], float[], float[], int, int) - Static method in class com.sun.labs.minion.util.Util
Does a tandem sort of three arrays: one of int two of float.
sort(float[], int[], int, int) - Static method in class com.sun.labs.minion.util.Util
Does a tandem sort of two arrays: one of float one of int.
sort(double[], int[], int, int) - Static method in class com.sun.labs.minion.util.Util
Does a tandem sort of two arrays: one of double one of int.
sortBody - Variable in class com.sun.labs.minion.retrieval.HighlightStage
Whether the body fields are to be sorted by score.
sortSpec - Variable in class com.sun.labs.minion.QueryConfig
A string representation of the sorting specification to use for sorting results.
sortSpec - Variable in class com.sun.labs.minion.retrieval.ResultImpl
The sorting specification for this result.
sortSpec - Variable in class com.sun.labs.minion.retrieval.ResultSetImpl
The sorting specification for this query.
SortSpec - Class in com.sun.labs.minion.retrieval
A class to contain a sorting specification for a results set.
SortSpec(PartitionManager, String) - Constructor for class com.sun.labs.minion.retrieval.SortSpec
Creates a sorting specification from the given string description.
SortSpec(SortSpec, InvFileDiskPartition) - Constructor for class com.sun.labs.minion.retrieval.SortSpec
Constructs a partition specific sorting specification that includes fetchers for the saved fields appearing in the sorting specification.
sortSpec - Variable in class com.sun.labs.minion.test.QueryTest
 
sources - Variable in class com.sun.labs.minion.knowledge.CombinedKnowledgeSource
 
sp_adjFormingPrefixes - Variable in class com.sun.labs.minion.lexmorph.MorphEngFrame
 
sp_adjPrefixes - Variable in class com.sun.labs.minion.lexmorph.MorphEngFrame
 
sp_knownWordFile - Variable in class com.sun.labs.minion.lexmorph.Morph_en
 
sp_knownWordList - Variable in class com.sun.labs.minion.lexmorph.Morph_en
 
sp_quantityPrefixes - Variable in class com.sun.labs.minion.lexmorph.MorphEngFrame
 
sp_rulePrefixes - Variable in class com.sun.labs.minion.lexmorph.MorphEngFrame
 
SPACESEPCHAR - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
SPACESEPCHAR - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
SPACESEPCHAR - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
SPACESEPCHAR - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
SPACESEPCHAR1 - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
SPACESEPCHAR1 - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
SPACESEPCHAR1 - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
SPACESEPCHAR1 - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
SPACESEPCHAR2 - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
SPACESEPCHAR2 - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
SPACESEPCHAR2 - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
SPACESEPCHAR2 - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
SPACESEPCHAR3 - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
SPACESEPCHAR3 - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
SPACESEPCHAR3 - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
SPACESEPCHAR3 - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
SPACESEPCHAR4 - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
SPACESEPCHAR4 - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
SPACESEPCHAR4 - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
SPACESEPCHAR4 - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
SPACESEPCHAR5 - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
SPACESEPCHAR5 - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
SPACESEPCHAR5 - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
SPACESEPCHAR5 - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
SPACESEPCHAR6 - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
SPACESEPCHAR6 - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
SPACESEPCHAR6 - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
SPACESEPCHAR6 - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
SPACESEPCHAR7 - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
SPACESEPCHAR7 - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
SPACESEPCHAR7 - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
SPACESEPCHAR7 - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
SPACESEPCHAR8 - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
SPACESEPCHAR8 - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
SPACESEPCHAR8 - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
SPACESEPCHAR8 - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
SPACESEPCHAR9 - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
SPACESEPCHAR9 - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
SPACESEPCHAR9 - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
SPACESEPCHAR9 - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
SPACESEPTOKEN - Static variable in interface com.sun.labs.minion.document.tokenizer.JCCTokenizerConstants
 
SPACESEPTOKEN - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
SPACESEPTOKEN - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
SPACESEPTOKEN - Static variable in interface com.sun.labs.minion.retrieval.parser.WebParserConstants
 
spaceSet - Static variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
 
SPANS - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
spec - Variable in class com.sun.labs.minion.retrieval.SortSpec
The original specification.
SPECIAL - Static variable in interface com.sun.labs.minion.retrieval.parser.LuceneParserConstants
 
specialConstructor - Variable in exception com.sun.labs.minion.document.tokenizer.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialConstructor - Variable in exception com.sun.labs.minion.retrieval.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class com.sun.labs.minion.document.tokenizer.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class com.sun.labs.minion.retrieval.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
splitPoint - Variable in class com.sun.labs.minion.indexer.postings.DFOPostings
After getting the buffers, this member will contain the split point between the buffers for the documents, frequencies, and offsets and the buffers for the field and position information.
splitterClassName - Variable in class com.sun.labs.minion.classification.ClassifierManager
 
splitterInstance - Variable in class com.sun.labs.minion.classification.ClassifierManager
The result splitter used for classification in this partition.
sPrefixes - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
sqw - Variable in class com.sun.labs.minion.retrieval.ScoredGroup
The sum of the squared query weights for this group.
Stack - Class in com.sun.labs.minion.util
A stack of Java objects.
Stack() - Constructor for class com.sun.labs.minion.util.Stack
Build a default-sized stack.
Stack(int) - Constructor for class com.sun.labs.minion.util.Stack
Build a stack with a given number of elements available.
Stack(Stack) - Constructor for class com.sun.labs.minion.util.Stack
Build a stack from another stack.
stack - Variable in class com.sun.labs.minion.util.Stack
An array to store the objects in.
stackTrace(Throwable) - Static method in class com.sun.labs.minion.util.TestUtil
 
stage - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
The head of the pipeline that we'll use for processing text.
stage - Variable in class com.sun.labs.minion.document.XMLAnalyzer
The tokenizer that we will pass our events and characters to.
Stage - Interface in com.sun.labs.minion.pipeline
 
StageAdapter - Class in com.sun.labs.minion.pipeline
An adapter class for the stage interface, for those who don't want to bother with implementing methods that they don't care about.
StageAdapter() - Constructor for class com.sun.labs.minion.pipeline.StageAdapter
Void constructor just in case.
StageAdapter(Stage) - Constructor for class com.sun.labs.minion.pipeline.StageAdapter
Construct a Stage with a downstream stage to which it can pass output.
starIcodeAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
start - Variable in class com.sun.labs.minion.indexer.dictionary.LongNameEntryMapper
The new starting ID for the document keys from this partition.
start - Variable in class com.sun.labs.minion.indexer.partition.DocEntryMapper
The new starting ID for the document keys from this partition.
start - Variable in class com.sun.labs.minion.pipeline.Token
The starting character offset for the token.
start(int) - Method in interface com.sun.labs.minion.Progress
Starts a progress session
start - Variable in class com.sun.labs.minion.retrieval.PassageImpl
The start of the range we want to collect for this passage.
start() - Method in class com.sun.labs.minion.util.NanoWatch
Starts the timer.
start - Variable in class com.sun.labs.minion.util.parser.GenUnicodePunc.Range
 
start() - Method in class com.sun.labs.minion.util.StopWatch
Starts the timer.
startContext() - Method in interface com.sun.labs.minion.PassageHighlighter
Starts the context for the passage.
startContext() - Method in class com.sun.labs.minion.SimpleHighlighter
Starts the context for the passage.
startContext() - Method in class com.sun.labs.minion.TextHighlighter
 
startDebug() - Static method in class com.sun.labs.minion.lexmorph.Lexicon
 
startDiff() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
startDocument(String) - Method in class com.sun.labs.minion.document.tokenizer.Tokenizer
Handles a begin document event.
startDocument(int) - Method in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
Tells the field store that a new document has been started.
startDocument(String) - Method in class com.sun.labs.minion.indexer.partition.InvFileMemoryPartition
Starts a new document in this partition.
startDocument(String) - Method in class com.sun.labs.minion.pipeline.AbstractPipelineImpl
Starts the indexing of a document.
startDocument(String) - Method in class com.sun.labs.minion.pipeline.PrintStage
Process the event that occurs at the start of a document.
startDocument(String) - Method in class com.sun.labs.minion.pipeline.PrintTokenStage
 
startDocument(String) - Method in class com.sun.labs.minion.pipeline.QuestioningStage
 
startDocument(String) - Method in interface com.sun.labs.minion.pipeline.Stage
Process the event that occurs at the start of a document.
startDocument(String) - Method in class com.sun.labs.minion.pipeline.StageAdapter
Process the event that occurs at the start of a document.
startDocument(String) - Method in class com.sun.labs.minion.pipeline.SyncPipelineImpl
Starts the indexing of a document.
startDocument(String) - Method in interface com.sun.labs.minion.SimpleIndexer
Starts the indexing of a document.
startedTag - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
True when a parsing function has read far enough as to start reading a tag (specifically a < character).
startElement(String, String, String, Attributes) - Method in class com.sun.labs.minion.document.XMLAnalyzer
Begin tag.
startElement(String, String, String, Attributes) - Method in class com.sun.labs.minion.test.regression.merge.MergeReportHandler
Find the elementhandler that's responsible for this element and hand off to it.
Push the name of this element onto the handlerStack.
startField(FieldInfo) - Method in class com.sun.labs.minion.document.tokenizer.Tokenizer
Handles the start of a field event.
startField(FieldInfo) - Method in class com.sun.labs.minion.indexer.dictionary.MemoryFieldStore
Tells the field store that a particular field has started.
startField(FieldInfo) - Method in class com.sun.labs.minion.indexer.partition.InvFileMemoryPartition
Indicates to the field store that a field has started.
startField(FieldInfo) - Method in class com.sun.labs.minion.pipeline.BlurbStage
Processes the event that occurs at the start of a field.
startField(FieldInfo) - Method in class com.sun.labs.minion.pipeline.PrintStage
Processes the event that occurs at the start of a field.
startField(FieldInfo) - Method in class com.sun.labs.minion.pipeline.QuestioningStage
Checks to see whether we're starting one of the fields in which we'll look for questions.
startField(FieldInfo) - Method in interface com.sun.labs.minion.pipeline.Stage
Processes the event that occurs at the start of a field.
startField(FieldInfo) - Method in class com.sun.labs.minion.pipeline.StageAdapter
Processes the event that occurs at the start of a field.
startField(FieldInfo) - Method in class com.sun.labs.minion.pipeline.StopWordsStage
Processes the event that occurs at the start of a field.
startField(int) - Method in class com.sun.labs.minion.pipeline.TokenCollectorStage.Range
Tells this range that we're starting a field, and that the first word of the field will be the given word.
startField(FieldInfo) - Method in interface com.sun.labs.minion.PipelineStage
Instructs the pipeline to begin collecting data for a different field
startField(FieldInfo) - Method in class com.sun.labs.minion.retrieval.HighlightStage
Starts a field.
startHK() - Method in class com.sun.labs.minion.indexer.partition.PartitionManager
Starts the housekeeping thread if it's null or dead.
startIndexing() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
startInverting() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
startIteration(int) - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
startOptimizing() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
startPassage() - Method in interface com.sun.labs.minion.PassageHighlighter
Starts the highlighting for the passage.
startPassage() - Method in class com.sun.labs.minion.SimpleHighlighter
Starts the highlighting for the passage.
startPassage() - Method in class com.sun.labs.minion.TextHighlighter
 
startPos - Variable in class com.sun.labs.minion.indexer.dictionary.DiskDictionary.DiskDictionaryIterator
The position to start iterating from
startReport() - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
startReportMissingFiles(int) - Method in class com.sun.labs.minion.test.regression.merge.MergeTestReplayer.MergeReplayReporter
 
STARTS - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
startsLikeNumber(String) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
quick way to decide a string MIGHT be a number
startsLikeTime(String) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
startState - Variable in class com.sun.labs.minion.lexmorph.Category
 
startsWith(Object, Object) - Method in class com.sun.labs.minion.indexer.dictionary.DoubleNameHandler
Determines whether one double starts with another, which is true only if they are equal!
startsWith(Object, Object) - Method in class com.sun.labs.minion.indexer.dictionary.LongNameHandler
Determines whether one long starts with another, which is true only if they are equal!
startsWith(Object, Object) - Method in interface com.sun.labs.minion.indexer.dictionary.NameDecoder
Determines whether the second name starts with the first name.
startsWith(Object, Object) - Method in class com.sun.labs.minion.indexer.dictionary.StringNameHandler
Determines whether one string name starts with another.
startsWith(char[], int, int, char[], int, int, boolean) - Static method in class com.sun.labs.minion.util.Util
Tests whether a given array of characters starts with another.
startTime - Variable in class com.sun.labs.minion.pipeline.Dropper
The time that we started indexing.
state - Variable in class com.sun.labs.minion.lextax.MemoryTaxonomy
 
stateCheck() - Method in class com.sun.labs.minion.pipeline.SyncPipelineImpl
Checks to see if we're in a good state to index data.
statename - Variable in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.CityPhrase
 
statename - Variable in class com.sun.labs.minion.lexmorph.ATNPhraseExtractor.PlaceNamePhrase
 
stateTrace(MorphState) - Method in class com.sun.labs.minion.lexmorph.MorphEngine
Method for describing state in tracing.
staticFlag - Static variable in class com.sun.labs.minion.document.tokenizer.SimpleCharStream
 
staticFlag - Static variable in class com.sun.labs.minion.retrieval.parser.JavaCharStream
 
stats - Variable in class com.sun.labs.minion.indexer.partition.Partition
The statistics for this partition.
stats() - Method in class com.sun.labs.minion.test.QueryTest
 
StatStage - Class in com.sun.labs.minion.pipeline
 
StatStage() - Constructor for class com.sun.labs.minion.pipeline.StatStage
 
StdBufferImpl - Class in com.sun.labs.minion.util.buffer
A abstract class that implements most of the WriteableBuffer and ReadableBuffer interfaces in terms of the two implemented interfaces' get and put methods.
StdBufferImpl() - Constructor for class com.sun.labs.minion.util.buffer.StdBufferImpl
 
StdReadableImpl - Class in com.sun.labs.minion.util.buffer
A class that implements the decoding routines in ReadableBuffer so that readable only buffer implementations can share it.
StdReadableImpl() - Constructor for class com.sun.labs.minion.util.buffer.StdReadableImpl
 
STEM - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
stem() - Method in class com.sun.labs.minion.util.PorterStemmer
Stem the word placed into the Stemmer buffer through calls to add().
stemmer - Variable in class com.sun.labs.minion.classification.StemmingClusterer
 
stemmer - Variable in class com.sun.labs.minion.classification.WeightedFeatureClusterer
 
stemmer - Variable in class com.sun.labs.minion.pipeline.StemStage
 
StemmingClusterer - Class in com.sun.labs.minion.classification
Provides a clusterer that groups features that have the same stems.
StemmingClusterer() - Constructor for class com.sun.labs.minion.classification.StemmingClusterer
 
StemmingClusterer(int) - Constructor for class com.sun.labs.minion.classification.StemmingClusterer
 
StemStage - Class in com.sun.labs.minion.pipeline
 
StemStage() - Constructor for class com.sun.labs.minion.pipeline.StemStage
 
StemStage(Stage) - Constructor for class com.sun.labs.minion.pipeline.StemStage
 
stop() - Method in class com.sun.labs.minion.util.NanoWatch
Stops the timer.
stop() - Method in class com.sun.labs.minion.util.StopWatch
Stops the timer.
stopDebug() - Static method in class com.sun.labs.minion.lexmorph.Lexicon
 
stopIndexAtEnd - Variable in class com.sun.labs.minion.document.MarkUpAnalyzer_html
 
stopPos - Variable in class com.sun.labs.minion.indexer.dictionary.DiskDictionary.DiskDictionaryIterator
The position to stop iterating at
StopWatch - Class in com.sun.labs.minion.util
A class implementing a simple stop watch that can be used for timing.
StopWatch() - Constructor for class com.sun.labs.minion.util.StopWatch
Creates a new stop watch.
stopWords - Variable in class com.sun.labs.minion.classification.ContingencyFeatureSelector
Words to ignore during selection.
stopWords - Variable in class com.sun.labs.minion.classification.WeightedFeatureSelector
Words to ignore during selection.
stopWords - Variable in class com.sun.labs.minion.pipeline.BlurbStage
 
StopWords - Class in com.sun.labs.minion.pipeline
A configurable set of stop words.
StopWords() - Constructor for class com.sun.labs.minion.pipeline.StopWords
Creates a StopMap
StopWordsStage - Class in com.sun.labs.minion.pipeline
This stage provides the ability to remove stop words from the token stream.
StopWordsStage() - Constructor for class com.sun.labs.minion.pipeline.StopWordsStage
 
store() - Method in class com.sun.labs.minion.engine.MetaDataStoreImpl
 
storeClassifierScores - Variable in class com.sun.labs.minion.IndexConfig
Whether to store classifier scores in per-class saved fields.
storeClassifierScores() - Method in class com.sun.labs.minion.IndexConfig
 
storeNonClassified - Variable in class com.sun.labs.minion.IndexConfig
Whether to store the results of failed classifications.
storeNonClassified() - Method in class com.sun.labs.minion.IndexConfig
 
storePassages - Variable in class com.sun.labs.minion.retrieval.Proximity
Whether we need to store passages or no.
str - Variable in class com.sun.labs.minion.classification.StrFloat
 
stream - Variable in class com.sun.labs.minion.indexer.postings.io.StreamPostingsOutput
The stream to which we will write our postings.
StreamPostingsInput - Class in com.sun.labs.minion.indexer.postings.io
A postings input that can be used when streaming through a lot of postings sequentially as when merging or evaluating field queries.
StreamPostingsInput(RandomAccessFile, int) - Constructor for class com.sun.labs.minion.indexer.postings.io.StreamPostingsInput
Creates a stream postings input.
StreamPostingsInput(RandomAccessFile, long, int) - Constructor for class com.sun.labs.minion.indexer.postings.io.StreamPostingsInput
Creates a stream postings input.
StreamPostingsOutput - Class in com.sun.labs.minion.indexer.postings.io
A postings output that writes the postings to an output stream.
StreamPostingsOutput(OutputStream) - Constructor for class com.sun.labs.minion.indexer.postings.io.StreamPostingsOutput
Creates a postings output from the given stream.
StreamPostingsOutput(OutputStream, long) - Constructor for class com.sun.labs.minion.indexer.postings.io.StreamPostingsOutput
Creates a postings output from the given stream.
streams - Static variable in class com.sun.labs.minion.util.MinionLog
Deprecated. The output streams.
strength(int) - Method in class com.sun.labs.minion.classification.BalancedWinnow
 
StrFloat - Class in com.sun.labs.minion.classification
A string and a float!
StrFloat() - Constructor for class com.sun.labs.minion.classification.StrFloat
 
StrFloat(String, String, float) - Constructor for class com.sun.labs.minion.classification.StrFloat
 
strict - Variable in class com.sun.labs.minion.query.Element
Whether this element should be interpreted in a strict boolean fashion.
StrictASTdoParse - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTdoParse(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTdoParse
 
StrictASTdoParse(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTdoParse
 
StrictASTfieldname - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTfieldname(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTfieldname
 
StrictASTfieldname(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTfieldname
 
StrictASTindexed_fieldoperator - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTindexed_fieldoperator(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTindexed_fieldoperator
 
StrictASTindexed_fieldoperator(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTindexed_fieldoperator
 
StrictASTq - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTq(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTq
 
StrictASTq(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTq
 
StrictASTqe - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTqe(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqe
 
StrictASTqe(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqe
 
StrictASTqeparen - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTqeparen(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqeparen
 
StrictASTqeparen(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqeparen
 
StrictASTqiAND - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTqiAND(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqiAND
 
StrictASTqiAND(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqiAND
 
StrictASTqif - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTqif(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqif
 
StrictASTqif(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqif
 
StrictASTqiOR - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTqiOR(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqiOR
 
StrictASTqiOR(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqiOR
 
StrictASTqp - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTqp(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqp
 
StrictASTqp(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqp
 
StrictASTqpAND - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTqpAND(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqpAND
 
StrictASTqpAND(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqpAND
 
StrictASTqpOR - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTqpOR(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqpOR
 
StrictASTqpOR(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqpOR
 
StrictASTqpPASS - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTqpPASS(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqpPASS
 
StrictASTqpPASS(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqpPASS
 
StrictASTqUND - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTqUND(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqUND
 
StrictASTqUND(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTqUND
 
StrictASTsaved_fieldoperator - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTsaved_fieldoperator(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTsaved_fieldoperator
 
StrictASTsaved_fieldoperator(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTsaved_fieldoperator
 
StrictASTsaved_fieldvalue - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTsaved_fieldvalue(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTsaved_fieldvalue
 
StrictASTsaved_fieldvalue(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTsaved_fieldvalue
 
StrictASTterm - Class in com.sun.labs.minion.retrieval.parser
 
StrictASTterm(int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTterm
 
StrictASTterm(StrictParser, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictASTterm
 
StrictElementFactory - Class in com.sun.labs.minion.retrieval.parser
Creates QueryElements based on SimpleNodes generated from the parser
StrictElementFactory() - Constructor for class com.sun.labs.minion.retrieval.parser.StrictElementFactory
 
strictEval - Variable in class com.sun.labs.minion.retrieval.QueryElement
Whether we're evaluating in a strict boolean context.
StrictParser - Class in com.sun.labs.minion.retrieval.parser
 
StrictParser(InputStream) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictParser
 
StrictParser(InputStream, String) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictParser
 
StrictParser(Reader) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictParser
 
StrictParser(StrictParserTokenManager) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictParser
 
StrictParserConstants - Interface in com.sun.labs.minion.retrieval.parser
 
StrictParserTokenManager - Class in com.sun.labs.minion.retrieval.parser
 
StrictParserTokenManager(JavaCharStream) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictParserTokenManager
 
StrictParserTokenManager(JavaCharStream, int) - Constructor for class com.sun.labs.minion.retrieval.parser.StrictParserTokenManager
 
StrictParserTreeConstants - Interface in com.sun.labs.minion.retrieval.parser
 
StrictTransformer - Class in com.sun.labs.minion.retrieval.parser
This class transforms the output of JavaCC into a tree of query elements that the query evaluator can understand.
StrictTransformer() - Constructor for class com.sun.labs.minion.retrieval.parser.StrictTransformer
 
stringInArrayP(String, String[]) - Static method in class com.sun.labs.minion.lexmorph.LexiconUtil
 
StringNameHandler - Class in com.sun.labs.minion.indexer.dictionary
 
StringNameHandler() - Constructor for class com.sun.labs.minion.indexer.dictionary.StringNameHandler
 
StringRelation - Class in com.sun.labs.minion.query
A query element for the string operators, which includes all of the valid operators from Relation, as well as substring, matches, starts, ends.
StringRelation(String, Relation.Operator, String) - Constructor for class com.sun.labs.minion.query.StringRelation
Creates a relation for a string field.
strongChemTestFlag - Variable in class com.sun.labs.minion.lexmorph.MorphEngFns
 
stuff - Static variable in class com.sun.labs.minion.test.Mutator
 
sub(WeightedFeatureVector, float, float, boolean) - Method in class com.sun.labs.minion.classification.WeightedFeatureVector
Subtracts a feature vector from this vector, returning a new vector.
sub(WeightedFeatureVector) - Method in class com.sun.labs.minion.classification.WeightedFeatureVector
Subtracts a feature vector from this vector, returning a new vector.
sub(WeightedFeatureVector, boolean) - Method in class com.sun.labs.minion.classification.WeightedFeatureVector
Subtracts a feature vector from this vector, returning a new vector.
subcats - Variable in class com.sun.labs.minion.lexmorph.Category
 
subCatsBits - Variable in class com.sun.labs.minion.lexmorph.Category
 
subDir - Variable in class com.sun.labs.minion.indexer.partition.PartitionManager
The subdirectory of the main index directory where we will put our partitions.
subMorph(Word, Category, boolean, MorphRule[], MorphState) - Method in class com.sun.labs.minion.lexmorph.MorphEngine
 
subsenses - Variable in class com.sun.labs.minion.lexmorph.WordEntry
 
subsetFirstN(int) - Method in class com.sun.labs.minion.classification.FeatureClusterSet
Gets a subset of this feature cluster set consisting of the first N features in the set.
substitutionString - Variable in class com.sun.labs.minion.lexmorph.MorphState
 
SUBSTRING - Static variable in interface com.sun.labs.minion.retrieval.parser.StrictParserConstants
 
subsumesCategory(Category, HashSet) - Method in class com.sun.labs.minion.lexmorph.Category
 
subsumesCategory(Category) - Method in class com.sun.labs.minion.lexmorph.Category
 
subsumesOneOf(Category[]) - Method in class com.sun.labs.minion.lexmorph.Category
 
subsumesOneOf(Word[]) - Method in class com.sun.labs.minion.lexmorph.Word
 
subsumesWord(Word, HashSet) - Method in class com.sun.labs.minion.lexmorph.Word
 
subsumesWord(Word) - Method in class com.sun.labs.minion.lexmorph.Word
 
subtractAsLinear(float, float) - Method in class com.sun.labs.minion.util.LogMath
Returns the difference between two numbers when the arguments and the result are in log.
suffix - Variable in class com.sun.labs.minion.lexmorph.MorphState
 
suffixAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
suffixCategory - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
suffixedVerbP(Word) - Method in class com.sun.labs.minion.lexmorph.MorphEngFns
suffixedVerbP (word) tests if word is a suffixed form of a verb.
suffixes - Variable in class com.sun.labs.minion.lexmorph.WordEntry
 
suffixString - Variable in class com.sun.labs.minion.lexmorph.MorphState
 
sum(ContingencyFeature) - Method in class com.sun.labs.minion.classification.ContingencyFeature
Adds the other feature's weights to this one's
sum - Variable in class com.sun.labs.minion.util.DescriptiveStats
 
superlativeAtom - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
superlativeRule - Static variable in class com.sun.labs.minion.lexmorph.Morph_en
 
Supervised - Class in com.sun.labs.minion.lexmorph.disambiguation
A class to do supervised word sense disambiguation using a Naive Bayes approach.
Supervised() - Constructor for class com.sun.labs.minion.lexmorph.disambiguation.Supervised
 
Supervised(String, String, List<Sense>) - Constructor for class com.sun.labs.minion.lexmorph.disambiguation.Supervised
Creates a supervised disambiguator.
Supervised(String, String, Set<ResultsCluster>, int, int) - Constructor for class com.sun.labs.minion.lexmorph.disambiguation.Supervised
 
Supervised(String, String, Map<String, List<Result>>, int, int) - Constructor for class com.sun.labs.minion.lexmorph.disambiguation.Supervised
 
sw - Variable in class com.sun.labs.minion.pipeline.TokenCollectorStage.Range
The starting word count for the range.
SwitchTo(int) - Method in class com.sun.labs.minion.document.tokenizer.JCCTokenizerTokenManager
 
SwitchTo(int) - Method in class com.sun.labs.minion.retrieval.parser.LuceneParserTokenManager
 
SwitchTo(int) - Method in class com.sun.labs.minion.retrieval.parser.StrictParserTokenManager
 
SwitchTo(int) - Method in class com.sun.labs.minion.retrieval.parser.WebParserTokenManager
 
syllabic(String) - Method in class com.sun.labs.minion.lexmorph.MorphEngFrame
Tests whether the indicated wordstring seems to have syllabic structure -- mostly, does it contain a vowel, but also tests other constraints.
syllabic(Word) - Method in class com.sun.labs.minion.lexmorph.MorphEngFrame
syllabic (word) tests whether the indicated word seems to have syllabic structure and caches the results in its lexical entry.
syllabic() - Method in class com.sun.labs.minion.lexmorph.Word
 
syllabicCategory - Variable in class com.sun.labs.minion.lexmorph.Lexicon
 
sync() - Method in class com.sun.labs.minion.indexer.partition.DelMap
Synchronizes the map in memory with the map on disk.
syncDeletedMap() - Method in class com.sun.labs.minion.indexer.partition.DiskPartition
Synchronizes the deletion map in memory with the one on disk.
SyncDumper - Class in com.sun.labs.minion.indexer.partition
A dumper that will dump partitions synchronously.
SyncDumper() - Constructor for class com.sun.labs.minion.indexer.partition.SyncDumper
Creates a SyncDumper
syncGetMap() - Method in class com.sun.labs.minion.indexer.partition.DelMap
A helper that atomically syncs the deletion map and returns the buffer.
SyncPipelineImpl - Class in com.sun.labs.minion.pipeline
 
SyncPipelineImpl(PipelineFactory, SearchEngine, List<Stage>, Dumper) - Constructor for class com.sun.labs.minion.pipeline.SyncPipelineImpl
Creates a synchronous indexing pipeline

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