Package | Description |
---|---|
org.apache.maven.index | |
org.apache.maven.index.context | |
org.apache.maven.index.creator | |
org.apache.maven.index.search.grouping | |
org.apache.maven.index.treeview |
Modifier and Type | Field and Description |
---|---|
static Comparator<ArtifactInfo> |
ArtifactInfo.CONTEXT_VERSION_COMPARATOR |
static Comparator<ArtifactInfo> |
ArtifactInfo.REPOSITORY_VERSION_COMPARATOR |
static Comparator<ArtifactInfo> |
ArtifactInfo.VERSION_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
protected ArtifactInfo |
DefaultIteratorResultSet.createNextAi() |
ArtifactInfo |
ArtifactContext.getArtifactInfo() |
ArtifactInfo |
DefaultIteratorResultSet.next() |
ArtifactInfo |
ArtifactInfo.setFieldValue(Field field,
String value) |
Modifier and Type | Method and Description |
---|---|
Comparator<ArtifactInfo> |
FlatSearchRequest.getArtifactInfoComparator() |
Set<ArtifactInfo> |
ArtifactInfoGroup.getArtifactInfos() |
Set<ArtifactInfo> |
FlatSearchResponse.getResults() |
Collection<ArtifactInfo> |
NexusIndexer.identify(Field field,
String query)
Deprecated.
|
Collection<ArtifactInfo> |
DefaultNexusIndexer.identify(Field field,
String query)
Deprecated.
|
Collection<ArtifactInfo> |
NexusIndexer.identify(File artifact)
Deprecated.
|
Collection<ArtifactInfo> |
DefaultNexusIndexer.identify(File artifact)
Deprecated.
|
Collection<ArtifactInfo> |
NexusIndexer.identify(File artifact,
Collection<IndexingContext> contexts)
Deprecated.
|
Collection<ArtifactInfo> |
Indexer.identify(File artifact,
Collection<IndexingContext> contexts)
Performs an "identity" search.
|
Collection<ArtifactInfo> |
DefaultNexusIndexer.identify(File artifact,
Collection<IndexingContext> contexts)
Deprecated.
|
Collection<ArtifactInfo> |
DefaultIndexer.identify(File artifact,
Collection<IndexingContext> contexts) |
Collection<ArtifactInfo> |
NexusIndexer.identify(org.apache.lucene.search.Query query)
Deprecated.
|
Collection<ArtifactInfo> |
DefaultNexusIndexer.identify(org.apache.lucene.search.Query query)
Deprecated.
|
Collection<ArtifactInfo> |
NexusIndexer.identify(org.apache.lucene.search.Query query,
Collection<IndexingContext> contexts)
Deprecated.
|
Collection<ArtifactInfo> |
Indexer.identify(org.apache.lucene.search.Query query,
Collection<IndexingContext> contexts)
Performs an "identity" search.
|
Collection<ArtifactInfo> |
DefaultNexusIndexer.identify(org.apache.lucene.search.Query query,
Collection<IndexingContext> contexts)
Deprecated.
|
Collection<ArtifactInfo> |
DefaultIndexer.identify(org.apache.lucene.search.Query query,
Collection<IndexingContext> contexts) |
Iterator<ArtifactInfo> |
DefaultIteratorResultSet.iterator() |
Set<ArtifactInfo> |
SearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator,
Collection<IndexingContext> indexingContexts,
org.apache.lucene.search.Query query)
Deprecated.
|
Set<ArtifactInfo> |
DefaultSearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator,
Collection<IndexingContext> indexingContexts,
org.apache.lucene.search.Query query)
Deprecated.
|
Set<ArtifactInfo> |
SearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator,
IndexingContext indexingContext,
org.apache.lucene.search.Query query)
Deprecated.
|
Set<ArtifactInfo> |
DefaultSearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator,
IndexingContext indexingContext,
org.apache.lucene.search.Query query)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
UniqueGAArtifactFilterPostprocessor.accepts(IndexingContext ctx,
ArtifactInfo ai)
Deprecated.
|
boolean |
UniqueArtifactFilterPostprocessor.accepts(IndexingContext ctx,
ArtifactInfo ai) |
boolean |
ArtifactInfoFilter.accepts(IndexingContext ctx,
ArtifactInfo ai) |
boolean |
AbstractMultiArtifactInfoFilter.accepts(IndexingContext ctx,
ArtifactInfo ai)
The filter's implementation is: if list of filters is empty, the just accept it, otherwise consult the list of
filters.
|
protected boolean |
AndMultiArtifactInfoFilter.accepts(List<ArtifactInfoFilter> filters,
IndexingContext ctx,
ArtifactInfo ai) |
protected abstract boolean |
AbstractMultiArtifactInfoFilter.accepts(List<ArtifactInfoFilter> filters,
IndexingContext ctx,
ArtifactInfo ai)
It is left to final implementor to implement how we want to decide using filters.
|
boolean |
ArtifactInfoGroup.addArtifactInfo(ArtifactInfo artifactInfo) |
boolean |
Grouping.addArtifactInfo(Map<String,ArtifactInfoGroup> result,
ArtifactInfo artifactInfo)
Adds a single ArticatInfo to the result map.
|
protected void |
DefaultIteratorResultSet.calculateHighlights(IndexingContext context,
org.apache.lucene.document.Document d,
ArtifactInfo ai)
Creates the MatchHighlights and adds them to ArtifactInfo if found/can.
|
void |
UniqueGAArtifactFilterPostprocessor.postprocess(IndexingContext ctx,
ArtifactInfo ai)
Deprecated.
|
void |
UniqueArtifactFilterPostprocessor.postprocess(IndexingContext ctx,
ArtifactInfo ai) |
void |
ArtifactInfoPostprocessor.postprocess(IndexingContext ctx,
ArtifactInfo ai) |
Modifier and Type | Method and Description |
---|---|
Set<ArtifactInfo> |
SearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator,
Collection<IndexingContext> indexingContexts,
org.apache.lucene.search.Query query)
Deprecated.
|
Set<ArtifactInfo> |
DefaultSearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator,
Collection<IndexingContext> indexingContexts,
org.apache.lucene.search.Query query)
Deprecated.
|
Set<ArtifactInfo> |
SearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator,
IndexingContext indexingContext,
org.apache.lucene.search.Query query)
Deprecated.
|
Set<ArtifactInfo> |
DefaultSearchEngine.searchFlat(Comparator<ArtifactInfo> artifactInfoComparator,
IndexingContext indexingContext,
org.apache.lucene.search.Query query)
Deprecated.
|
protected int |
DefaultSearchEngine.searchFlat(FlatSearchRequest req,
Collection<ArtifactInfo> result,
List<IndexingContext> participatingContexts,
org.apache.lucene.search.Query query) |
void |
FlatSearchRequest.setArtifactInfoComparator(Comparator<ArtifactInfo> artifactInfoComparator) |
Constructor and Description |
---|
ArtifactContext(File pom,
File artifact,
File metadata,
ArtifactInfo artifactInfo,
Gav gav) |
Constructor and Description |
---|
ArtifactInfoGroup(String groupKey,
Comparator<ArtifactInfo> comparator) |
FlatSearchRequest(org.apache.lucene.search.Query query,
Comparator<ArtifactInfo> artifactInfoComparator) |
FlatSearchRequest(org.apache.lucene.search.Query query,
Comparator<ArtifactInfo> artifactInfoComparator,
IndexingContext context) |
FlatSearchResponse(org.apache.lucene.search.Query query,
int totalHits,
Set<ArtifactInfo> results) |
Modifier and Type | Method and Description |
---|---|
static ArtifactInfo |
IndexUtils.constructArtifactInfo(org.apache.lucene.document.Document doc,
IndexingContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
IndexCreator.updateArtifactInfo(org.apache.lucene.document.Document document,
ArtifactInfo artifactInfo)
Update an
ArtifactInfo from given Lucene Document . |
void |
IndexCreator.updateDocument(ArtifactInfo artifactInfo,
org.apache.lucene.document.Document document)
Update Lucene
Document from a given ArtifactInfo . |
static org.apache.lucene.document.Document |
IndexUtils.updateDocument(org.apache.lucene.document.Document doc,
IndexingContext context,
boolean updateLastModified,
ArtifactInfo ai) |
Modifier and Type | Method and Description |
---|---|
boolean |
OsgiArtifactIndexCreator.updateArtifactInfo(org.apache.lucene.document.Document document,
ArtifactInfo artifactInfo) |
boolean |
MinimalArtifactInfoIndexCreator.updateArtifactInfo(org.apache.lucene.document.Document doc,
ArtifactInfo ai) |
boolean |
MavenPluginArtifactInfoIndexCreator.updateArtifactInfo(org.apache.lucene.document.Document doc,
ArtifactInfo ai) |
boolean |
MavenArchetypeArtifactInfoIndexCreator.updateArtifactInfo(org.apache.lucene.document.Document doc,
ArtifactInfo ai) |
boolean |
JarFileContentsIndexCreator.updateArtifactInfo(org.apache.lucene.document.Document doc,
ArtifactInfo artifactInfo) |
void |
OsgiArtifactIndexCreator.updateDocument(ArtifactInfo artifactInfo,
org.apache.lucene.document.Document document) |
void |
MinimalArtifactInfoIndexCreator.updateDocument(ArtifactInfo ai,
org.apache.lucene.document.Document doc) |
void |
MavenPluginArtifactInfoIndexCreator.updateDocument(ArtifactInfo ai,
org.apache.lucene.document.Document doc) |
void |
MavenArchetypeArtifactInfoIndexCreator.updateDocument(ArtifactInfo ai,
org.apache.lucene.document.Document doc) |
void |
JarFileContentsIndexCreator.updateDocument(ArtifactInfo ai,
org.apache.lucene.document.Document doc) |
void |
MinimalArtifactInfoIndexCreator.updateLegacyDocument(ArtifactInfo ai,
org.apache.lucene.document.Document doc) |
void |
LegacyDocumentUpdater.updateLegacyDocument(ArtifactInfo ai,
org.apache.lucene.document.Document doc)
Update a legacy Lucene
Document from the ArtifactInfo . |
void |
JarFileContentsIndexCreator.updateLegacyDocument(ArtifactInfo ai,
org.apache.lucene.document.Document doc) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractGrouping.addArtifactInfo(Map<String,ArtifactInfoGroup> result,
ArtifactInfo artifactInfo) |
protected String |
RGGrouping.getGroupKey(ArtifactInfo artifactInfo) |
protected String |
RGAVGrouping.getGroupKey(ArtifactInfo artifactInfo) |
protected String |
GGrouping.getGroupKey(ArtifactInfo artifactInfo) |
protected String |
GAVGrouping.getGroupKey(ArtifactInfo artifactInfo) |
protected String |
GAGrouping.getGroupKey(ArtifactInfo artifactInfo) |
protected abstract String |
AbstractGrouping.getGroupKey(ArtifactInfo artifactInfo) |
Constructor and Description |
---|
AbstractGrouping(Comparator<ArtifactInfo> comparator) |
GAGrouping(Comparator<ArtifactInfo> comparator) |
GAVGrouping(Comparator<ArtifactInfo> comparator) |
GGrouping(Comparator<ArtifactInfo> comparator) |
RGAVGrouping(Comparator<ArtifactInfo> comparator) |
RGGrouping(Comparator<ArtifactInfo> comparator) |
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.