Package | Description |
---|---|
org.apache.archiva.indexer.search |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
MavenRepositorySearch.getAllGroupIds(String principal,
List<String> selectedRepos) |
Collection<String> |
RepositorySearch.getAllGroupIds(String principal,
List<String> selectedRepos) |
private SearchResults |
MavenRepositorySearch.search(SearchResultLimits limits,
org.apache.lucene.search.BooleanQuery q,
List<String> indexingContextIds,
List<? extends ArtifactInfoFilter> filters,
List<String> selectedRepos,
boolean includePoms) |
SearchResults |
MavenRepositorySearch.search(String principal,
List<String> selectedRepos,
String term,
SearchResultLimits limits,
List<String> previousSearchTerms) |
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 |
MavenRepositorySearch.search(String principal,
SearchFields searchFields,
SearchResultLimits limits) |
SearchResults |
RepositorySearch.search(String principal,
SearchFields searchFields,
SearchResultLimits limits)
Advanced search.
|
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.