Package | Description |
---|---|
org.apache.archiva.indexer.search |
Modifier and Type | Field and Description |
---|---|
private Map<String,SearchResultHit> |
SearchResults.hits |
Modifier and Type | Method and Description |
---|---|
SearchResultHit |
SearchResults.getSearchResultHit(String key)
see SearchUtil on how to generate the key
|
Modifier and Type | Method and Description |
---|---|
List<SearchResultHit> |
SearchResults.getHits()
Get the list of
SearchResultHit objects. |
Map<String,SearchResultHit> |
SearchResults.getHitsMap() |
Modifier and Type | Method and Description |
---|---|
void |
SearchResults.addHit(String id,
SearchResultHit hit) |
Modifier and Type | Method and Description |
---|---|
boolean |
ArtifactInfoFilter.addArtifactInResult(org.apache.maven.index.ArtifactInfo artifact,
Map<String,SearchResultHit> currentResult) |
boolean |
NoClassifierArtifactInfoFilter.addArtifactInResult(org.apache.maven.index.ArtifactInfo artifact,
Map<String,SearchResultHit> currentResult) |
private boolean |
MavenRepositorySearch.applyArtifactInfoFilters(org.apache.maven.index.ArtifactInfo artifactInfo,
List<? extends ArtifactInfoFilter> artifactInfoFilters,
Map<String,SearchResultHit> currentResult) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.