Package | Description |
---|---|
org.apache.archiva.indexer.search |
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 |
NoClassifierArtifactInfoFilter.addArtifactInResult(ArchivaArtifactModel artifact,
Map<String,SearchResultHit> currentResult) |
boolean |
ArtifactInfoFilter.addArtifactInResult(ArchivaArtifactModel artifact,
Map<String,SearchResultHit> currentResult) |
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.