Uses of Package
org.apache.maven.index

Packages that use org.apache.maven.index
org.apache.maven.index   
org.apache.maven.index.context   
org.apache.maven.index.creator   
org.apache.maven.index.expr   
org.apache.maven.index.search.grouping   
org.apache.maven.index.treeview   
 

Classes in org.apache.maven.index used by org.apache.maven.index
AbstractMultiArtifactInfoFilter
          An abstract helper class for implementing ArtifactInfoFilter that actually aggregates multiple filters into one.
AbstractSearchPageableRequest
          Pageable search request.
AbstractSearchRequest
           
AbstractSearchResponse
           
ArtifactAvailablility
          Enumeration provides values indicating artifact availability
ArtifactContext
          An artifact context used to provide information about artifact during scanning.
ArtifactContextProducer
          A producer that creates ArtifactContext from POM and from other available files.
ArtifactDiscoveryListener
          A listener notified upon artifact discovery.
ArtifactInfo
          ArtifactInfo holds the values known about an repository artifact.
ArtifactInfoFilter
          ArtifactInfoFilter is used to filter out components before they are handed over to searcher (and well before paging is implemented).
ArtifactInfoGroup
          An object that holds grouped sets of ArtifactInfos in case of grouped search.
ArtifactInfoPostprocessor
          ArtifactInfoPostprocessor is used to postprocess the ArtifactInfo, after it passed filtering and paging but before it is handed over to client performing search.
ArtifactInfoRecord
          Pulling out ArtifactInfo, clearing up.
ArtifactScanningListener
          A listener notified during repository scan process to track progress, collect results, etc.
Field
           
FlatSearchRequest
          A flat search request.
FlatSearchResponse
          A flat search response.
GroupedSearchRequest
          A grouped search request.
GroupedSearchResponse
          A grouped search response.
Grouping
          A grouping criteria for grouped searches.
IndexerEngine
          An indexer engine used to index, update and remote artifacts to the indexing context.
IndexerField
          Holds basic information about Indexer field, how it is stored.
IndexerFieldVersion
           
IteratorResultSet
          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
          A Search Request that will perform the new "iterator-like" type of search.
IteratorSearchResponse
          A Search Response for the "iterator-like" search request.
MatchHighlight
           
MatchHighlightMode
           
MatchHighlightRequest
           
NexusIndexer
          The Nexus indexer is a statefull facade that maintains state of indexing contexts.
QueryCreator
          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.
Scanner
          An abstraction for scanning content of the artifact repositories
ScanningRequest
          A scanning request provides various input parameters for repository scan
ScanningResult
          A scanning result holds result of repository scan
SearchEngine
          A search engine used to perform searches trough repository indexes.
SearchType
          Designated search types that NexusIndexer supports.
 

Classes in org.apache.maven.index used by org.apache.maven.index.context
ArtifactContext
          An artifact context used to provide information about artifact during scanning.
ArtifactInfo
          ArtifactInfo holds the values known about an repository artifact.
IndexerField
          Holds basic information about Indexer field, how it is stored.
 

Classes in org.apache.maven.index used by org.apache.maven.index.creator
ArtifactContext
          An artifact context used to provide information about artifact during scanning.
ArtifactInfo
          ArtifactInfo holds the values known about an repository artifact.
IndexerField
          Holds basic information about Indexer field, how it is stored.
 

Classes in org.apache.maven.index used by org.apache.maven.index.expr
SearchType
          Designated search types that NexusIndexer supports.
 

Classes in org.apache.maven.index used by org.apache.maven.index.search.grouping
ArtifactInfo
          ArtifactInfo holds the values known about an repository artifact.
ArtifactInfoGroup
          An object that holds grouped sets of ArtifactInfos in case of grouped search.
Grouping
          A grouping criteria for grouped searches.
 

Classes in org.apache.maven.index used by org.apache.maven.index.treeview
ArtifactInfo
          ArtifactInfo holds the values known about an repository artifact.
ArtifactInfoFilter
          ArtifactInfoFilter is used to filter out components before they are handed over to searcher (and well before paging is implemented).
Field
           
IteratorSearchResponse
          A Search Response for the "iterator-like" search request.
NexusIndexer
          The Nexus indexer is a statefull facade that maintains state of indexing contexts.
 



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