public interface RepositorySearch
| Modifier and Type | Method and Description | 
|---|---|
| Collection<String> | getAllGroupIds(String principal,
              List<String> selectedRepos) | 
| Set<String> | getRemoteIndexingContextIds(String managedRepoId) | 
| SearchResults | search(String principal,
      List<String> selectedRepos,
      String term,
      SearchResultLimits limits,
      List<String> previousSearchTerms)Quick search by won't return artifact with file extension pom | 
| SearchResults | search(String principal,
      SearchFields searchFields,
      SearchResultLimits limits)Advanced search. | 
SearchResults search(String principal, List<String> selectedRepos, String term, SearchResultLimits limits, List<String> previousSearchTerms) throws RepositorySearchException
principal - selectedRepos - term - limits - previousSearchTerms - RepositorySearchExceptionSearchResults search(String principal, SearchFields searchFields, SearchResultLimits limits) throws RepositorySearchException
principal - searchFields - limits - RepositorySearchExceptionCollection<String> getAllGroupIds(String principal, List<String> selectedRepos) throws RepositorySearchException
RepositorySearchExceptionSet<String> getRemoteIndexingContextIds(String managedRepoId) throws RepositorySearchException
RepositorySearchExceptionCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.