Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W Z 

A

AbstractArchetypeDataSource - Class in org.apache.maven.index.archetype
Support class to implement org.apache.maven.archetype.source.ArchetypeDataSource interface.
AbstractArchetypeDataSource(Indexer) - Constructor for class org.apache.maven.index.archetype.AbstractArchetypeDataSource
 
AbstractGrouping - Class in org.apache.maven.index.search.grouping
An abstract Grouping implementation.
AbstractGrouping() - Constructor for class org.apache.maven.index.search.grouping.AbstractGrouping
 
AbstractGrouping(Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.search.grouping.AbstractGrouping
 
AbstractIndexCreator - Class in org.apache.maven.index.creator
An abstract base class for IndexCreator implementations.
AbstractIndexCreator(String) - Constructor for class org.apache.maven.index.creator.AbstractIndexCreator
 
AbstractIndexCreator(String, List<String>) - Constructor for class org.apache.maven.index.creator.AbstractIndexCreator
 
AbstractIndexingContext - Class in org.apache.maven.index.context
 
AbstractIndexingContext() - Constructor for class org.apache.maven.index.context.AbstractIndexingContext
 
AbstractMultiArtifactInfoFilter - Class in org.apache.maven.index
An abstract helper class for implementing ArtifactInfoFilter that actually aggregates multiple filters into one.
AbstractMultiArtifactInfoFilter(List<ArtifactInfoFilter>) - Constructor for class org.apache.maven.index.AbstractMultiArtifactInfoFilter
 
AbstractSearchPageableRequest - Class in org.apache.maven.index
Pageable search request.
AbstractSearchPageableRequest(Query) - Constructor for class org.apache.maven.index.AbstractSearchPageableRequest
 
AbstractSearchPageableRequest(Query, List<IndexingContext>) - Constructor for class org.apache.maven.index.AbstractSearchPageableRequest
 
AbstractSearchRequest - Class in org.apache.maven.index
 
AbstractSearchRequest(Query) - Constructor for class org.apache.maven.index.AbstractSearchRequest
 
AbstractSearchRequest(Query, List<IndexingContext>) - Constructor for class org.apache.maven.index.AbstractSearchRequest
 
AbstractSearchResponse - Class in org.apache.maven.index
 
AbstractSearchResponse(Query, int, int) - Constructor for class org.apache.maven.index.AbstractSearchResponse
 
AbstractTreeNode - Class in org.apache.maven.index.treeview
Base set of functionality for the TreeNode that all implementations will need.
AbstractTreeNode(IndexTreeView, TreeViewRequest) - Constructor for class org.apache.maven.index.treeview.AbstractTreeNode
Constructor that takes an IndexTreeView implementation and a TreeNodeFactory implementation;
AbstractZipHandle - Class in org.apache.maven.index.util.zip
 
AbstractZipHandle(File) - Constructor for class org.apache.maven.index.util.zip.AbstractZipHandle
 
accept(Document) - Method in interface org.apache.maven.index.context.DocumentFilter
 
accepts(IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.AbstractMultiArtifactInfoFilter
The filter's implementation is: if list of filters is empty, the just accept it, otherwise consult the list of filters.
accepts(List<ArtifactInfoFilter>, IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.AbstractMultiArtifactInfoFilter
It is left to final implementor to implement how we want to decide using filters.
accepts(List<ArtifactInfoFilter>, IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.AndMultiArtifactInfoFilter
 
accepts(IndexingContext, ArtifactInfo) - Method in interface org.apache.maven.index.ArtifactInfoFilter
 
accepts(IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.UniqueArtifactFilterPostprocessor
 
accepts(IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.UniqueGAArtifactFilterPostprocessor
Deprecated.
 
accepts(String) - Method in interface org.apache.maven.index.util.zip.EntryNameFilter
 
acquire() - Method in class org.apache.maven.index.context.NexusIndexMultiReader
 
acquireIndexSearcher() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
acquireIndexSearcher() - Method in interface org.apache.maven.index.context.IndexingContext
Acquires a fresh instance of IndexSearcher.
acquireIndexSearcher() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
addArtifactInfo(ArtifactInfo) - Method in class org.apache.maven.index.ArtifactInfoGroup
 
addArtifactInfo(Map<String, ArtifactInfoGroup>, ArtifactInfo) - Method in interface org.apache.maven.index.Grouping
Adds a single ArticatInfo to the result map.
addArtifactInfo(Map<String, ArtifactInfoGroup>, ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.AbstractGrouping
 
addArtifactsToIndex(Collection<ArtifactContext>, IndexingContext) - Method in class org.apache.maven.index.DefaultIndexer
 
addArtifactsToIndex(Collection<ArtifactContext>, IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
addArtifactsToIndex(Collection<ArtifactContext>, IndexingContext) - Method in interface org.apache.maven.index.Indexer
Adds the passed in artifact contexts to passed in indexing context.
addArtifactsToIndex(Collection<ArtifactContext>, IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
addArtifactToIndex(ArtifactContext, IndexingContext) - Method in class org.apache.maven.index.DefaultIndexer
 
addArtifactToIndex(ArtifactContext, IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
Delegates to the IndexerEngine to update artifact to the index
addArtifactToIndex(ArtifactContext, IndexingContext) - Method in interface org.apache.maven.index.Indexer
Adds the passed in artifact contexts to passed in indexing context.
addArtifactToIndex(ArtifactContext, IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
addError(Exception) - Method in class org.apache.maven.index.ArtifactContext
 
addException(Exception) - Method in class org.apache.maven.index.ScanningResult
 
addField(Field) - Method in class org.apache.maven.index.UniqueArtifactFilterPostprocessor
 
addFieldHint(Field, String) - Method in class org.apache.maven.index.treeview.TreeViewRequest
 
addIndexerField(IndexerField) - Method in class org.apache.maven.index.Field
 
addIndexingContext(IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
addIndexingContext(String, String, File, File, String, String, List<? extends IndexCreator>) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
addIndexingContext(String, String, File, Directory, String, String, List<? extends IndexCreator>) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
addIndexingContext(IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Adds an indexing context to Nexus indexer.
addIndexingContext(String, String, File, File, String, String, List<? extends IndexCreator>) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
addIndexingContext(String, String, File, Directory, String, String, List<? extends IndexCreator>) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
addIndexingContextForced(String, String, File, File, String, String, List<? extends IndexCreator>) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
addIndexingContextForced(String, String, File, Directory, String, String, List<? extends IndexCreator>) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
addIndexingContextForced(String, String, File, File, String, String, List<? extends IndexCreator>) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
addIndexingContextForced(String, String, File, Directory, String, String, List<? extends IndexCreator>) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
addMergedIndexingContext(String, String, File, File, boolean, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
addMergedIndexingContext(String, String, File, File, boolean, ContextMemberProvider) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
addMergedIndexingContext(String, String, File, Directory, boolean, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
addMergedIndexingContext(String, String, File, Directory, boolean, ContextMemberProvider) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
addMergedIndexingContext(String, String, File, File, boolean, Collection<IndexingContext>) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
addMergedIndexingContext(String, String, File, File, boolean, ContextMemberProvider) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
addMergedIndexingContext(String, String, File, Directory, boolean, Collection<IndexingContext>) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
addMergedIndexingContext(String, String, File, Directory, boolean, ContextMemberProvider) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
ALL_GROUPS - Static variable in class org.apache.maven.index.ArtifactInfo
 
ALL_GROUPS_LIST - Static variable in class org.apache.maven.index.ArtifactInfo
 
ALL_GROUPS_VALUE - Static variable in class org.apache.maven.index.ArtifactInfo
 
AndMultiArtifactInfoFilter - Class in org.apache.maven.index
This is a aggregated artifact info filter that performs AND operation (all filter has to accept the artifact info, if one rejects, results is reject).
AndMultiArtifactInfoFilter(List<ArtifactInfoFilter>) - Constructor for class org.apache.maven.index.AndMultiArtifactInfoFilter
 
ARTIFACT_ID - Static variable in class org.apache.maven.index.ArtifactInfo
ArtifactId.
ARTIFACT_ID - Static variable in interface org.apache.maven.index.MAVEN
 
ArtifactAvailability - Enum in org.apache.maven.index
Enumeration provides values indicating artifact availability
ArtifactContext - Class in org.apache.maven.index
An artifact context used to provide information about artifact during scanning.
ArtifactContext(File, File, File, ArtifactInfo, Gav) - Constructor for class org.apache.maven.index.ArtifactContext
 
ArtifactContextProducer - Interface in org.apache.maven.index
A producer that creates ArtifactContext from POM and from other available files.
artifactDiscovered(ArtifactContext) - Method in interface org.apache.maven.index.ArtifactDiscoveryListener
 
artifactDiscovered(ArtifactContext, IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
Delegates to the IndexerEngine to add a new artifact to the index
artifactDiscovered(ArtifactContext) - Method in class org.apache.maven.index.DefaultScannerListener
 
artifactDiscovered(ArtifactContext, IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
ArtifactDiscoveryListener - Interface in org.apache.maven.index
A listener notified upon artifact discovery.
artifactError(ArtifactContext, Exception) - Method in interface org.apache.maven.index.ArtifactScanningListener
 
artifactError(ArtifactContext, Exception) - Method in class org.apache.maven.index.DefaultScannerListener
 
ArtifactInfo - Class in org.apache.maven.index
ArtifactInfo holds the values known about an repository artifact.
ArtifactInfo() - Constructor for class org.apache.maven.index.ArtifactInfo
 
ArtifactInfo(String, String, String, String, String, String) - Constructor for class org.apache.maven.index.ArtifactInfo
 
ArtifactInfoFilter - Interface in org.apache.maven.index
ArtifactInfoFilter is used to filter out components before they are handed over to searcher (and well before paging is implemented).
ArtifactInfoGroup - Class in org.apache.maven.index
An object that holds grouped sets of ArtifactInfo in case of grouped search.
ArtifactInfoGroup(String) - Constructor for class org.apache.maven.index.ArtifactInfoGroup
 
ArtifactInfoGroup(String, Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.ArtifactInfoGroup
 
ArtifactInfoPostprocessor - Interface in org.apache.maven.index
ArtifactInfoPostprocessor is used to postprocess the ArtifactInfo, after it passed filtering and paging but before it is handed over to client performing search.
ArtifactInfoRecord - Class in org.apache.maven.index
Pulling out ArtifactInfo, clearing up.
ArtifactInfoRecord() - Constructor for class org.apache.maven.index.ArtifactInfoRecord
 
ArtifactLocator - Class in org.apache.maven.index.locator
Artifact locator.
ArtifactLocator(ArtifactPackagingMapper) - Constructor for class org.apache.maven.index.locator.ArtifactLocator
 
ArtifactPackagingMapper - Interface in org.apache.maven.index.artifact
A utility component that resolves POM packaging to artifact extension.
ArtifactScanningListener - Interface in org.apache.maven.index
A listener notified during repository scan process to track progress, collect results, etc.

B

BASE_VERSION - Static variable in interface org.apache.maven.index.MAVEN
 
bos(boolean) - Static method in class org.apache.maven.index.creator.AbstractIndexCreator
 
BUNDLE_EXPORT_PACKAGE - Static variable in class org.apache.maven.index.ArtifactInfo
 
BUNDLE_PROVIDE_CAPABILITY - Static variable in class org.apache.maven.index.ArtifactInfo
OSGI Provide-Capability header
BUNDLE_REQUIRE_CAPABILITY - Static variable in class org.apache.maven.index.ArtifactInfo
OSGI Provide-Capability header
BUNDLE_REQUIRED_EXECUTION_ENVIRONMENT - Static variable in interface org.apache.maven.index.OSGI
used to hold the Fragment Host header for an OSGI Fragment bundle.
BUNDLE_SYMBOLIC_NAME - Static variable in class org.apache.maven.index.ArtifactInfo
 
BUNDLE_VERSION - Static variable in class org.apache.maven.index.ArtifactInfo
 

C

calculateArtifactName(Gav) - Method in class org.apache.maven.index.artifact.M2GavCalculator
 
calculateGav() - Method in class org.apache.maven.index.ArtifactInfo
 
calculateHighlights(IndexingContext, Document, ArtifactInfo) - Method in class org.apache.maven.index.DefaultIteratorResultSet
Creates the MatchHighlights and adds them to ArtifactInfo if found/can.
CLASSIFIER - Static variable in class org.apache.maven.index.ArtifactInfo
Classifier.
CLASSIFIER - Static variable in interface org.apache.maven.index.MAVEN
 
CLASSNAMES - Static variable in interface org.apache.maven.index.MAVEN
 
cleanCacheDirectory(File) - Method in class org.apache.maven.index.updater.DefaultIndexUpdater
Cleans specified cache directory.
CleaningEncoder - Class in org.apache.maven.index
 
CleaningEncoder() - Constructor for class org.apache.maven.index.CleaningEncoder
 
cleanUp() - Method in class org.apache.maven.index.DefaultIteratorResultSet
 
close() - Method in class org.apache.maven.index.AbstractSearchResponse
Frees any resource associated with this response.
close(boolean) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
close(boolean) - Method in interface org.apache.maven.index.context.IndexingContext
Shuts down this context.
close(OutputStream) - Static method in class org.apache.maven.index.context.IndexUtils
 
close(InputStream) - Static method in class org.apache.maven.index.context.IndexUtils
 
close(IndexOutput) - Static method in class org.apache.maven.index.context.IndexUtils
 
close(IndexInput) - Static method in class org.apache.maven.index.context.IndexUtils
 
close(IndexReader) - Static method in class org.apache.maven.index.context.IndexUtils
 
close(IndexWriter) - Static method in class org.apache.maven.index.context.IndexUtils
 
close(Directory) - Static method in class org.apache.maven.index.context.IndexUtils
 
close(boolean) - Method in class org.apache.maven.index.context.MergedIndexingContext
 
close() - Method in class org.apache.maven.index.DefaultIteratorResultSet
 
close() - Method in class org.apache.maven.index.IteratorSearchResponse
 
close() - Method in class org.apache.maven.index.updater.IndexDataWriter
 
close() - Method in class org.apache.maven.index.util.zip.JavaZipFileHandle
 
close() - Method in class org.apache.maven.index.util.zip.TrueZipZipFileHandle
 
close(ZipHandle) - Static method in class org.apache.maven.index.util.zip.ZipFacade
 
close() - Method in interface org.apache.maven.index.util.zip.ZipHandle
Closes the zip handle (performs resource cleanup).
closeIndexingContext(IndexingContext, boolean) - Method in class org.apache.maven.index.DefaultIndexer
 
closeIndexingContext(IndexingContext, boolean) - Method in interface org.apache.maven.index.Indexer
Closes the indexing context: closes it and deletes (if specified) the index files.
COLLAPSED - Static variable in class org.apache.maven.index.UniqueArtifactFilterPostprocessor
 
commit() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
commit() - Method in interface org.apache.maven.index.context.IndexingContext
Commits changes to context, eventually refreshing readers/searchers too.
commit() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
connect(String, String) - Method in class org.apache.maven.index.updater.DefaultIndexUpdater.FileFetcher
 
connect(String, String) - Method in interface org.apache.maven.index.updater.ResourceFetcher
Connect and start transfer session
connect(String, String) - Method in class org.apache.maven.index.updater.WagonHelper.WagonFetcher
 
constructArtifactInfo(Document, IndexingContext) - Static method in class org.apache.maven.index.context.IndexUtils
 
constructQuery(Field, SearchExpression) - Method in class org.apache.maven.index.DefaultIndexer
 
constructQuery(Field, String, SearchType) - Method in class org.apache.maven.index.DefaultIndexer
 
constructQuery(Field, String, SearchType) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
constructQuery(Field, SearchExpression) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
constructQuery(Field, SearchExpression) - Method in class org.apache.maven.index.DefaultQueryCreator
 
constructQuery(Field, String, SearchType) - Method in class org.apache.maven.index.DefaultQueryCreator
 
constructQuery(String, String) - Method in class org.apache.maven.index.DefaultQueryCreator
Deprecated.
constructQuery(Field, IndexerField, String, SearchType) - Method in class org.apache.maven.index.DefaultQueryCreator
 
constructQuery(Field, SearchExpression) - Method in interface org.apache.maven.index.Indexer
Helper method to construct Lucene query for given field without need for knowledge (on caller side) HOW is a field indexed, and WHAT query is needed to achieve that search.
constructQuery(Field, String, SearchType) - Method in interface org.apache.maven.index.Indexer
Helper method to construct Lucene query for given field without need for knowledge (on caller side) HOW is a field indexed, and WHAT query is needed to achieve that search.
constructQuery(Field, String, SearchType) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
constructQuery(Field, SearchExpression) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
constructQuery(Field, SearchExpression) - Method in interface org.apache.maven.index.QueryCreator
Constructs query by parsing the query string, using field as default field.
constructQuery(Field, String, SearchType) - Method in interface org.apache.maven.index.QueryCreator
constructQuery(String, String) - Method in interface org.apache.maven.index.QueryCreator
CONTEXT_VERSION_COMPARATOR - Static variable in class org.apache.maven.index.ArtifactInfo
 
ContextMemberProvider - Interface in org.apache.maven.index.context
 
copyDirectory(Directory, Directory) - Static method in class org.apache.maven.index.context.IndexUtils
 
copyFile(Directory, Directory, String) - Static method in class org.apache.maven.index.context.IndexUtils
 
copyFile(Directory, Directory, String, String) - Static method in class org.apache.maven.index.context.IndexUtils
 
countTerms(IndexerField, String) - Method in class org.apache.maven.index.DefaultQueryCreator
 
create(Analyzer) - Method in interface org.apache.maven.index.context.NexusIndexWriter.IndexWriterConfigFactory
 
createANode(IndexTreeView, TreeViewRequest, ArtifactInfo, String) - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
createANode(IndexTreeView, TreeViewRequest, ArtifactInfo, String) - Method in interface org.apache.maven.index.treeview.TreeNodeFactory
 
createArtifactNode(IndexTreeView, TreeViewRequest, ArtifactInfo, String) - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
createArtifactNode(IndexTreeView, TreeViewRequest, ArtifactInfo, String) - Method in interface org.apache.maven.index.treeview.TreeNodeFactory
 
createDocument(IndexingContext) - Method in class org.apache.maven.index.ArtifactContext
Creates Lucene Document using IndexCreators from the given IndexingContext.
createGNode(IndexTreeView, TreeViewRequest, String, String) - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
createGNode(IndexTreeView, TreeViewRequest, String, String) - Method in interface org.apache.maven.index.treeview.TreeNodeFactory
 
createGroupsDocument(Collection<String>, String, String, String) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
createIndexingContext(String, String, File, File, String, String, boolean, boolean, List<? extends IndexCreator>) - Method in class org.apache.maven.index.DefaultIndexer
 
createIndexingContext(String, String, File, File, String, String, boolean, boolean, List<? extends IndexCreator>) - Method in interface org.apache.maven.index.Indexer
Creates an indexing context.
createMergedIndexingContext(String, String, File, File, boolean, ContextMemberProvider) - Method in class org.apache.maven.index.DefaultIndexer
 
createMergedIndexingContext(String, String, File, File, boolean, ContextMemberProvider) - Method in interface org.apache.maven.index.Indexer
Creates a merged indexing context.
createNextAi() - Method in class org.apache.maven.index.DefaultIteratorResultSet
 
createNode(IndexTreeView, TreeViewRequest, String, boolean, String, TreeNode.Type) - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
createVNode(IndexTreeView, TreeViewRequest, ArtifactInfo, String) - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
createVNode(IndexTreeView, TreeViewRequest, ArtifactInfo, String) - Method in interface org.apache.maven.index.treeview.TreeNodeFactory
 

D

decorateANode(IndexTreeView, TreeViewRequest, ArtifactInfo, String, TreeNode) - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
decorateArtifactNode(IndexTreeView, TreeViewRequest, ArtifactInfo, String, TreeNode) - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
decorateGNode(IndexTreeView, TreeViewRequest, String, String, TreeNode) - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
decorateVNode(IndexTreeView, TreeViewRequest, ArtifactInfo, String, TreeNode) - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
DEFAULT - Static variable in interface org.apache.maven.index.updater.FSDirectoryFactory
Default implementation that lets Lucene choose FSDirectory implementation.
DefaultArtifactContextProducer - Class in org.apache.maven.index
A default implementation of the ArtifactContextProducer.
DefaultArtifactContextProducer(ArtifactPackagingMapper) - Constructor for class org.apache.maven.index.DefaultArtifactContextProducer
 
DefaultArtifactPackagingMapper - Class in org.apache.maven.index.artifact
A very simple artifact packaging mapper, that has everything for quick-start wired in this class.
DefaultArtifactPackagingMapper() - Constructor for class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 
defaultConfig() - Static method in class org.apache.maven.index.context.NexusIndexWriter
 
DefaultIncrementalHandler - Class in org.apache.maven.index.incremental
 
DefaultIncrementalHandler() - Constructor for class org.apache.maven.index.incremental.DefaultIncrementalHandler
 
DefaultIndexer - Class in org.apache.maven.index
A default Indexer implementation.
DefaultIndexer(SearchEngine, IndexerEngine, QueryCreator) - Constructor for class org.apache.maven.index.DefaultIndexer
 
DefaultIndexerEngine - Class in org.apache.maven.index
A default IndexerEngine implementation.
DefaultIndexerEngine() - Constructor for class org.apache.maven.index.DefaultIndexerEngine
 
DefaultIndexingContext - Class in org.apache.maven.index.context
The default IndexingContext implementation.
DefaultIndexingContext(String, String, File, File, String, String, List<? extends IndexCreator>, boolean) - Constructor for class org.apache.maven.index.context.DefaultIndexingContext
 
DefaultIndexingContext(String, String, File, Directory, String, String, List<? extends IndexCreator>, boolean) - Constructor for class org.apache.maven.index.context.DefaultIndexingContext
Deprecated.
DefaultIndexPacker - Class in org.apache.maven.index.packer
A default IndexPacker implementation.
DefaultIndexPacker(IncrementalHandler) - Constructor for class org.apache.maven.index.packer.DefaultIndexPacker
 
DefaultIndexTreeView - Class in org.apache.maven.index.treeview
 
DefaultIndexTreeView(Indexer) - Constructor for class org.apache.maven.index.treeview.DefaultIndexTreeView
 
DefaultIndexUpdater - Class in org.apache.maven.index.updater
A default index updater implementation
DefaultIndexUpdater(IncrementalHandler, List<IndexUpdateSideEffect>) - Constructor for class org.apache.maven.index.updater.DefaultIndexUpdater
 
DefaultIndexUpdater.FileFetcher - Class in org.apache.maven.index.updater
Filesystem-based ResourceFetcher implementation
DefaultIteratorResultSet - Class in org.apache.maven.index
Default implementation of IteratorResultSet.
DefaultIteratorResultSet(IteratorSearchRequest, NexusIndexMultiSearcher, List<IndexingContext>, TopDocs) - Constructor for class org.apache.maven.index.DefaultIteratorResultSet
 
DefaultNexusIndexer - Class in org.apache.maven.index
Deprecated.
Use Indexer instead. Discouraged from further use, as it suffers from multiple synchronization and other problems. As it tries to serve as "context registry" too, but it does not synchronize the access to it, but also, introduces some extras (like "targeted" vs "non targeted" search), that makes it's behavior less intuitive.
DefaultNexusIndexer(Indexer, Scanner, IndexerEngine, QueryCreator) - Constructor for class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
DefaultQueryCreator - Class in org.apache.maven.index
A default QueryCreator constructs Lucene query for provided query text.
DefaultQueryCreator() - Constructor for class org.apache.maven.index.DefaultQueryCreator
 
DefaultScanner - Class in org.apache.maven.index
A default repository scanner for Maven 2 repository.
DefaultScanner(ArtifactContextProducer) - Constructor for class org.apache.maven.index.DefaultScanner
 
DefaultScannerListener - Class in org.apache.maven.index
A default scanning listener
DefaultScannerListener(IndexingContext, IndexerEngine, boolean, ArtifactScanningListener) - Constructor for class org.apache.maven.index.DefaultScannerListener
 
DefaultSearchEngine - Class in org.apache.maven.index
A default search engine implementation
DefaultSearchEngine() - Constructor for class org.apache.maven.index.DefaultSearchEngine
 
DefaultTreeNode - Class in org.apache.maven.index.treeview
The simplest treenode, that does not adds any "decoration" to the nodes.
DefaultTreeNode(IndexTreeView, TreeViewRequest) - Constructor for class org.apache.maven.index.treeview.DefaultTreeNode
Constructor that takes an IndexTreeView implementation and a TreeNodeFactory implementation.
DefaultTreeNodeFactory - Class in org.apache.maven.index.treeview
A default implementation of TreeNodeFactory, that is fairly simple to extend.
DefaultTreeNodeFactory(String) - Constructor for class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
delete(File) - Static method in class org.apache.maven.index.context.IndexUtils
 
deleteArtifactFromIndex(ArtifactContext, IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
Delegates to the IndexerEngine to remove artifact from the index
deleteArtifactFromIndex(ArtifactContext, IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
deleteArtifactsFromIndex(Collection<ArtifactContext>, IndexingContext) - Method in class org.apache.maven.index.DefaultIndexer
 
deleteArtifactsFromIndex(Collection<ArtifactContext>, IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
deleteArtifactsFromIndex(Collection<ArtifactContext>, IndexingContext) - Method in interface org.apache.maven.index.Indexer
Removes the passed in artifacts contexts from passed in indexing context.
deleteArtifactsFromIndex(Collection<ArtifactContext>, IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
DELETED - Static variable in class org.apache.maven.index.ArtifactInfo
Field that contains ArtifactInfo.UINFO value for deleted artifact
DELETED - Static variable in interface org.apache.maven.index.NEXUS
 
deleteTimestamp(Directory) - Static method in class org.apache.maven.index.context.IndexUtils
 
DeprecatedClassnamesTokenizer() - Constructor for class org.apache.maven.index.context.NexusAnalyzer.DeprecatedClassnamesTokenizer
Deprecated.
 
DESCRIPTION - Static variable in class org.apache.maven.index.ArtifactInfo
Description.
DESCRIPTION - Static variable in interface org.apache.maven.index.MAVEN
 
DESCRIPTION - Static variable in interface org.apache.maven.index.OSGI
 
DigesterUtils - Class in org.apache.maven.index.packer
A util class to calculate various digests on Strings.
DigesterUtils() - Constructor for class org.apache.maven.index.packer.DigesterUtils
 
disconnect() - Method in class org.apache.maven.index.updater.DefaultIndexUpdater.FileFetcher
 
disconnect() - Method in interface org.apache.maven.index.updater.ResourceFetcher
Disconnect and complete transfer session
disconnect() - Method in class org.apache.maven.index.updater.WagonHelper.WagonFetcher
 
DocumentFilter - Interface in org.apache.maven.index.context
 
DOCURL - Static variable in interface org.apache.maven.index.OSGI
 
doSearchWithCeiling(AbstractSearchRequest, IndexSearcher, Query) - Method in class org.apache.maven.index.DefaultSearchEngine
 

E

empty(Query) - Static method in class org.apache.maven.index.IteratorSearchResponse
 
EMPTY_ITERATOR_RESULT_SET - Static variable in class org.apache.maven.index.IteratorSearchResponse
 
EMPTY_ITERATOR_SEARCH_RESPONSE - Static variable in class org.apache.maven.index.IteratorSearchResponse
Deprecated.
encodeHex(byte[]) - Static method in class org.apache.maven.index.packer.DigesterUtils
Blatantly copied from commons-codec version 1.3
encodeText(String) - Method in class org.apache.maven.index.CleaningEncoder
 
EntryNameFilter - Interface in org.apache.maven.index.util.zip
 
equals(Object) - Method in class org.apache.maven.index.artifact.Gav
 
ExistingLuceneIndexMismatchException - Exception in org.apache.maven.index.context
Thrown when a user tries to create a NexusInder IndexingContext over and existing Lucene index, and there is a mismatch.
ExistingLuceneIndexMismatchException(String) - Constructor for exception org.apache.maven.index.context.ExistingLuceneIndexMismatchException
 
EXPORT_PACKAGE - Static variable in interface org.apache.maven.index.OSGI
 
EXPORT_SERVICE - Static variable in interface org.apache.maven.index.OSGI
Deprecated. 
EXTENSION - Static variable in interface org.apache.maven.index.MAVEN
 

F

fetchAndUpdateIndex(IndexUpdateRequest) - Method in class org.apache.maven.index.updater.DefaultIndexUpdater
 
fetchAndUpdateIndex(IndexUpdateRequest) - Method in interface org.apache.maven.index.updater.IndexUpdater
 
Field - Class in org.apache.maven.index
 
Field(Field, String, String, String) - Constructor for class org.apache.maven.index.Field
 
FileFetcher(File) - Constructor for class org.apache.maven.index.updater.DefaultIndexUpdater.FileFetcher
 
finalize() - Method in class org.apache.maven.index.DefaultIteratorResultSet
 
findChildByPath(String, TreeNode.Type) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Find a TreeNode based upon a path and Type check.
findChildByPath(String, TreeNode.Type) - Method in interface org.apache.maven.index.treeview.TreeNode
 
FlatSearchRequest - Class in org.apache.maven.index
A flat search request.
FlatSearchRequest(Query) - Constructor for class org.apache.maven.index.FlatSearchRequest
 
FlatSearchRequest(Query, Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.FlatSearchRequest
 
FlatSearchRequest(Query, IndexingContext) - Constructor for class org.apache.maven.index.FlatSearchRequest
 
FlatSearchRequest(Query, Comparator<ArtifactInfo>, IndexingContext) - Constructor for class org.apache.maven.index.FlatSearchRequest
 
FlatSearchResponse - Class in org.apache.maven.index
A flat search response.
FlatSearchResponse(Query, int, Set<ArtifactInfo>) - Constructor for class org.apache.maven.index.FlatSearchResponse
 
FLD_ARTIFACT_ID - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_ARTIFACT_ID_KW - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_BUNDLE_DESCRIPTION - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_DOCURL - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_EXPORT_PACKAGE - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_EXPORT_SERVIVE - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
Deprecated.
FLD_BUNDLE_FRAGMENT_HOST - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_IMPORT_PACKAGE - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_LICENSE - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_NAME - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_PROVIDE_CAPABILITY - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_REQUIRE_BUNDLE - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_REQUIRE_CAPABILITY - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_REQUIRED_EXECUTION_ENVIRONMENT - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_SYMBOLIC_NAME - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_BUNDLE_VERSION - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_CLASSIFIER - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_CLASSNAMES - Static variable in class org.apache.maven.index.creator.JarFileContentsIndexCreator
 
FLD_CLASSNAMES_KW - Static variable in class org.apache.maven.index.creator.JarFileContentsIndexCreator
NexusAnalyzer makes exception with this field only, to keep backward compatibility with old consumers of nexus-indexer.
FLD_DELETED - Static variable in class org.apache.maven.index.ArtifactInfoRecord
Del: contains UINFO to mark record as deleted (needed for incremental updates!).
FLD_DESCRIPTION - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_DESCRIPTOR - Static variable in class org.apache.maven.index.context.DefaultIndexingContext
 
FLD_DESCRIPTOR_CONTENTS - Static variable in class org.apache.maven.index.context.DefaultIndexingContext
 
FLD_EXTENSION - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_GROUP_ID - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_GROUP_ID_KW - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_IDXINFO - Static variable in class org.apache.maven.index.context.DefaultIndexingContext
 
FLD_INFO - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
Info: packaging, lastModified, size, sourcesExists, javadocExists, signatureExists.
FLD_LAST_MODIFIED - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_NAME - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_PACKAGING - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_PLUGIN_GOALS - Static variable in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
 
FLD_PLUGIN_PREFIX - Static variable in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
 
FLD_SHA1 - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_SHA256 - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
FLD_UINFO - Static variable in class org.apache.maven.index.ArtifactInfoRecord
Unique groupId, artifactId, version, classifier, extension (or packaging).
FLD_VERSION - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
FLD_VERSION_KW - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
forceSearchFlatPaged(FlatSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
 
forceSearchFlatPaged(FlatSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
Do the search in all contexts, no matter if the context is searchable or not
forceSearchGrouped(GroupedSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
 
forceSearchGrouped(GroupedSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
Do the search in all contexts, no matter if the context is searchable or not
forceSearchIteratorPaged(IteratorSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
 
forceSearchIteratorPaged(IteratorSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
Do the search in all contexts, no matter if the context is searchable or not
FRAGMENT_HOST - Static variable in interface org.apache.maven.index.OSGI
used to hold the Fragment Host header for an OSGI Fragment bundle.
fromString(String) - Static method in enum org.apache.maven.index.ArtifactAvailability
 
FS - Static variable in class org.apache.maven.index.ArtifactInfoRecord
Field separator
FS_PATTERN - Static variable in class org.apache.maven.index.ArtifactInfoRecord
 
FSDirectoryFactory - Interface in org.apache.maven.index.updater
FSDirectoryFactory allows host application choose specific FSDirectory implementation used during index update.

G

GAGrouping - Class in org.apache.maven.index.search.grouping
A GroupId : ArtifactId grouping implementation.
GAGrouping() - Constructor for class org.apache.maven.index.search.grouping.GAGrouping
 
GAGrouping(Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.search.grouping.GAGrouping
 
Gav - Class in org.apache.maven.index.artifact
An immutable value class representing unique artifact coordinates.
Gav(String, String, String) - Constructor for class org.apache.maven.index.artifact.Gav
 
Gav(String, String, String, String, String, Integer, Long, String, boolean, Gav.HashType, boolean, Gav.SignatureType) - Constructor for class org.apache.maven.index.artifact.Gav
 
Gav.HashType - Enum in org.apache.maven.index.artifact
Enumeration representing Maven artifact hash types
Gav.SignatureType - Enum in org.apache.maven.index.artifact
Enumeration representing Maven artifact signature types
GavCalculator - Interface in org.apache.maven.index.artifact
An interface to calculate Gav based on provided artifact path and to calculate an artifact path from provided Gav.
GAVGrouping - Class in org.apache.maven.index.search.grouping
A GroupId : ArtifactId : Version grouping implementation.
GAVGrouping() - Constructor for class org.apache.maven.index.search.grouping.GAVGrouping
 
GAVGrouping(Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.search.grouping.GAVGrouping
 
GavHelpedLocator - Interface in org.apache.maven.index.locator
An artifact locator used to locate repository "elements" relative to some file with given Gav.
gavToPath(Gav) - Method in interface org.apache.maven.index.artifact.GavCalculator
Reassembles the repository path from the supplied GAV.
gavToPath(Gav) - Method in class org.apache.maven.index.artifact.M1GavCalculator
// XXX this is not accurate, m1 is using packaging as an artifact folder name.
gavToPath(Gav) - Method in class org.apache.maven.index.artifact.M2GavCalculator
 
getAcquiredSearchers() - Method in class org.apache.maven.index.context.NexusIndexMultiReader
Watch out with this method, as it's use depends on (if you control it at all) was NexusIndexMultiReader.acquire() method invoked at all or not.
getAllGroups() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getAllGroups() - Method in interface org.apache.maven.index.context.IndexingContext
Gets all group names stored in the current indexing context
getAllGroups() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getAllGroups() - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
 
getAnalyzer() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getAnalyzer() - Method in interface org.apache.maven.index.context.IndexingContext
Returns the Lucene Analyzer of this context used for by IndexWriter and IndexSearcher.
getAnalyzer() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getArchetypeCatalog(Properties) - Method in class org.apache.maven.index.archetype.AbstractArchetypeDataSource
 
getArtifact() - Method in class org.apache.maven.index.ArtifactContext
 
getArtifactContext(IndexingContext, File) - Method in interface org.apache.maven.index.ArtifactContextProducer
 
getArtifactContext(IndexingContext, File) - Method in class org.apache.maven.index.DefaultArtifactContextProducer
Get ArtifactContext for given pom or artifact (jar, war, etc).
getArtifactId() - Method in class org.apache.maven.index.artifact.Gav
 
getArtifactId() - Method in class org.apache.maven.index.ArtifactInfo
 
getArtifactId() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Get the artifact id of this node.
getArtifactId() - Method in interface org.apache.maven.index.treeview.TreeNode
 
getArtifactInfo() - Method in class org.apache.maven.index.ArtifactContext
 
getArtifactInfoComparator() - Method in class org.apache.maven.index.FlatSearchRequest
 
getArtifactInfoFilter() - Method in class org.apache.maven.index.AbstractSearchRequest
 
getArtifactInfoFilter() - Method in class org.apache.maven.index.treeview.TreeViewRequest
 
getArtifactInfoPostprocessor() - Method in class org.apache.maven.index.AbstractSearchRequest
 
getArtifactInfos() - Method in class org.apache.maven.index.ArtifactInfoGroup
 
getArtifacts(TreeNode, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
 
getArtifactsByG(String, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
 
getArtifactsByGA(String, String, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
 
getArtifactsByGAV(String, String, String, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
 
getArtifactsByGAVField(String, String, String, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
 
getArtifactScanningListener() - Method in class org.apache.maven.index.ScanningRequest
 
getArtifactVersion() - Method in class org.apache.maven.index.ArtifactInfo
 
getAttributes() - Method in class org.apache.maven.index.ArtifactInfo
 
getBaseVersion() - Method in class org.apache.maven.index.artifact.Gav
 
getBestFragments(Query, Formatter, TokenStream, String, int) - Method in class org.apache.maven.index.DefaultIteratorResultSet
 
getBundleDescription() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleDocUrl() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleExportPackage() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleExportService() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleFragmentHost() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleImportPackage() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleLicense() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleName() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleProvideCapability() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleRequireBundle() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleRequireCapability() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleRequiredExecutionEnvironment() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleSymbolicName() - Method in class org.apache.maven.index.ArtifactInfo
 
getBundleVersion() - Method in class org.apache.maven.index.ArtifactInfo
 
getChar(int) - Method in class org.apache.maven.index.OneLineFragmenter
 
getChildren() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Get the children of this node.
getChildren() - Method in interface org.apache.maven.index.treeview.TreeNode
 
getClassifier() - Method in class org.apache.maven.index.artifact.Gav
 
getClassifier() - Method in class org.apache.maven.index.ArtifactInfo
 
getClassNames() - Method in class org.apache.maven.index.ArtifactInfo
 
getContext() - Method in class org.apache.maven.index.ArtifactInfo
 
getContext() - Method in class org.apache.maven.index.packer.IndexPackingRequest
 
getContexts() - Method in class org.apache.maven.index.AbstractSearchRequest
 
getCount() - Method in class org.apache.maven.index.AbstractSearchRequest
Returns the "count" of wanted results.
getCreatorDependencies() - Method in interface org.apache.maven.index.context.IndexCreator
Returns list of IndexCreator IDs that this creator depends on.
getCreatorDependencies() - Method in class org.apache.maven.index.creator.AbstractIndexCreator
 
getDefaults() - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 
getDeletedFiles() - Method in class org.apache.maven.index.ScanningResult
 
getDescription() - Method in class org.apache.maven.index.ArtifactInfo
 
getDescription() - Method in class org.apache.maven.index.Field
 
getDocumentCount() - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
 
getDocumentFilter() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
getEntries() - Method in class org.apache.maven.index.util.zip.JavaZipFileHandle
 
getEntries(EntryNameFilter) - Method in class org.apache.maven.index.util.zip.JavaZipFileHandle
 
getEntries() - Method in class org.apache.maven.index.util.zip.TrueZipZipFileHandle
 
getEntries(EntryNameFilter) - Method in class org.apache.maven.index.util.zip.TrueZipZipFileHandle
 
getEntries() - Method in interface org.apache.maven.index.util.zip.ZipHandle
Returns a list of string, with each string representing a valid path for existing entry in this Zip handle.
getEntries(EntryNameFilter) - Method in interface org.apache.maven.index.util.zip.ZipHandle
Returns a list of string, with each string representing a valid path for existing entry in this Zip handle.
getEntryContent(String) - Method in class org.apache.maven.index.util.zip.JavaZipFileHandle
 
getEntryContent(String) - Method in class org.apache.maven.index.util.zip.TrueZipZipFileHandle
 
getEntryContent(String) - Method in interface org.apache.maven.index.util.zip.ZipHandle
Returns the "payload" (uncompressed) of the entry at given path, or null if no such path exists in the Zip file this handle points to.
getErrors() - Method in class org.apache.maven.index.ArtifactContext
 
getExceptions() - Method in class org.apache.maven.index.ScanningResult
 
getExtension() - Method in class org.apache.maven.index.artifact.Gav
 
getExtensionForPackaging(String) - Method in interface org.apache.maven.index.artifact.ArtifactPackagingMapper
Returns the extension belonging to given packaging, like "jar" for "jar", "jar" for "ear", etc.
getExtensionForPackaging(String) - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 
getFactory() - Method in class org.apache.maven.index.treeview.TreeViewRequest
 
getField() - Method in class org.apache.maven.index.MatchHighlight
 
getField() - Method in class org.apache.maven.index.MatchHighlightRequest
 
getFieldHint(Field) - Method in class org.apache.maven.index.treeview.TreeViewRequest
 
getFieldHints() - Method in class org.apache.maven.index.treeview.TreeViewRequest
 
getFieldName() - Method in class org.apache.maven.index.Field
 
getFields() - Method in class org.apache.maven.index.ArtifactInfo
 
getFieldValue(Field) - Method in class org.apache.maven.index.ArtifactInfo
This method will disappear, once we drop ArtifactInfo.
getFileExtension() - Method in class org.apache.maven.index.ArtifactInfo
 
getFileName() - Method in class org.apache.maven.index.ArtifactInfo
 
getFilters() - Method in class org.apache.maven.index.AbstractMultiArtifactInfoFilter
Returns an unmodifiable list of filters.
getFormats() - Method in class org.apache.maven.index.packer.IndexPackingRequest
Returns index formats to be created.
getFQN() - Method in class org.apache.maven.index.Field
 
getFSDirectoryFactory() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
getGav() - Method in class org.apache.maven.index.ArtifactContext
 
getGavCalculator() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getGavCalculator() - Method in interface org.apache.maven.index.context.IndexingContext
Returns the GavCalculator for this Context.
getGavCalculator() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getGoals() - Method in class org.apache.maven.index.ArtifactInfo
 
getGroupId() - Method in class org.apache.maven.index.artifact.Gav
 
getGroupId() - Method in class org.apache.maven.index.ArtifactInfo
 
getGroupId() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Get the group id of this node.
getGroupId() - Method in interface org.apache.maven.index.treeview.TreeNode
 
getGrouping() - Method in class org.apache.maven.index.GroupedSearchRequest
 
getGroupKey() - Method in class org.apache.maven.index.ArtifactInfoGroup
 
getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.AbstractGrouping
 
getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.GAGrouping
 
getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.GAVGrouping
 
getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.GGrouping
 
getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.RGAVGrouping
 
getGroupKey(ArtifactInfo) - Method in class org.apache.maven.index.search.grouping.RGGrouping
 
getGroupKeyComparator() - Method in class org.apache.maven.index.GroupedSearchRequest
 
getGroups(String, String, String) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getGroups(String, Set<String>) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
 
getHashType() - Method in class org.apache.maven.index.artifact.Gav
 
getHighlightedMatch() - Method in class org.apache.maven.index.MatchHighlight
 
getHighlightMode() - Method in class org.apache.maven.index.MatchHighlightRequest
 
getHintedArtifacts(TreeNode, TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
 
getId() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getId() - Method in interface org.apache.maven.index.context.IndexCreator
Returns IndexCreator ID, that has to be unique across all existing creators.
getId() - Method in interface org.apache.maven.index.context.IndexingContext
Returns this indexing context id.
getId() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getId() - Method in class org.apache.maven.index.creator.AbstractIndexCreator
 
getIncrementalUpdates(IndexPackingRequest, Properties) - Method in class org.apache.maven.index.incremental.DefaultIncrementalHandler
 
getIncrementalUpdates(IndexPackingRequest, Properties) - Method in interface org.apache.maven.index.incremental.IncrementalHandler
 
getIndexCreators() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getIndexCreators() - Method in interface org.apache.maven.index.context.IndexingContext
List of IndexCreators used in this context.
getIndexCreators() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getIndexDirectory() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getIndexDirectory() - Method in interface org.apache.maven.index.context.IndexingContext
 
getIndexDirectory() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getIndexDirectoryFile() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getIndexDirectoryFile() - Method in interface org.apache.maven.index.context.IndexingContext
 
getIndexDirectoryFile() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getIndexer() - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
 
getIndexerFields() - Method in interface org.apache.maven.index.context.IndexCreator
Returns the indexer fields that this IndexCreator introduces to index.
getIndexerFields() - Method in class org.apache.maven.index.creator.JarFileContentsIndexCreator
 
getIndexerFields() - Method in class org.apache.maven.index.creator.MavenArchetypeArtifactInfoIndexCreator
 
getIndexerFields() - Method in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
 
getIndexerFields() - Method in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
getIndexerFields() - Method in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
getIndexerFields() - Method in class org.apache.maven.index.Field
 
getIndexingContext() - Method in class org.apache.maven.index.context.NexusIndexSearcher
 
getIndexingContext() - Method in class org.apache.maven.index.ScanningRequest
 
getIndexingContext() - Method in class org.apache.maven.index.treeview.TreeViewRequest
 
getIndexingContext() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
getIndexingContextForPointer(Document, int) - Method in class org.apache.maven.index.DefaultIteratorResultSet
 
getIndexingContexts() - Method in class org.apache.maven.index.archetype.AbstractArchetypeDataSource
 
getIndexingContexts() - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
getIndexingContexts() - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
getIndexMethod() - Method in class org.apache.maven.index.IndexerField
 
getIndexReader() - Method in class org.apache.maven.index.packer.IndexPackingRequest
 
getIndexUpdateUrl() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getIndexUpdateUrl() - Method in interface org.apache.maven.index.context.IndexingContext
Returns url for the index update
getIndexUpdateUrl() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getIndexWriter() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getIndexWriter() - Method in interface org.apache.maven.index.context.IndexingContext
Returns the Lucene IndexWriter (thread safe, shared instance) of this context.
getIndexWriter() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getJavadocExists() - Method in class org.apache.maven.index.ArtifactInfo
 
getKey() - Method in class org.apache.maven.index.IndexerField
 
getLastModified() - Method in class org.apache.maven.index.ArtifactInfo
 
getLocalIndexCacheDir() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
getLocker() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
getLogger() - Method in class org.apache.maven.index.archetype.AbstractArchetypeDataSource
 
getLogger() - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 
getLogger() - Method in class org.apache.maven.index.creator.AbstractIndexCreator
 
getLogger() - Method in class org.apache.maven.index.DefaultQueryCreator
 
getLogger() - Method in class org.apache.maven.index.DefaultSearchEngine
 
getLogger() - Method in class org.apache.maven.index.incremental.DefaultIncrementalHandler
 
getLogger() - Method in class org.apache.maven.index.packer.DefaultIndexPacker
 
getLogger() - Method in class org.apache.maven.index.updater.DefaultIndexUpdater
 
getLuceneScore() - Method in class org.apache.maven.index.ArtifactInfo
 
getMatchHighlightRequests() - Method in class org.apache.maven.index.AbstractSearchRequest
 
getMatchHighlights() - Method in class org.apache.maven.index.ArtifactInfo
 
getMaxIndexChunks() - Method in class org.apache.maven.index.packer.IndexPackingRequest
 
getMd5() - Method in class org.apache.maven.index.ArtifactInfo
 
getMd5Digest(String) - Static method in class org.apache.maven.index.packer.DigesterUtils
Calculates a SHA1 digest for a string.
getMd5Digest(InputStream) - Static method in class org.apache.maven.index.packer.DigesterUtils
Calculates a SHA1 digest for a stream.
getMd5Digest(File) - Static method in class org.apache.maven.index.packer.DigesterUtils
Calculates a SHA1 digest for a file.
getMembers() - Method in interface org.apache.maven.index.context.ContextMemberProvider
 
getMembers() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getMembers() - Method in class org.apache.maven.index.context.StaticContextMemberProvider
 
getMergedIndexReader(Collection<IndexingContext>, boolean) - Method in class org.apache.maven.index.DefaultSearchEngine
Locks down participating contexts, and returns a "merged" reader of them.
getMetadata() - Method in class org.apache.maven.index.ArtifactContext
 
getName() - Method in class org.apache.maven.index.artifact.Gav
 
getName() - Method in class org.apache.maven.index.ArtifactInfo
 
getNamespace() - Method in class org.apache.maven.index.Field
 
getNexusIndexMultiReader() - Method in class org.apache.maven.index.context.NexusIndexMultiSearcher
 
getNodeName() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Get the name of the node.
getNodeName() - Method in interface org.apache.maven.index.treeview.TreeNode
 
getOntology() - Method in class org.apache.maven.index.IndexerField
 
getPackaging() - Method in class org.apache.maven.index.ArtifactInfo
 
getPackaging2extensionMapping() - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 
getParent() - Method in class org.apache.maven.index.Field
 
getParticipatingContexts(Collection<IndexingContext>, boolean) - Method in class org.apache.maven.index.DefaultSearchEngine
Returns the list of participating contexts.
getPath() - Method in class org.apache.maven.index.ArtifactInfo
 
getPath() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Get the path of the node.
getPath() - Method in interface org.apache.maven.index.treeview.TreeNode
 
getPath() - Method in class org.apache.maven.index.treeview.TreeViewRequest
 
getPathForAi(ArtifactInfo, Field) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
Builds a path out from ArtifactInfo.
getPom() - Method in class org.apache.maven.index.ArtifactContext
 
getPomModel() - Method in class org.apache.maven.index.ArtifactContext
 
getPrefix() - Method in class org.apache.maven.index.ArtifactInfo
 
getQuery() - Method in class org.apache.maven.index.AbstractSearchRequest
 
getQuery() - Method in class org.apache.maven.index.AbstractSearchResponse
 
getQuery() - Method in class org.apache.maven.index.MatchHighlightRequest
 
getRemoteUrl() - Method in class org.apache.maven.index.ArtifactInfo
 
getRepository() - Method in class org.apache.maven.index.ArtifactInfo
 
getRepository() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getRepository() - Method in interface org.apache.maven.index.context.IndexingContext
Returns location for the local repository.
getRepository() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getRepositoryId() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getRepositoryId() - Method in interface org.apache.maven.index.context.IndexingContext
Returns repository id.
getRepositoryId() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getRepositoryId() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Get the repository id that this node is stored in.
getRepositoryId() - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
getRepositoryId() - Method in interface org.apache.maven.index.treeview.TreeNode
 
getRepositoryId() - Method in interface org.apache.maven.index.treeview.TreeNodeFactory
 
getRepositoryUrl() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getRepositoryUrl() - Method in interface org.apache.maven.index.context.IndexingContext
Returns public repository url.
getRepositoryUrl() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getRequest() - Method in class org.apache.maven.index.ScanningResult
 
getResourceFetcher() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
getResultHitLimit() - Method in class org.apache.maven.index.AbstractSearchRequest
Deprecated.
always returns -1 (no hit limit), since 4.1.0 there is no notion of hit limit
getResults() - Method in class org.apache.maven.index.FlatSearchResponse
 
getResults() - Method in class org.apache.maven.index.GroupedSearchResponse
 
getResults() - Method in class org.apache.maven.index.IteratorSearchResponse
 
getReturnedHitsCount() - Method in class org.apache.maven.index.AbstractSearchResponse
Returns the number of hits returned by this search response.
getRootGroup() - Method in class org.apache.maven.index.ArtifactInfo
 
getRootGroups() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getRootGroups() - Method in interface org.apache.maven.index.context.IndexingContext
Gets root group names stored in the current indexing context
getRootGroups() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getRootGroups() - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
 
getSearchType() - Method in interface org.apache.maven.index.expr.SearchTyped
 
getSearchType() - Method in class org.apache.maven.index.expr.SearchTypedStringSearchExpression
 
getSha1() - Method in class org.apache.maven.index.ArtifactInfo
 
getSha1Digest(String) - Static method in class org.apache.maven.index.packer.DigesterUtils
Calculates a SHA1 digest for a string.
getSha1Digest(InputStream) - Static method in class org.apache.maven.index.packer.DigesterUtils
Calculates a SHA1 digest for a stream.
getSha1Digest(File) - Static method in class org.apache.maven.index.packer.DigesterUtils
Calculates a SHA1 digest for a file.
getSha256() - Method in class org.apache.maven.index.ArtifactInfo
 
getSignatureExists() - Method in class org.apache.maven.index.ArtifactInfo
 
getSignatureType() - Method in class org.apache.maven.index.artifact.Gav
 
getSize() - Method in class org.apache.maven.index.ArtifactInfo
 
getSize() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getSize() - Method in interface org.apache.maven.index.context.IndexingContext
Returns a number that represents the "size" useful for doing comparisons between contexts (which one has more data indexed?).
getSize() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getSnapshotBuildNumber() - Method in class org.apache.maven.index.artifact.Gav
 
getSnapshotTimeStamp() - Method in class org.apache.maven.index.artifact.Gav
 
getSourcesExists() - Method in class org.apache.maven.index.ArtifactInfo
 
getStart() - Method in class org.apache.maven.index.AbstractSearchPageableRequest
Returns the "start" of wanted results calculated from result set window.
getStartingDirectory() - Method in class org.apache.maven.index.ScanningRequest
 
getStartingPath() - Method in class org.apache.maven.index.ScanningRequest
 
getStoreMethod() - Method in class org.apache.maven.index.IndexerField
 
getStringValue() - Method in interface org.apache.maven.index.expr.SearchExpression
Returns the expression value as plain java String.
getStringValue() - Method in class org.apache.maven.index.expr.StringSearchExpression
 
getTargetDir() - Method in class org.apache.maven.index.packer.IndexPackingRequest
 
getTargetFile() - Method in class org.apache.maven.index.util.zip.AbstractZipHandle
 
getTermVector() - Method in class org.apache.maven.index.IndexerField
 
getText() - Method in class org.apache.maven.index.OneLineFragmenter
 
getTimestamp() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
getTimestamp() - Method in interface org.apache.maven.index.context.IndexingContext
Returns index update time
getTimestamp(Directory) - Static method in class org.apache.maven.index.context.IndexUtils
 
getTimestamp() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
getTimestamp(Properties, String) - Method in class org.apache.maven.index.updater.DefaultIndexUpdater
 
getTimestamp() - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
 
getTimestamp() - Method in class org.apache.maven.index.updater.IndexUpdateResult
 
getTopDocsCollectorHitNum(AbstractSearchRequest, int) - Method in class org.apache.maven.index.DefaultSearchEngine
 
getTotalFiles() - Method in class org.apache.maven.index.ScanningResult
 
getTotalHits() - Method in class org.apache.maven.index.AbstractSearchResponse
getTotalHitsCount() - Method in class org.apache.maven.index.AbstractSearchResponse
Returns the number of total hits found by this query (total number of potential hits as reported by Lucene index).
getTotalProcessedArtifactInfoCount() - Method in class org.apache.maven.index.DefaultIteratorResultSet
 
getTotalProcessedArtifactInfoCount() - Method in interface org.apache.maven.index.IteratorResultSet
Returns the up-to-date number of the actual number of loaded Lucene Documents that were converted into ArtifactInfo object until last next() invocation.
getTotalProcessedArtifactInfoCount() - Method in class org.apache.maven.index.IteratorSearchResponse
A helper method delegating the call to the IteratorResultSet.
getType() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Get the type of node.
getType() - Method in interface org.apache.maven.index.treeview.TreeNode
 
getUinfo() - Method in class org.apache.maven.index.ArtifactInfo
 
getVersion() - Method in class org.apache.maven.index.artifact.Gav
 
getVersion() - Method in class org.apache.maven.index.ArtifactInfo
 
getVersion() - Method in class org.apache.maven.index.IndexerField
 
getVersion() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Get the version of this node.
getVersion() - Method in interface org.apache.maven.index.treeview.TreeNode
 
getVersionScheme() - Method in class org.apache.maven.index.ArtifactInfo
 
getWagonResourceFetcher(TransferListener) - Method in class org.apache.maven.index.updater.WagonHelper
 
getWagonResourceFetcher(TransferListener, AuthenticationInfo, ProxyInfo) - Method in class org.apache.maven.index.updater.WagonHelper
Deprecated.
use getWagonResourceFetcher with protocol argument
getWagonResourceFetcher(TransferListener, AuthenticationInfo, ProxyInfo, String) - Method in class org.apache.maven.index.updater.WagonHelper
 
getWrappedAnalyzer(String) - Method in class org.apache.maven.index.context.NexusAnalyzer
 
getWrappedAnalyzer(String) - Method in class org.apache.maven.index.context.NexusLegacyAnalyzer
 
getWriterConfig() - Method in class org.apache.maven.index.context.DefaultIndexingContext
Returns new IndexWriterConfig instance
getZipFile() - Method in class org.apache.maven.index.util.zip.JavaZipFileHandle
 
getZipFile() - Method in class org.apache.maven.index.util.zip.TrueZipZipFileHandle
 
getZipHandle(File) - Static method in class org.apache.maven.index.util.zip.ZipFacade
 
GGrouping - Class in org.apache.maven.index.search.grouping
A GroupId grouping implementation.
GGrouping() - Constructor for class org.apache.maven.index.search.grouping.GGrouping
 
GGrouping(Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.search.grouping.GGrouping
 
GROUP_ID - Static variable in class org.apache.maven.index.ArtifactInfo
GroupId.
GROUP_ID - Static variable in interface org.apache.maven.index.MAVEN
 
GroupedSearchRequest - Class in org.apache.maven.index
A grouped search request.
GroupedSearchRequest(Query, Grouping) - Constructor for class org.apache.maven.index.GroupedSearchRequest
 
GroupedSearchRequest(Query, Grouping, Comparator<String>) - Constructor for class org.apache.maven.index.GroupedSearchRequest
 
GroupedSearchRequest(Query, Grouping, IndexingContext) - Constructor for class org.apache.maven.index.GroupedSearchRequest
 
GroupedSearchRequest(Query, Grouping, Comparator<String>, IndexingContext) - Constructor for class org.apache.maven.index.GroupedSearchRequest
 
GroupedSearchResponse - Class in org.apache.maven.index
A grouped search response.
GroupedSearchResponse(Query, int, Map<String, ArtifactInfoGroup>) - Constructor for class org.apache.maven.index.GroupedSearchResponse
 
Grouping - Interface in org.apache.maven.index
A grouping criteria for grouped searches.

H

hasEntry(String) - Method in class org.apache.maven.index.util.zip.JavaZipFileHandle
 
hasEntry(String) - Method in class org.apache.maven.index.util.zip.TrueZipZipFileHandle
 
hasEntry(String) - Method in interface org.apache.maven.index.util.zip.ZipHandle
Returns true if Zip file this handle is pointing to contains an entry at given path.
hasExceptions() - Method in class org.apache.maven.index.ScanningResult
 
hasFieldHint(Field...) - Method in class org.apache.maven.index.treeview.TreeViewRequest
 
hasFieldHints() - Method in class org.apache.maven.index.treeview.TreeViewRequest
 
hashCode() - Method in class org.apache.maven.index.artifact.Gav
 
hasNext() - Method in class org.apache.maven.index.DefaultIteratorResultSet
 
highlightField(IndexingContext, MatchHighlightRequest, IndexerField, String) - Method in class org.apache.maven.index.DefaultIteratorResultSet
Returns a string that contains match fragment highlighted in style as user requested.

I

ID - Static variable in class org.apache.maven.index.creator.JarFileContentsIndexCreator
 
ID - Static variable in class org.apache.maven.index.creator.MavenArchetypeArtifactInfoIndexCreator
 
ID - Static variable in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
 
ID - Static variable in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
ID - Static variable in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
identify(File, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultIndexer
 
identify(Query, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultIndexer
 
identify(Field, String) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
identify(File) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
identify(File, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
identify(Query) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
identify(Query, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
identify(File, Collection<IndexingContext>) - Method in interface org.apache.maven.index.Indexer
Performs an "identity" search.
identify(Query, Collection<IndexingContext>) - Method in interface org.apache.maven.index.Indexer
Performs an "identity" search.
identify(Field, String) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
identify(File) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
identify(File, Collection<IndexingContext>) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
identify(Query) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
identify(Query, Collection<IndexingContext>) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
IMPORT_PACKAGE - Static variable in interface org.apache.maven.index.OSGI
 
IncrementalHandler - Interface in org.apache.maven.index.incremental
 
index(IndexingContext, ArtifactContext) - Method in class org.apache.maven.index.DefaultIndexerEngine
 
index(IndexingContext, ArtifactContext) - Method in interface org.apache.maven.index.IndexerEngine
Add new artifact to the index
INDEX_CHAIN_ID - Static variable in interface org.apache.maven.index.context.IndexingContext
An id that defines the current incremental chain.
INDEX_CHUNK_COUNTER - Static variable in interface org.apache.maven.index.context.IndexingContext
A counter used to id the chunks
INDEX_CHUNK_PREFIX - Static variable in interface org.apache.maven.index.context.IndexingContext
A prefix used to specify an incremental update chunk name
INDEX_FILE_PREFIX - Static variable in interface org.apache.maven.index.context.IndexingContext
Standard name of the full repository index that is used when clients requesting index information have nothing to start with.
INDEX_ID - Static variable in interface org.apache.maven.index.context.IndexingContext
A property name used to specify index id
INDEX_LEGACY_TIMESTAMP - Static variable in interface org.apache.maven.index.context.IndexingContext
A property name used to specify legacy index timestamp (the last update time)
INDEX_PACKER_PROPERTIES_FILE - Static variable in interface org.apache.maven.index.context.IndexingContext
 
INDEX_PROPERTY_PREFIX - Static variable in interface org.apache.maven.index.context.IndexingContext
A prefix used for all index property names
INDEX_REMOTE_PROPERTIES_FILE - Static variable in interface org.apache.maven.index.context.IndexingContext
 
INDEX_TIME_DAY_FORMAT - Static variable in interface org.apache.maven.index.context.IndexingContext
A date format used for incremental update chunk names
INDEX_TIME_FORMAT - Static variable in interface org.apache.maven.index.context.IndexingContext
A date format used for index timestamp
INDEX_TIMESTAMP - Static variable in interface org.apache.maven.index.context.IndexingContext
A property name used to specify index timtestamp
INDEX_UPDATER_PROPERTIES_FILE - Static variable in interface org.apache.maven.index.context.IndexingContext
 
IndexCreator - Interface in org.apache.maven.index.context
An index creator is responsible for storing and reading data to and from Lucene index.
IndexCreatorSorter - Class in org.apache.maven.index.util
 
IndexCreatorSorter() - Constructor for class org.apache.maven.index.util.IndexCreatorSorter
 
IndexDataReader - Class in org.apache.maven.index.updater
An index data reader used to parse transfer index format.
IndexDataReader(InputStream) - Constructor for class org.apache.maven.index.updater.IndexDataReader
 
IndexDataReader.IndexDataReadResult - Class in org.apache.maven.index.updater
An index data read result holder
IndexDataReader.IndexDataReadVisitor - Interface in org.apache.maven.index.updater
Visitor of indexed Lucene documents.
IndexDataReadResult() - Constructor for class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
 
IndexDataWriter - Class in org.apache.maven.index.updater
An index data writer used to write transfer index format.
IndexDataWriter(OutputStream) - Constructor for class org.apache.maven.index.updater.IndexDataWriter
 
Indexer - Interface in org.apache.maven.index
Indexer component.
IndexerEngine - Interface in org.apache.maven.index
An indexer engine used to index, update and remote artifacts to the indexing context.
IndexerField - Class in org.apache.maven.index
Holds basic information about Indexer field, how it is stored.
IndexerField(Field, IndexerFieldVersion, String, String, Field.Store, Field.Index) - Constructor for class org.apache.maven.index.IndexerField
 
IndexerField(Field, IndexerFieldVersion, String, String, Field.Store, Field.Index, Field.TermVector) - Constructor for class org.apache.maven.index.IndexerField
 
IndexerFieldVersion - Enum in org.apache.maven.index
 
IndexingContext - Interface in org.apache.maven.index.context
An indexing context is representing artifact repository for indexing and searching.
IndexPacker - Interface in org.apache.maven.index.packer
An index packer used to create transfer index format that can be used by the IndexUpdater.
IndexPackingRequest - Class in org.apache.maven.index.packer
An index packing request.
IndexPackingRequest(IndexingContext, IndexReader, File) - Constructor for class org.apache.maven.index.packer.IndexPackingRequest
 
IndexPackingRequest.IndexFormat - Enum in org.apache.maven.index.packer
Index format enumeration.
IndexTreeView - Interface in org.apache.maven.index.treeview
Component rendering a "tree" based on index data.
IndexUpdater - Interface in org.apache.maven.index.updater
An index updater provides functionality to update index for remote repositories using transfer format produced by the IndexPacker.
IndexUpdateRequest - Class in org.apache.maven.index.updater
Request to update indexes.
IndexUpdateRequest(IndexingContext, ResourceFetcher) - Constructor for class org.apache.maven.index.updater.IndexUpdateRequest
 
IndexUpdateResult - Class in org.apache.maven.index.updater
 
IndexUpdateResult() - Constructor for class org.apache.maven.index.updater.IndexUpdateResult
 
IndexUpdateSideEffect - Interface in org.apache.maven.index.updater
Ability to spread index updates to (possible) plugin receivers.
IndexUtils - Class in org.apache.maven.index.context
 
IndexUtils() - Constructor for class org.apache.maven.index.context.IndexUtils
 
INFO - Static variable in class org.apache.maven.index.ArtifactInfo
Info: packaging, lastModified, size, sourcesExists, javadocExists, signatureExists.
INFO - Static variable in interface org.apache.maven.index.NEXUS
 
initializeProperties(Properties) - Method in class org.apache.maven.index.incremental.DefaultIncrementalHandler
 
initializeProperties(Properties) - Method in interface org.apache.maven.index.incremental.IncrementalHandler
 
instantiateNode(IndexTreeView, TreeViewRequest, String, boolean, String) - Method in class org.apache.maven.index.treeview.DefaultTreeNodeFactory
 
isCacheOnly() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
isChecksum(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
Is this item M1 Checksum?
isChecksum(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
Is this item M2 Checksum?
isCreateChecksumFiles() - Method in class org.apache.maven.index.packer.IndexPackingRequest
 
isCreateIncrementalChunks() - Method in class org.apache.maven.index.packer.IndexPackingRequest
 
isForceFullUpdate() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
isFullUpdate() - Method in class org.apache.maven.index.updater.IndexUpdateResult
 
isHash() - Method in class org.apache.maven.index.artifact.Gav
 
isHitLimited() - Method in class org.apache.maven.index.AbstractSearchRequest
Deprecated.
always returns false, since 4.1.0 there is no notion of hit limit
isHitLimitExceeded() - Method in class org.apache.maven.index.AbstractSearchResponse
Deprecated.
always returns false, since 4.1.0 there is no notion of hit limit
isIncrementalOnly() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
isIndexed() - Method in class org.apache.maven.index.IndexerField
 
isKeyword() - Method in class org.apache.maven.index.IndexerField
 
isLeaf() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Get flag that determines if the node is a leaf.
isLeaf() - Method in interface org.apache.maven.index.treeview.TreeNode
 
isLuceneExplain() - Method in class org.apache.maven.index.AbstractSearchRequest
 
isMetadata(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
Is this item M1 metadata?
isMetadata(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
Is this item M2 metadata?
isNewFragment(Token) - Method in class org.apache.maven.index.OneLineFragmenter
 
isNewFragment() - Method in class org.apache.maven.index.OneLineFragmenter
 
isNewline(char) - Method in class org.apache.maven.index.OneLineFragmenter
 
isOffline() - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
isPom(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
Is this item M1 POM?
isPom(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
Is this item M2 POM?
isReceivingUpdates() - Method in class org.apache.maven.index.context.AbstractIndexingContext
 
isReceivingUpdates() - Method in interface org.apache.maven.index.context.IndexingContext
Returns true if this context is receiving updates from remote via IndexUpdater.
isSearchable() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
isSearchable() - Method in interface org.apache.maven.index.context.IndexingContext
Is the context searchable when doing "non-targeted" searches?
isSearchable() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
isSignature() - Method in class org.apache.maven.index.artifact.Gav
 
isSignature(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
 
isSnapshot() - Method in class org.apache.maven.index.artifact.Gav
 
isSnapshot(String) - Static method in class org.apache.maven.index.artifact.M1ArtifactRecognizer
Is this item M1 snapshot?
isSnapshot(String) - Static method in class org.apache.maven.index.artifact.M2ArtifactRecognizer
Is this item M2 Snapshot?
isSnapshot(String) - Static method in class org.apache.maven.index.artifact.VersionUtils
 
isStored() - Method in class org.apache.maven.index.IndexerField
 
isSuccessful() - Method in class org.apache.maven.index.updater.IndexUpdateResult
 
isTextField(String) - Method in class org.apache.maven.index.context.NexusLegacyAnalyzer
 
isTokenChar(int) - Method in class org.apache.maven.index.context.NexusAnalyzer.DeprecatedClassnamesTokenizer
Deprecated.
 
isTokenChar(int) - Method in class org.apache.maven.index.context.NexusAnalyzer.LetterOrDigitTokenizer
 
isTokenChar(int) - Method in class org.apache.maven.index.context.NexusAnalyzer.NoopTokenizer
 
isUseTargetProperties() - Method in class org.apache.maven.index.packer.IndexPackingRequest
 
iterator() - Method in class org.apache.maven.index.DefaultIteratorResultSet
 
iterator() - Method in class org.apache.maven.index.IteratorSearchResponse
 
IteratorResultSet - Interface in org.apache.maven.index
IteratorResultSet, that returns the result hit's in "iterator-like fashion", instead lifting all the hits into memory (and bashing IO and RAM consumption).
IteratorSearchRequest - Class in org.apache.maven.index
A Search Request that will perform the new "iterator-like" type of search.
IteratorSearchRequest(Query) - Constructor for class org.apache.maven.index.IteratorSearchRequest
 
IteratorSearchRequest(Query, ArtifactInfoFilter) - Constructor for class org.apache.maven.index.IteratorSearchRequest
 
IteratorSearchRequest(Query, IndexingContext) - Constructor for class org.apache.maven.index.IteratorSearchRequest
 
IteratorSearchRequest(Query, List<IndexingContext>) - Constructor for class org.apache.maven.index.IteratorSearchRequest
 
IteratorSearchRequest(Query, List<IndexingContext>, ArtifactInfoFilter) - Constructor for class org.apache.maven.index.IteratorSearchRequest
 
IteratorSearchResponse - Class in org.apache.maven.index
A Search Response for the "iterator-like" search request.
IteratorSearchResponse(Query, int, IteratorResultSet) - Constructor for class org.apache.maven.index.IteratorSearchResponse
 

J

JarFileContentsIndexCreator - Class in org.apache.maven.index.creator
An index creator used to index Java class names from a Maven artifact (JAR or WAR for now).
JarFileContentsIndexCreator() - Constructor for class org.apache.maven.index.creator.JarFileContentsIndexCreator
 
JAVA_ZIPFILE_SIZE_THRESHOLD - Static variable in class org.apache.maven.index.util.zip.ZipFacade
 
JavadocLocator - Class in org.apache.maven.index.locator
A JavaDoc locator to locate the JavaDoc bundle relative to POM.
JavadocLocator() - Constructor for class org.apache.maven.index.locator.JavadocLocator
 
JavaZipFileHandle - Class in org.apache.maven.index.util.zip
 
JavaZipFileHandle(File) - Constructor for class org.apache.maven.index.util.zip.JavaZipFileHandle
 

L

LAST_MODIFIED - Static variable in class org.apache.maven.index.ArtifactInfo
Last modified.
LAST_MODIFIED - Static variable in interface org.apache.maven.index.MAVEN
 
legacyConstructQuery(String, String) - Method in class org.apache.maven.index.DefaultQueryCreator
 
LegacyDocumentUpdater - Interface in org.apache.maven.index.creator
A legacy document updater used to produce legacy Lucene index documents.
LetterOrDigitTokenizer() - Constructor for class org.apache.maven.index.context.NexusAnalyzer.LetterOrDigitTokenizer
 
LICENSE - Static variable in interface org.apache.maven.index.OSGI
 
listChildren() - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Get the children of this node.
listChildren(TreeNode, TreeViewRequest, Set<String>) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
 
listChildren() - Method in interface org.apache.maven.index.treeview.TreeNode
 
listNodes(TreeViewRequest) - Method in class org.apache.maven.index.treeview.DefaultIndexTreeView
 
listNodes(TreeViewRequest) - Method in interface org.apache.maven.index.treeview.IndexTreeView
Returns the TreeNode, as calculated by passed in request, using index data.
loadRemoteIncrementalUpdates(IndexUpdateRequest, Properties, Properties) - Method in class org.apache.maven.index.incremental.DefaultIncrementalHandler
 
loadRemoteIncrementalUpdates(IndexUpdateRequest, Properties, Properties) - Method in interface org.apache.maven.index.incremental.IncrementalHandler
 
locate(File, GavCalculator, Gav) - Method in class org.apache.maven.index.locator.ArtifactLocator
 
locate(File, GavCalculator, Gav) - Method in interface org.apache.maven.index.locator.GavHelpedLocator
 
locate(File) - Method in class org.apache.maven.index.locator.JavadocLocator
Locates the JavaDoc bundle relative to POM.
locate(File) - Method in interface org.apache.maven.index.locator.Locator
 
locate(File) - Method in class org.apache.maven.index.locator.Md5Locator
 
locate(File) - Method in class org.apache.maven.index.locator.MetadataLocator
 
locate(File, GavCalculator, Gav) - Method in class org.apache.maven.index.locator.PomLocator
 
locate(File) - Method in class org.apache.maven.index.locator.Sha1Locator
 
locate(File) - Method in class org.apache.maven.index.locator.SignatureLocator
 
locate(File) - Method in class org.apache.maven.index.locator.SourcesLocator
Locates the sources bundle relative to POM.
Locator - Interface in org.apache.maven.index.locator
An artifact locator used to locate repository "elements" relative to some file.
Lock - Interface in org.apache.maven.index.fs
This object represents acquired filesystem lock.
lock(File) - Method in interface org.apache.maven.index.fs.Locker
Acquires exclusive lock on specified directory.
LOCK_FILE - Static variable in interface org.apache.maven.index.fs.Locker
 
Locker - Interface in org.apache.maven.index.fs
Filesystem locker.
lst2str(Collection<String>) - Static method in class org.apache.maven.index.ArtifactInfo
 

M

M1ArtifactRecognizer - Class in org.apache.maven.index.artifact
Utility methods for basic "detection" of artifact kind in M1 repository.
M1ArtifactRecognizer() - Constructor for class org.apache.maven.index.artifact.M1ArtifactRecognizer
 
M1GavCalculator - Class in org.apache.maven.index.artifact
An M1 GavCalculator.
M1GavCalculator() - Constructor for class org.apache.maven.index.artifact.M1GavCalculator
 
M2ArtifactRecognizer - Class in org.apache.maven.index.artifact
Utility methods for basic "detection" of artifact kind in M2 repository.
M2ArtifactRecognizer() - Constructor for class org.apache.maven.index.artifact.M2ArtifactRecognizer
 
M2GavCalculator - Class in org.apache.maven.index.artifact
An M2 GavCalculator.
M2GavCalculator() - Constructor for class org.apache.maven.index.artifact.M2GavCalculator
 
MAPPING_PROPERTIES_FILE - Static variable in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 
matchesIndexerField(IndexerField) - Method in enum org.apache.maven.index.SearchType
 
MatchHighlight - Class in org.apache.maven.index
 
MatchHighlight(Field, List<String>) - Constructor for class org.apache.maven.index.MatchHighlight
 
MatchHighlightMode - Enum in org.apache.maven.index
 
MatchHighlightRequest - Class in org.apache.maven.index
 
MatchHighlightRequest(Field, Query, MatchHighlightMode) - Constructor for class org.apache.maven.index.MatchHighlightRequest
 
MAVEN - Interface in org.apache.maven.index
Maven ontology.
MAVEN_NAMESPACE - Static variable in interface org.apache.maven.index.MAVEN
Maven namespace
MavenArchetypeArtifactInfoIndexCreator - Class in org.apache.maven.index.creator
A Maven Archetype index creator used to detect and correct the artifact packaging to "maven-archetype" if the inspected JAR is an Archetype.
MavenArchetypeArtifactInfoIndexCreator() - Constructor for class org.apache.maven.index.creator.MavenArchetypeArtifactInfoIndexCreator
 
MavenPluginArtifactInfoIndexCreator - Class in org.apache.maven.index.creator
A Maven Plugin index creator used to provide information about Maven Plugins.
MavenPluginArtifactInfoIndexCreator() - Constructor for class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
 
MAX_CHUNKS - Static variable in class org.apache.maven.index.packer.IndexPackingRequest
 
Md5Locator - Class in org.apache.maven.index.locator
An md5 locator to locate the md5 file relative to POM.
Md5Locator() - Constructor for class org.apache.maven.index.locator.Md5Locator
 
MEGABYTE - Static variable in class org.apache.maven.index.util.zip.ZipFacade
 
merge(Directory) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
merge(Directory, DocumentFilter) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
merge(Directory) - Method in interface org.apache.maven.index.context.IndexingContext
Merges content of given Lucene directory with this context.
merge(Directory, DocumentFilter) - Method in interface org.apache.maven.index.context.IndexingContext
Merges content of given Lucene directory with this context, but filters out the unwanted ones.
merge(Directory) - Method in class org.apache.maven.index.context.MergedIndexingContext
 
merge(Directory, DocumentFilter) - Method in class org.apache.maven.index.context.MergedIndexingContext
 
MergedIndexingContext - Class in org.apache.maven.index.context
A merged indexing context that offers read only "view" on multiple other indexing contexts merged and presented as one.
MergedIndexingContext(String, String, File, File, boolean, ContextMemberProvider) - Constructor for class org.apache.maven.index.context.MergedIndexingContext
 
MergedIndexingContext(String, String, File, Directory, boolean, ContextMemberProvider) - Constructor for class org.apache.maven.index.context.MergedIndexingContext
Deprecated.
MetadataLocator - Class in org.apache.maven.index.locator
A metadata locator to locate the Maven 2 artifact metadata relative to its POM.
MetadataLocator() - Constructor for class org.apache.maven.index.locator.MetadataLocator
 
MinimalArtifactInfoIndexCreator - Class in org.apache.maven.index.creator
A minimal index creator used to provide basic information about Maven artifact.
MinimalArtifactInfoIndexCreator() - Constructor for class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 

N

NA - Static variable in class org.apache.maven.index.ArtifactInfoRecord
Non available value
NAME - Static variable in class org.apache.maven.index.ArtifactInfo
Name.
NAME - Static variable in interface org.apache.maven.index.MAVEN
 
NAME - Static variable in interface org.apache.maven.index.OSGI
 
NAMES - Static variable in class org.apache.maven.index.ArtifactInfo
Class names Stored compressed, indexed tokenized
newSearcher(IndexReader) - Method in class org.apache.maven.index.context.NexusIndexSearcherFactory
 
next() - Method in class org.apache.maven.index.DefaultIteratorResultSet
 
NEXUS - Interface in org.apache.maven.index
Ontology of Nexus.
NEXUS_NAMESPACE - Static variable in interface org.apache.maven.index.NEXUS
 
NexusAnalyzer - Class in org.apache.maven.index.context
A Nexus specific analyzer.
NexusAnalyzer() - Constructor for class org.apache.maven.index.context.NexusAnalyzer
 
NexusAnalyzer.DeprecatedClassnamesTokenizer - Class in org.apache.maven.index.context
Deprecated.
NexusAnalyzer.LetterOrDigitTokenizer - Class in org.apache.maven.index.context
 
NexusAnalyzer.NoopTokenizer - Class in org.apache.maven.index.context
 
NexusIndexer - Interface in org.apache.maven.index
Deprecated.
Use Indexer instead.
NexusIndexMultiReader - Class in org.apache.maven.index.context
 
NexusIndexMultiReader(Collection<IndexingContext>) - Constructor for class org.apache.maven.index.context.NexusIndexMultiReader
 
NexusIndexMultiSearcher - Class in org.apache.maven.index.context
 
NexusIndexMultiSearcher(NexusIndexMultiReader) - Constructor for class org.apache.maven.index.context.NexusIndexMultiSearcher
 
NexusIndexSearcher - Class in org.apache.maven.index.context
An extended Searcher, that holds reference to the IndexingContext that is a searcher for.
NexusIndexSearcher(IndexReader) - Constructor for class org.apache.maven.index.context.NexusIndexSearcher
 
NexusIndexSearcher(IndexingContext, IndexReader) - Constructor for class org.apache.maven.index.context.NexusIndexSearcher
 
NexusIndexSearcherFactory - Class in org.apache.maven.index.context
 
NexusIndexSearcherFactory(IndexingContext) - Constructor for class org.apache.maven.index.context.NexusIndexSearcherFactory
 
NexusIndexWriter - Class in org.apache.maven.index.context
An extension of Lucene IndexWriter to allow to track if writer is closed
NexusIndexWriter(Directory, Analyzer, boolean) - Constructor for class org.apache.maven.index.context.NexusIndexWriter
Deprecated.
NexusIndexWriter(Directory, IndexWriterConfig) - Constructor for class org.apache.maven.index.context.NexusIndexWriter
 
NexusIndexWriter.IndexWriterConfigFactory - Interface in org.apache.maven.index.context
 
NexusLegacyAnalyzer - Class in org.apache.maven.index.context
A Nexus specific Lucene Analyzer used to produce legacy index transfer format
NexusLegacyAnalyzer() - Constructor for class org.apache.maven.index.context.NexusLegacyAnalyzer
 
NoopTokenizer() - Constructor for class org.apache.maven.index.context.NexusAnalyzer.NoopTokenizer
 
normalize(int) - Method in class org.apache.maven.index.context.NexusAnalyzer.DeprecatedClassnamesTokenizer
Deprecated.
 
normalize(int) - Method in class org.apache.maven.index.context.NexusAnalyzer.LetterOrDigitTokenizer
 
NOT_PRESENT - Static variable in class org.apache.maven.index.Field
 
nvl(String) - Static method in class org.apache.maven.index.ArtifactInfo
 

O

OneLineFragmenter - Class in org.apache.maven.index
 
OneLineFragmenter() - Constructor for class org.apache.maven.index.OneLineFragmenter
 
open(File) - Method in interface org.apache.maven.index.updater.FSDirectoryFactory
 
openAndWarmup() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
optimize() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
optimize() - Method in interface org.apache.maven.index.context.IndexingContext
Optimizes index.
optimize() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
org.apache.maven.index - package org.apache.maven.index
 
org.apache.maven.index.archetype - package org.apache.maven.index.archetype
 
org.apache.maven.index.artifact - package org.apache.maven.index.artifact
 
org.apache.maven.index.context - package org.apache.maven.index.context
 
org.apache.maven.index.creator - package org.apache.maven.index.creator
 
org.apache.maven.index.expr - package org.apache.maven.index.expr
 
org.apache.maven.index.fs - package org.apache.maven.index.fs
 
org.apache.maven.index.incremental - package org.apache.maven.index.incremental
 
org.apache.maven.index.locator - package org.apache.maven.index.locator
 
org.apache.maven.index.packer - package org.apache.maven.index.packer
 
org.apache.maven.index.search.grouping - package org.apache.maven.index.search.grouping
 
org.apache.maven.index.treeview - package org.apache.maven.index.treeview
 
org.apache.maven.index.updater - package org.apache.maven.index.updater
 
org.apache.maven.index.util - package org.apache.maven.index.util
 
org.apache.maven.index.util.zip - package org.apache.maven.index.util.zip
 
OSGI - Interface in org.apache.maven.index
OSGI ontology.
OSGI_NAMESPACE - Static variable in interface org.apache.maven.index.OSGI
OSGI namespace
OsgiArtifactIndexCreator - Class in org.apache.maven.index.creator
This indexCreator will index some OSGI metadatas.
OsgiArtifactIndexCreator() - Constructor for class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 

P

PACKAGING - Static variable in class org.apache.maven.index.ArtifactInfo
Packaging.
PACKAGING - Static variable in interface org.apache.maven.index.MAVEN
 
packIndex(IndexPackingRequest) - Method in class org.apache.maven.index.packer.DefaultIndexPacker
 
packIndex(IndexPackingRequest) - Method in interface org.apache.maven.index.packer.IndexPacker
Pack a context into a target directory.
pathToGav(String) - Method in interface org.apache.maven.index.artifact.GavCalculator
Calculates GAV from provided repository path.
pathToGav(String) - Method in class org.apache.maven.index.artifact.M1GavCalculator
 
pathToGav(String) - Method in class org.apache.maven.index.artifact.M2GavCalculator
 
PLUGIN_GOALS - Static variable in class org.apache.maven.index.ArtifactInfo
Plugin goals.
PLUGIN_GOALS - Static variable in interface org.apache.maven.index.MAVEN
 
PLUGIN_PREFIX - Static variable in class org.apache.maven.index.ArtifactInfo
Plugin prefix.
PLUGIN_PREFIX - Static variable in interface org.apache.maven.index.MAVEN
 
PomLocator - Class in org.apache.maven.index.locator
A POM locator to locate POM artifact.
PomLocator() - Constructor for class org.apache.maven.index.locator.PomLocator
 
populateArtifactInfo(ArtifactContext) - Method in interface org.apache.maven.index.context.IndexCreator
Populate an ArtifactContext with information about corresponding artifact.
populateArtifactInfo(ArtifactContext) - Method in class org.apache.maven.index.creator.JarFileContentsIndexCreator
 
populateArtifactInfo(ArtifactContext) - Method in class org.apache.maven.index.creator.MavenArchetypeArtifactInfoIndexCreator
 
populateArtifactInfo(ArtifactContext) - Method in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
 
populateArtifactInfo(ArtifactContext) - Method in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
populateArtifactInfo(ArtifactContext) - Method in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
postprocess(IndexingContext, ArtifactInfo) - Method in interface org.apache.maven.index.ArtifactInfoPostprocessor
 
postprocess(IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.UniqueArtifactFilterPostprocessor
 
postprocess(IndexingContext, ArtifactInfo) - Method in class org.apache.maven.index.UniqueGAArtifactFilterPostprocessor
Deprecated.
 
PROVIDE_CAPABILITY - Static variable in interface org.apache.maven.index.OSGI
used by OSGI resolvers to determine which bundles / artifacts / environments, etc. can satisfy a given requirement.
purge() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
purge() - Method in interface org.apache.maven.index.context.IndexingContext
Purge (cleans) the context, deletes/empties the index and restores the context to new/empty state.
purge() - Method in class org.apache.maven.index.context.MergedIndexingContext
 

Q

QueryCreator - Interface in org.apache.maven.index
A component the creates Lucene Queries from "human written" queries, but also helps client applications to assemble proper queries for fields they want to search.

R

readDocument() - Method in class org.apache.maven.index.updater.IndexDataReader
 
readHeader() - Method in class org.apache.maven.index.updater.IndexDataReader
 
readIndex(IndexWriter, IndexingContext) - Method in class org.apache.maven.index.updater.IndexDataReader
 
readIndex(IndexDataReader.IndexDataReadVisitor, IndexingContext) - Method in class org.apache.maven.index.updater.IndexDataReader
Reads index content by using a visitor.
rebuildGroups() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
rebuildGroups() - Method in interface org.apache.maven.index.context.IndexingContext
Rebuilds stored group names from the index
rebuildGroups() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
release() - Method in class org.apache.maven.index.context.NexusIndexMultiReader
 
release() - Method in class org.apache.maven.index.context.NexusIndexMultiSearcher
 
release() - Method in interface org.apache.maven.index.fs.Lock
Release the lock
releaseIndexSearcher(IndexSearcher) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
releaseIndexSearcher(IndexSearcher) - Method in interface org.apache.maven.index.context.IndexingContext
Releases the IndexSearcher instance.
releaseIndexSearcher(IndexSearcher) - Method in class org.apache.maven.index.context.MergedIndexingContext
 
remove(IndexingContext, ArtifactContext) - Method in class org.apache.maven.index.DefaultIndexerEngine
 
remove() - Method in class org.apache.maven.index.DefaultIteratorResultSet
 
remove(IndexingContext, ArtifactContext) - Method in interface org.apache.maven.index.IndexerEngine
Remove artifact to the index
removeFieldHint(Field) - Method in class org.apache.maven.index.treeview.TreeViewRequest
 
removeIndexerField(IndexerField) - Method in class org.apache.maven.index.Field
 
removeIndexingContext(IndexingContext, boolean) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
removeIndexingContext(IndexingContext, boolean) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
renvl(String) - Static method in class org.apache.maven.index.ArtifactInfo
 
replace(Directory) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
replace(Directory, Set<String>, Set<String>) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
replace(Directory) - Method in interface org.apache.maven.index.context.IndexingContext
Replaces the Lucene index with the one from supplied directory.
replace(Directory, Set<String>, Set<String>) - Method in interface org.apache.maven.index.context.IndexingContext
 
replace(Directory) - Method in class org.apache.maven.index.context.MergedIndexingContext
 
replace(Directory, Set<String>, Set<String>) - Method in class org.apache.maven.index.context.MergedIndexingContext
 
REPOSITORY_ID - Static variable in interface org.apache.maven.index.MAVEN
 
REPOSITORY_VERSION_COMPARATOR - Static variable in class org.apache.maven.index.ArtifactInfo
 
REQUIRE_BUNDLE - Static variable in interface org.apache.maven.index.OSGI
 
REQUIRE_CAPABILITY - Static variable in interface org.apache.maven.index.OSGI
used by OSGI resolvers to indicate which services, features, etc are required by a given .
ResourceFetcher - Interface in org.apache.maven.index.updater
An interface defining resource downloading contract
retrieve(String, File) - Method in class org.apache.maven.index.updater.DefaultIndexUpdater.FileFetcher
 
retrieve(String) - Method in class org.apache.maven.index.updater.DefaultIndexUpdater.FileFetcher
 
retrieve(String) - Method in interface org.apache.maven.index.updater.ResourceFetcher
Retrieves resource as InputStream
retrieve(String) - Method in class org.apache.maven.index.updater.WagonHelper.WagonFetcher
 
retrieve(String, File) - Method in class org.apache.maven.index.updater.WagonHelper.WagonFetcher
 
RGAVGrouping - Class in org.apache.maven.index.search.grouping
A Repository : GroupId : ArtifactId : Version grouping implementation.
RGAVGrouping() - Constructor for class org.apache.maven.index.search.grouping.RGAVGrouping
 
RGAVGrouping(Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.search.grouping.RGAVGrouping
 
RGGrouping - Class in org.apache.maven.index.search.grouping
A Repository : GroupId grouping implementation.
RGGrouping() - Constructor for class org.apache.maven.index.search.grouping.RGGrouping
 
RGGrouping(Comparator<ArtifactInfo>) - Constructor for class org.apache.maven.index.search.grouping.RGGrouping
 
ROLE - Static variable in interface org.apache.maven.index.ArtifactContextProducer
 
ROLE - Static variable in interface org.apache.maven.index.locator.GavHelpedLocator
 
ROLE - Static variable in interface org.apache.maven.index.locator.Locator
 
ROLE - Static variable in interface org.apache.maven.index.NexusIndexer
Deprecated.
 
ROLE - Static variable in interface org.apache.maven.index.packer.IndexPacker
 
ROLE - Static variable in interface org.apache.maven.index.QueryCreator
 
rollback() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
rollback() - Method in interface org.apache.maven.index.context.IndexingContext
Rolls back changes to context, eventually refreshing readers/searchers too.
rollback() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
ROOT_GROUPS - Static variable in class org.apache.maven.index.ArtifactInfo
 
ROOT_GROUPS_LIST - Static variable in class org.apache.maven.index.ArtifactInfo
 
ROOT_GROUPS_VALUE - Static variable in class org.apache.maven.index.ArtifactInfo
 

S

scan(IndexingContext) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
scan(IndexingContext, boolean) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
scan(IndexingContext, ArtifactScanningListener) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
scan(IndexingContext, ArtifactScanningListener, boolean) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
scan(IndexingContext, String, ArtifactScanningListener, boolean) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
Uses Scanner to scan repository content.
scan(ScanningRequest) - Method in class org.apache.maven.index.DefaultScanner
 
scan(IndexingContext) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
scan(IndexingContext, ArtifactScanningListener) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
scan(IndexingContext, boolean) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
scan(IndexingContext, ArtifactScanningListener, boolean) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
scan(IndexingContext, String, ArtifactScanningListener, boolean) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
scan(ScanningRequest) - Method in interface org.apache.maven.index.Scanner
Scan repository artifacts and populate ScanningResult
Scanner - Interface in org.apache.maven.index
An abstraction for scanning content of the artifact repositories
scanningFinished(IndexingContext, ScanningResult) - Method in interface org.apache.maven.index.ArtifactScanningListener
 
scanningFinished(IndexingContext, ScanningResult) - Method in class org.apache.maven.index.DefaultScannerListener
 
ScanningRequest - Class in org.apache.maven.index
A scanning request provides various input parameters for repository scan
ScanningRequest(IndexingContext, ArtifactScanningListener) - Constructor for class org.apache.maven.index.ScanningRequest
 
ScanningRequest(IndexingContext, ArtifactScanningListener, String) - Constructor for class org.apache.maven.index.ScanningRequest
 
ScanningResult - Class in org.apache.maven.index
A scanning result holds result of repository scan
ScanningResult(ScanningRequest) - Constructor for class org.apache.maven.index.ScanningResult
 
scanningStarted(IndexingContext) - Method in interface org.apache.maven.index.ArtifactScanningListener
 
scanningStarted(IndexingContext) - Method in class org.apache.maven.index.DefaultScannerListener
 
SearchEngine - Interface in org.apache.maven.index
A search engine used to perform searches trough repository indexes.
SearchExpression - Interface in org.apache.maven.index.expr
SearchExpression is a wrapper interface for expressions representable as plain strings to be used within searches.
searchFlat(FlatSearchRequest) - Method in class org.apache.maven.index.DefaultIndexer
 
searchFlat(FlatSearchRequest) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
searchFlat(Comparator<ArtifactInfo>, IndexingContext, Query) - Method in class org.apache.maven.index.DefaultSearchEngine
Deprecated.
searchFlat(Comparator<ArtifactInfo>, Collection<IndexingContext>, Query) - Method in class org.apache.maven.index.DefaultSearchEngine
Deprecated.
searchFlat(FlatSearchRequest, Collection<ArtifactInfo>, List<IndexingContext>, Query) - Method in class org.apache.maven.index.DefaultSearchEngine
 
searchFlat(FlatSearchRequest) - Method in interface org.apache.maven.index.Indexer
Searches according the request parameters.
searchFlat(FlatSearchRequest) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
searchFlat(Comparator<ArtifactInfo>, IndexingContext, Query) - Method in interface org.apache.maven.index.SearchEngine
Deprecated.
searchFlat(Comparator<ArtifactInfo>, Collection<IndexingContext>, Query) - Method in interface org.apache.maven.index.SearchEngine
Deprecated.
searchFlatPaged(FlatSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
 
searchFlatPaged(FlatSearchRequest, Collection<IndexingContext>, boolean) - Method in class org.apache.maven.index.DefaultSearchEngine
 
searchFlatPaged(FlatSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
Do the search only on searchable contexts
searchGrouped(GroupedSearchRequest) - Method in class org.apache.maven.index.DefaultIndexer
 
searchGrouped(GroupedSearchRequest) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
searchGrouped(GroupedSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
 
searchGrouped(GroupedSearchRequest, Collection<IndexingContext>, boolean) - Method in class org.apache.maven.index.DefaultSearchEngine
 
searchGrouped(GroupedSearchRequest, Map<String, ArtifactInfoGroup>, Grouping, List<IndexingContext>, Query) - Method in class org.apache.maven.index.DefaultSearchEngine
 
searchGrouped(GroupedSearchRequest) - Method in interface org.apache.maven.index.Indexer
Searches according the request parameters.
searchGrouped(GroupedSearchRequest) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
searchGrouped(GroupedSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
Do the search only on searchable contexts
searchIterator(IteratorSearchRequest) - Method in class org.apache.maven.index.DefaultIndexer
 
searchIterator(IteratorSearchRequest) - Method in class org.apache.maven.index.DefaultNexusIndexer
Deprecated.
 
searchIterator(IteratorSearchRequest) - Method in interface org.apache.maven.index.Indexer
Searches according to request parameters.
searchIterator(IteratorSearchRequest) - Method in interface org.apache.maven.index.NexusIndexer
Deprecated.
Use Indexer instead.
searchIteratorPaged(IteratorSearchRequest, Collection<IndexingContext>) - Method in class org.apache.maven.index.DefaultSearchEngine
 
searchIteratorPaged(IteratorSearchRequest, Collection<IndexingContext>) - Method in interface org.apache.maven.index.SearchEngine
Do the search only on searchable contexts
SearchType - Enum in org.apache.maven.index
Designated search types that NexusIndexer supports.
SearchTyped - Interface in org.apache.maven.index.expr
SearchTyped is a interface that describes the wanted search type to be used.
SearchTypedStringSearchExpression - Class in org.apache.maven.index.expr
A search typed implementation of string backed search expression.
SearchTypedStringSearchExpression(String, SearchType) - Constructor for class org.apache.maven.index.expr.SearchTypedStringSearchExpression
 
selectIndexerField(Field, SearchType) - Method in class org.apache.maven.index.DefaultQueryCreator
 
selectIndexerField(Field, SearchType) - Method in interface org.apache.maven.index.QueryCreator
Performs a selection of the appropriate IndexerField belonging to proper Field.
selectStoredIndexerField(Field) - Method in class org.apache.maven.index.DefaultIteratorResultSet
Select a STORED IndexerField assigned to passed in Field.
setAllGroups(Collection<String>) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
setAllGroups(Collection<String>) - Method in interface org.apache.maven.index.context.IndexingContext
Sets all group names stored in the current indexing context
setAllGroups(Collection<String>) - Method in class org.apache.maven.index.context.MergedIndexingContext
 
setAllGroups(Set<String>) - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
 
setArtifactId(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setArtifactId(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Set the artifact id of this node.
setArtifactId(String) - Method in interface org.apache.maven.index.treeview.TreeNode
 
setArtifactInfoComparator(Comparator<ArtifactInfo>) - Method in class org.apache.maven.index.FlatSearchRequest
 
setArtifactInfoFilter(ArtifactInfoFilter) - Method in class org.apache.maven.index.AbstractSearchRequest
 
setArtifactInfoPostprocessor(ArtifactInfoPostprocessor) - Method in class org.apache.maven.index.AbstractSearchRequest
 
setArtifactVersion(Version) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleDescription(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleDocUrl(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleExportPackage(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleExportService(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleFragmentHost(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleImportPackage(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleLicense(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleName(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleProvideCapability(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleRequireBundle(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleRequireCapability(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleRequiredExecutionEnvironment(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleSymbolicName(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setBundleVersion(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setCacheOnly(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
setClassifier(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setClassNames(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setContext(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setContexts(List<IndexingContext>) - Method in class org.apache.maven.index.AbstractSearchRequest
 
setCount(int) - Method in class org.apache.maven.index.AbstractSearchRequest
Sets the "count" of wanted results.
setCreateChecksumFiles(boolean) - Method in class org.apache.maven.index.packer.IndexPackingRequest
 
setCreateIncrementalChunks(boolean) - Method in class org.apache.maven.index.packer.IndexPackingRequest
 
setDeletedFiles(int) - Method in class org.apache.maven.index.ScanningResult
 
setDescription(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setDocumentCount(int) - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
 
setDocumentFilter(DocumentFilter) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
setFields(List<Field>) - Method in class org.apache.maven.index.ArtifactInfo
 
setFieldValue(Field, String) - Method in class org.apache.maven.index.ArtifactInfo
 
setFileExtension(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setFileName(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setForceFullUpdate(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
setFormats(Collection<IndexPackingRequest.IndexFormat>) - Method in class org.apache.maven.index.packer.IndexPackingRequest
Sets index formats to be created
setFSDirectoryFactory(FSDirectoryFactory) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
setFullUpdate(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateResult
 
setGoals(List<String>) - Method in class org.apache.maven.index.ArtifactInfo
 
setGroupId(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setGroupId(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Set the group id of this node.
setGroupId(String) - Method in interface org.apache.maven.index.treeview.TreeNode
 
setGrouping(Grouping) - Method in class org.apache.maven.index.GroupedSearchRequest
 
setGroupKeyComparator(Comparator<String>) - Method in class org.apache.maven.index.GroupedSearchRequest
 
setGroups(Collection<String>, String, String, String) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
setIncrementalOnly(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
setIndexDirectoryFile(File) - Method in class org.apache.maven.index.context.DefaultIndexingContext
Sets index location.
setIndexDirectoryFile(File) - Method in class org.apache.maven.index.context.MergedIndexingContext
Sets index location.
setJavadocExists(ArtifactAvailability) - Method in class org.apache.maven.index.ArtifactInfo
 
setLastModified(long) - Method in class org.apache.maven.index.ArtifactInfo
 
setLeaf(boolean) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Set flag that determines if the node is a leaf.
setLeaf(boolean) - Method in interface org.apache.maven.index.treeview.TreeNode
 
setLocalIndexCacheDir(File) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
setLocker(Locker) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
setLuceneExplain(boolean) - Method in class org.apache.maven.index.AbstractSearchRequest
 
setLuceneScore(float) - Method in class org.apache.maven.index.ArtifactInfo
 
setMatchHighlightRequests(List<MatchHighlightRequest>) - Method in class org.apache.maven.index.AbstractSearchRequest
 
setMaxIndexChunks(int) - Method in class org.apache.maven.index.packer.IndexPackingRequest
 
setMd5(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setName(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setNodeName(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Set the name of the node.
setNodeName(String) - Method in interface org.apache.maven.index.treeview.TreeNode
 
setOffline(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateRequest
 
setPackaging(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setPackaging2extensionMapping(Map<String, String>) - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 
setPath(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setPath(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Set the path of the node.
setPath(String) - Method in interface org.apache.maven.index.treeview.TreeNode
 
setPrefix(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setPropertiesFile(File) - Method in interface org.apache.maven.index.artifact.ArtifactPackagingMapper
Sets the file to source the user provided mappings from, and resets the mappings, forcing it to reload the file.
setPropertiesFile(File) - Method in class org.apache.maven.index.artifact.DefaultArtifactPackagingMapper
 
setQuery(Query) - Method in class org.apache.maven.index.AbstractSearchRequest
 
setRemoteUrl(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setRepository(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setRepositoryId(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Set the repository id that this node is stored in.
setRepositoryId(String) - Method in interface org.apache.maven.index.treeview.TreeNode
 
setResultHitLimit(int) - Method in class org.apache.maven.index.AbstractSearchRequest
Deprecated.
does nothing, since 4.1.0 there is no notion of hit limit
setRootGroups(Collection<String>) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
setRootGroups(Collection<String>) - Method in interface org.apache.maven.index.context.IndexingContext
Sets root group names stored in the current indexing context
setRootGroups(Collection<String>) - Method in class org.apache.maven.index.context.MergedIndexingContext
 
setRootGroups(Set<String>) - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
 
setSearchable(boolean) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
setSearchable(boolean) - Method in interface org.apache.maven.index.context.IndexingContext
Sets is the context searchable when doing "non-targeted" searches.
setSearchable(boolean) - Method in class org.apache.maven.index.context.MergedIndexingContext
 
setSha1(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setSha256(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setSignatureExists(ArtifactAvailability) - Method in class org.apache.maven.index.ArtifactInfo
 
setSize(long) - Method in class org.apache.maven.index.ArtifactInfo
 
setSourcesExists(ArtifactAvailability) - Method in class org.apache.maven.index.ArtifactInfo
 
setStart(int) - Method in class org.apache.maven.index.AbstractSearchPageableRequest
Sets the "start" of wanted results calculated from result set window.
setSuccessful(boolean) - Method in class org.apache.maven.index.updater.IndexUpdateResult
 
setText(String) - Method in class org.apache.maven.index.OneLineFragmenter
 
setTimestamp(Date) - Method in class org.apache.maven.index.updater.IndexDataReader.IndexDataReadResult
 
setTimestamp(Date) - Method in class org.apache.maven.index.updater.IndexUpdateResult
 
setTotalFiles(int) - Method in class org.apache.maven.index.ScanningResult
 
setType(TreeNode.Type) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Set the type of node.
setType(TreeNode.Type) - Method in interface org.apache.maven.index.treeview.TreeNode
 
setUseTargetProperties(boolean) - Method in class org.apache.maven.index.packer.IndexPackingRequest
 
setVersion(String) - Method in class org.apache.maven.index.ArtifactInfo
 
setVersion(String) - Method in class org.apache.maven.index.treeview.AbstractTreeNode
Set the version of this node.
setVersion(String) - Method in interface org.apache.maven.index.treeview.TreeNode
 
SHA1 - Static variable in class org.apache.maven.index.ArtifactInfo
SHA1.
SHA1 - Static variable in interface org.apache.maven.index.MAVEN
 
Sha1Locator - Class in org.apache.maven.index.locator
An sha1 locator to locate the sha1 file relative to POM.
Sha1Locator() - Constructor for class org.apache.maven.index.locator.Sha1Locator
 
SHA256 - Static variable in interface org.apache.maven.index.OSGI
used to hold the SHA256 checksum required as identifier for OSGI Content resources.
SignatureLocator - Class in org.apache.maven.index.locator
A signature locator to locate the signature file relative to POM.
SignatureLocator() - Constructor for class org.apache.maven.index.locator.SignatureLocator
 
sob(String) - Static method in class org.apache.maven.index.creator.AbstractIndexCreator
 
sort(List<? extends IndexCreator>) - Static method in class org.apache.maven.index.util.IndexCreatorSorter
 
SourcedSearchExpression - Class in org.apache.maven.index.expr
SourcedSearchExpression is a search expression usually "sourced" or backed from some programmatic source (drop down with pre-filled values, values from previous searches, etc), and we already know it is complete, exact value that we want to search for.
SourcedSearchExpression(String) - Constructor for class org.apache.maven.index.expr.SourcedSearchExpression
 
SourcesLocator - Class in org.apache.maven.index.locator
A sources locator to locate the sources bundle relative to POM.
SourcesLocator() - Constructor for class org.apache.maven.index.locator.SourcesLocator
 
start(String) - Method in class org.apache.maven.index.OneLineFragmenter
 
start(String, TokenStream) - Method in class org.apache.maven.index.OneLineFragmenter
 
StaticContextMemberProvider - Class in org.apache.maven.index.context
A simple "static" context member provider, when the members are known in advance.
StaticContextMemberProvider(Collection<IndexingContext>) - Constructor for class org.apache.maven.index.context.StaticContextMemberProvider
 
str2lst(String) - Static method in class org.apache.maven.index.ArtifactInfo
 
StringSearchExpression - Class in org.apache.maven.index.expr
A simple string based implementation of SearchExpression that is immutable.
StringSearchExpression(String) - Constructor for class org.apache.maven.index.expr.StringSearchExpression
 
SYMBOLIC_NAME - Static variable in interface org.apache.maven.index.OSGI
 

T

TIMESTAMP_FILE - Static variable in class org.apache.maven.index.context.IndexUtils
 
toField(String) - Method in class org.apache.maven.index.IndexerField
 
TOO_MANY_HITS_ITERATOR_SEARCH_RESPONSE - Static variable in class org.apache.maven.index.IteratorSearchResponse
Deprecated.
Left here for backward compatibility, but since version 4.1.0 (see MINDEXER-14) there is NO notion of "hit limit" anymore.
toString() - Method in enum org.apache.maven.index.artifact.Gav.SignatureType
 
toString() - Method in enum org.apache.maven.index.ArtifactAvailability
 
toString() - Method in class org.apache.maven.index.ArtifactInfo
 
toString() - Method in class org.apache.maven.index.ArtifactInfoGroup
 
toString() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
toString() - Method in class org.apache.maven.index.creator.JarFileContentsIndexCreator
 
toString() - Method in class org.apache.maven.index.creator.MavenArchetypeArtifactInfoIndexCreator
 
toString() - Method in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
 
toString() - Method in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
toString() - Method in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
toString() - Method in class org.apache.maven.index.Field
 
TreeNode - Interface in org.apache.maven.index.treeview
 
TreeNode.Type - Enum in org.apache.maven.index.treeview
 
TreeNodeFactory - Interface in org.apache.maven.index.treeview
 
TreeViewRequest - Class in org.apache.maven.index.treeview
 
TreeViewRequest(TreeNodeFactory, String, IndexingContext) - Constructor for class org.apache.maven.index.treeview.TreeViewRequest
 
TreeViewRequest(TreeNodeFactory, String, Map<Field, String>, ArtifactInfoFilter, IndexingContext) - Constructor for class org.apache.maven.index.treeview.TreeViewRequest
 
TrueZipZipFileHandle - Class in org.apache.maven.index.util.zip
 
TrueZipZipFileHandle(File) - Constructor for class org.apache.maven.index.util.zip.TrueZipZipFileHandle
 

U

UINFO - Static variable in class org.apache.maven.index.ArtifactInfo
Unique groupId, artifactId, version, classifier, extension (or packaging).
UINFO - Static variable in interface org.apache.maven.index.NEXUS
 
UNDEFINED - Static variable in class org.apache.maven.index.AbstractSearchRequest
Constant for denoting undefined value for result count.
UniqueArtifactFilterPostprocessor - Class in org.apache.maven.index
A special reusable filter, that filters the result set to unique Repository-GroupId-ArtifactId combination, leaving out Version.
UniqueArtifactFilterPostprocessor() - Constructor for class org.apache.maven.index.UniqueArtifactFilterPostprocessor
 
UniqueArtifactFilterPostprocessor(Set<Field>) - Constructor for class org.apache.maven.index.UniqueArtifactFilterPostprocessor
 
UniqueGAArtifactFilterPostprocessor - Class in org.apache.maven.index
Deprecated.
UniqueGAArtifactFilterPostprocessor(boolean) - Constructor for class org.apache.maven.index.UniqueGAArtifactFilterPostprocessor
Deprecated.
 
unpackIndexData(InputStream, Directory, IndexingContext) - Static method in class org.apache.maven.index.updater.DefaultIndexUpdater
Unpack index data using specified Lucene Index writer
UnsupportedExistingLuceneIndexException - Exception in org.apache.maven.index.context
Deprecated.
The deprecated NexusIndexer uses this exception. Use Indexer instead.
UnsupportedExistingLuceneIndexException(String) - Constructor for exception org.apache.maven.index.context.UnsupportedExistingLuceneIndexException
Deprecated.
 
UnsupportedExistingLuceneIndexException(String, ExistingLuceneIndexMismatchException) - Constructor for exception org.apache.maven.index.context.UnsupportedExistingLuceneIndexException
Deprecated.
 
update(IndexingContext, ArtifactContext) - Method in class org.apache.maven.index.DefaultIndexerEngine
 
update(IndexingContext, ArtifactContext) - Method in interface org.apache.maven.index.IndexerEngine
Replace data for a previously indexed artifact
updateArtifactInfo(Document, ArtifactInfo) - Method in interface org.apache.maven.index.context.IndexCreator
Update an ArtifactInfo from given Lucene Document.
updateArtifactInfo(Document, ArtifactInfo) - Method in class org.apache.maven.index.creator.JarFileContentsIndexCreator
 
updateArtifactInfo(Document, ArtifactInfo) - Method in class org.apache.maven.index.creator.MavenArchetypeArtifactInfoIndexCreator
 
updateArtifactInfo(Document, ArtifactInfo) - Method in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
 
updateArtifactInfo(Document, ArtifactInfo) - Method in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
updateArtifactInfo(Document, ArtifactInfo) - Method in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
updateCatalog(Properties, Archetype) - Method in class org.apache.maven.index.archetype.AbstractArchetypeDataSource
 
updateDocument(ArtifactInfo, Document) - Method in interface org.apache.maven.index.context.IndexCreator
Update Lucene Document from a given ArtifactInfo.
updateDocument(Document, IndexingContext) - Static method in class org.apache.maven.index.context.IndexUtils
 
updateDocument(Document, IndexingContext, boolean) - Static method in class org.apache.maven.index.context.IndexUtils
 
updateDocument(Document, IndexingContext, boolean, ArtifactInfo) - Static method in class org.apache.maven.index.context.IndexUtils
 
updateDocument(ArtifactInfo, Document) - Method in class org.apache.maven.index.creator.JarFileContentsIndexCreator
 
updateDocument(ArtifactInfo, Document) - Method in class org.apache.maven.index.creator.MavenArchetypeArtifactInfoIndexCreator
 
updateDocument(ArtifactInfo, Document) - Method in class org.apache.maven.index.creator.MavenPluginArtifactInfoIndexCreator
 
updateDocument(ArtifactInfo, Document) - Method in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
updateDocument(ArtifactInfo, Document) - Method in class org.apache.maven.index.creator.OsgiArtifactIndexCreator
 
updateIndex(Directory, IndexingContext, boolean) - Method in interface org.apache.maven.index.updater.IndexUpdateSideEffect
Given a full or partial (see context partial parameter) lucene index (directory + context it has been integrated into), this can let other participants (implementations of this type) know about the update.
updateLegacyDocument(ArtifactInfo, Document) - Method in class org.apache.maven.index.creator.JarFileContentsIndexCreator
 
updateLegacyDocument(ArtifactInfo, Document) - Method in interface org.apache.maven.index.creator.LegacyDocumentUpdater
Update a legacy Lucene Document from the ArtifactInfo.
updateLegacyDocument(ArtifactInfo, Document) - Method in class org.apache.maven.index.creator.MinimalArtifactInfoIndexCreator
 
updateTimestamp() - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
updateTimestamp(boolean) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
updateTimestamp(boolean, Date) - Method in class org.apache.maven.index.context.DefaultIndexingContext
 
updateTimestamp() - Method in interface org.apache.maven.index.context.IndexingContext
 
updateTimestamp(boolean) - Method in interface org.apache.maven.index.context.IndexingContext
 
updateTimestamp(boolean, Date) - Method in interface org.apache.maven.index.context.IndexingContext
 
updateTimestamp(Directory, Date) - Static method in class org.apache.maven.index.context.IndexUtils
 
updateTimestamp() - Method in class org.apache.maven.index.context.MergedIndexingContext
 
updateTimestamp(boolean) - Method in class org.apache.maven.index.context.MergedIndexingContext
 
updateTimestamp(boolean, Date) - Method in class org.apache.maven.index.context.MergedIndexingContext
 
UserInputSearchExpression - Class in org.apache.maven.index.expr
UserInputSearchExpression is a search expression usually coming from user input (like some UI dialogue, UI element or CLI).
UserInputSearchExpression(String) - Constructor for class org.apache.maven.index.expr.UserInputSearchExpression
 

V

valueOf(String) - Static method in enum org.apache.maven.index.artifact.Gav.HashType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.index.artifact.Gav.SignatureType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.index.ArtifactAvailability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.index.IndexerFieldVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.index.MatchHighlightMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.index.packer.IndexPackingRequest.IndexFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.index.SearchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.maven.index.treeview.TreeNode.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.maven.index.artifact.Gav.HashType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.index.artifact.Gav.SignatureType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.index.ArtifactAvailability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.index.IndexerFieldVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.index.MatchHighlightMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.index.packer.IndexPackingRequest.IndexFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.index.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.maven.index.treeview.TreeNode.Type
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class org.apache.maven.index.ArtifactInfo
Version.
VERSION - Static variable in class org.apache.maven.index.context.DefaultIndexingContext
 
VERSION - Static variable in interface org.apache.maven.index.MAVEN
 
VERSION - Static variable in interface org.apache.maven.index.OSGI
 
VERSION_COMPARATOR - Static variable in class org.apache.maven.index.ArtifactInfo
 
VersionUtils - Class in org.apache.maven.index.artifact
Utility methods for working with artifact version strings.
VersionUtils() - Constructor for class org.apache.maven.index.artifact.VersionUtils
 
visitDocument(Document) - Method in interface org.apache.maven.index.updater.IndexDataReader.IndexDataReadVisitor
Called on each read document.

W

WagonFetcher(Wagon, TransferListener, AuthenticationInfo, ProxyInfo) - Constructor for class org.apache.maven.index.updater.WagonHelper.WagonFetcher
 
WagonHelper - Class in org.apache.maven.index.updater
This is a helper for obtaining Wagon based ResourceFetchers.
WagonHelper(PlexusContainer) - Constructor for class org.apache.maven.index.updater.WagonHelper
 
WagonHelper.WagonFetcher - Class in org.apache.maven.index.updater
 
write(IndexingContext, IndexReader, List<Integer>) - Method in class org.apache.maven.index.updater.IndexDataWriter
 
writeDocument(Document) - Method in class org.apache.maven.index.updater.IndexDataWriter
 
writeDocumentFields(List<IndexableField>) - Method in class org.apache.maven.index.updater.IndexDataWriter
 
writeDocuments(IndexReader, List<Integer>) - Method in class org.apache.maven.index.updater.IndexDataWriter
 
writeField(IndexableField) - Method in class org.apache.maven.index.updater.IndexDataWriter
 
writeGroupFields() - Method in class org.apache.maven.index.updater.IndexDataWriter
 
writeHeader(IndexingContext) - Method in class org.apache.maven.index.updater.IndexDataWriter
 

Z

ZipFacade - Class in org.apache.maven.index.util.zip
 
ZipFacade() - Constructor for class org.apache.maven.index.util.zip.ZipFacade
 
ZipHandle - Interface in org.apache.maven.index.util.zip
A very simplistic approach to hide the underlying mech to deal with ZipFiles, suited for use cases happening in Maven Indexer.
A B C D E F G H I J L M N O P Q R S T U V W Z 
Skip navigation links

Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.