Package | Description |
---|---|
org.apache.archiva.indexer.maven.search | |
org.apache.archiva.indexer.search |
Modifier and Type | Method and Description |
---|---|
SearchResults |
MavenRepositorySearch.search(String principal,
List<String> selectedRepos,
String term,
SearchResultLimits limits,
List<String> previousSearchTerms) |
SearchResults |
MavenRepositorySearch.search(String principal,
SearchFields searchFields,
SearchResultLimits limits) |
Modifier and Type | Method and Description |
---|---|
SearchResultLimits |
SearchResults.getLimits() |
Modifier and Type | Method and Description |
---|---|
SearchResults |
RepositorySearch.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 |
RepositorySearch.search(String principal,
SearchFields searchFields,
SearchResultLimits limits)
Advanced search.
|
void |
SearchResults.setLimits(SearchResultLimits limits) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.