Packages
com.sun.labs.minion Provides the API for interacting with the Minion Search Engine.
com.sun.labs.minion.classification Provides the automatic document classification functionality in Minion.
com.sun.labs.minion.clustering Provides document clustering functionality.
com.sun.labs.minion.document Provides some basic document analysis for different types of text documents.
com.sun.labs.minion.document.tokenizer Provides two implementations of tokenization for character streams.
com.sun.labs.minion.engine Provides implementations for some of the end-user interfaces.
com.sun.labs.minion.indexer Provides classes that do the main work of indexing: building the term and document dictionaries and the postings file.
com.sun.labs.minion.indexer.dictionary Provides the classes that implement the dictionaries used by the indexer and the retrieval engine.
com.sun.labs.minion.indexer.entry Provides the interfaces and implemenations for the entries used during indexing and querying.
com.sun.labs.minion.indexer.partition Provides the classes that implement the partitions of the indexer.
com.sun.labs.minion.indexer.postings Provides the classes that implement the different types of postings used by the search engine.
com.sun.labs.minion.indexer.postings.io Provides interfaces and implementations for the writing and reading of postings information.
com.sun.labs.minion.knowledge  
com.sun.labs.minion.lexmorph  
com.sun.labs.minion.lexmorph.disambiguation  
com.sun.labs.minion.lextax  
com.sun.labs.minion.pipeline Provides the classes for building a pipeline.
com.sun.labs.minion.query Classes for providing programattic querying.
com.sun.labs.minion.retrieval Provides the query evaluation capabilities for Minion.
com.sun.labs.minion.retrieval.cache  
com.sun.labs.minion.retrieval.parser Provides the query parsers available in Minion.
com.sun.labs.minion.retrieval.resources  
com.sun.labs.minion.samples Provides sample code for using Minion.
com.sun.labs.minion.test Provides test classes and utilities for indexing and querying.
com.sun.labs.minion.test.regression Provides the classes that generates the entries and queries for the regression test.
com.sun.labs.minion.test.regression.deletion  
com.sun.labs.minion.test.regression.merge  
com.sun.labs.minion.test.regression.query Contains classes that provide query regression tests.
com.sun.labs.minion.test.util  
com.sun.labs.minion.util  
com.sun.labs.minion.util.buffer Provides interfaces and classes for dealing with readable and writeable buffers of data.
com.sun.labs.minion.util.parser