Package org.apache.maven.index.context

Interface Summary
ContextMemberProvider  
DocumentFilter  
IndexCreator An index creator is responsible for storing and reading data to and from Lucene index.
IndexingContext An indexing context is representing artifact repository for indexing and searching.
 

Class Summary
AbstractIndexingContext  
DefaultIndexingContext The default IndexingContext implementation.
IndexUtils  
MergedIndexingContext A merged indexing context that offers read only "view" on multiple other indexing contexts merged and presented as one.
NexusAnalyzer A Nexus specific analyzer.
NexusAnalyzer.DeprecatedClassnamesTokenizer Deprecated.
NexusAnalyzer.LetterOrDigitTokenizer  
NexusAnalyzer.NoopTokenizer  
NexusIndexSearcher An extended Searcher, that holds reference to the IndexingContext that is a searcher for.
NexusIndexWriter An extension of Lucene IndexWriter to allow to track if writer is closed
NexusLegacyAnalyzer A Nexus specific Lucene Analyzer used to produce legacy index transfer format
StaticContextMemberProvider A simple "static" context member provider, when the members are known in advance.
 

Exception Summary
UnsupportedExistingLuceneIndexException Thrown when a user tries to create a NexusInder IndexingContext over and existing Lucene index.
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.