org.apache.archiva.indexer.search
Interface RepositorySearch

All Known Implementing Classes:
NexusRepositorySearch

public interface RepositorySearch


Method Summary
 SearchResults search(String principal, List<String> selectedRepos, String term, SearchResultLimits limits, List<String> previousSearchTerms)
          Quick search.
 SearchResults search(String principal, SearchFields searchFields, SearchResultLimits limits)
          Advanced search.
 

Method Detail

search

SearchResults search(String principal,
                     List<String> selectedRepos,
                     String term,
                     SearchResultLimits limits,
                     List<String> previousSearchTerms)
                     throws RepositorySearchException
Quick search.

Parameters:
principal -
selectedRepos -
term -
limits -
previousSearchTerms -
Returns:
Throws:
RepositorySearchException

search

SearchResults search(String principal,
                     SearchFields searchFields,
                     SearchResultLimits limits)
                     throws RepositorySearchException
Advanced search.

Parameters:
principal -
searchFields -
limits -
Returns:
Throws:
RepositorySearchException


Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.