Modifier and Type | Class and Description |
---|---|
class |
MatchTypedStringSearchExpression
MatchTypedStringSearchExpression
|
class |
SourcedSearchExpression
SourcedSearchExpression is a search expression usually "sourced" from some programmatic source, and we already know
it is complete, exact value that we want to search for.
|
class |
StringSearchExpression
StringSearchExpression is a SearchExpression that has String value.
|
class |
UserInputSearchExpression
UserInputSearchExpression is a search expression usually coming from user input (like some UI dialogue, element or
CLI).
|
Modifier and Type | Method and Description |
---|---|
Collection<IndexedArtifact> |
IIndex.find(SearchExpression groupId,
SearchExpression artifactId,
SearchExpression version,
SearchExpression packaging)
Performs a search for artifacts with given parameters.
|
Map<String,IndexedArtifact> |
IIndex.search(SearchExpression expression,
String searchType)
Convenience method to search in all indexes enabled for repositories defined in settings.xml.
|
Map<String,IndexedArtifact> |
IIndex.search(SearchExpression expression,
String searchType,
int classifier)
Convenience method to search in all indexes enabled for repositories defined in settings.xml.
|
Modifier and Type | Method and Description |
---|---|
Collection<IndexedArtifact> |
FilteredIndex.find(SearchExpression groupId,
SearchExpression artifactId,
SearchExpression version,
SearchExpression packaging) |
Map<String,IndexedArtifact> |
FilteredIndex.search(SearchExpression expression,
String searchType) |
Map<String,IndexedArtifact> |
FilteredIndex.search(SearchExpression expression,
String searchType,
int classifier) |
Modifier and Type | Method and Description |
---|---|
Collection<IndexedArtifact> |
FilteredIndex.find(Collection<SearchExpression> groupId,
Collection<SearchExpression> artifactId,
Collection<SearchExpression> version,
Collection<SearchExpression> packaging) |
Collection<IndexedArtifact> |
FilteredIndex.find(Collection<SearchExpression> groupId,
Collection<SearchExpression> artifactId,
Collection<SearchExpression> version,
Collection<SearchExpression> packaging) |
Collection<IndexedArtifact> |
FilteredIndex.find(Collection<SearchExpression> groupId,
Collection<SearchExpression> artifactId,
Collection<SearchExpression> version,
Collection<SearchExpression> packaging) |
Collection<IndexedArtifact> |
FilteredIndex.find(Collection<SearchExpression> groupId,
Collection<SearchExpression> artifactId,
Collection<SearchExpression> version,
Collection<SearchExpression> packaging) |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Query |
NexusIndexManager.constructQuery(org.apache.maven.index.Field field,
SearchExpression query)
Method to construct Lucene Queries without need to actually know the structure and details (field names, analyze
details, etc) of the underlying index.
|
Collection<IndexedArtifact> |
NexusIndex.find(SearchExpression groupId,
SearchExpression artifactId,
SearchExpression version,
SearchExpression packaging) |
Collection<IndexedArtifact> |
CompositeIndex.find(SearchExpression groupId,
SearchExpression artifactId,
SearchExpression version,
SearchExpression packaging) |
protected Map<String,IndexedArtifact> |
NexusIndexManager.search(IRepository repository,
SearchExpression term,
String type) |
protected Map<String,IndexedArtifact> |
NexusIndexManager.search(IRepository repository,
SearchExpression term,
String type,
int classifier) |
Map<String,IndexedArtifact> |
NexusIndex.search(SearchExpression term,
String searchType) |
Map<String,IndexedArtifact> |
CompositeIndex.search(SearchExpression term,
String searchType) |
Map<String,IndexedArtifact> |
NexusIndexManager.search(SearchExpression term,
String type) |
Map<String,IndexedArtifact> |
NexusIndex.search(SearchExpression term,
String searchType,
int classifier) |
Map<String,IndexedArtifact> |
CompositeIndex.search(SearchExpression term,
String searchType,
int classifier) |
Map<String,IndexedArtifact> |
NexusIndexManager.search(SearchExpression term,
String type,
int classifier) |
Modifier and Type | Method and Description |
---|---|
SearchExpression |
Packaging.toSearchExpression() |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.