Package | Description |
---|---|
org.apache.maven.index | |
org.apache.maven.index.context | |
org.apache.maven.index.creator |
Modifier and Type | Field and Description |
---|---|
static IndexerField |
ArtifactInfoRecord.FLD_DELETED
Del: contains UINFO to mark record as deleted (needed for incremental updates!).
|
static IndexerField |
ArtifactInfoRecord.FLD_UINFO
Unique groupId, artifactId, version, classifier, extension (or packaging).
|
Modifier and Type | Method and Description |
---|---|
IndexerField |
QueryCreator.selectIndexerField(Field field,
SearchType type)
Performs a selection of the appropriate IndexerField belonging to proper Field.
|
IndexerField |
DefaultQueryCreator.selectIndexerField(Field field,
SearchType type) |
protected IndexerField |
DefaultIteratorResultSet.selectStoredIndexerField(Field field)
Select a STORED IndexerField assigned to passed in Field.
|
Modifier and Type | Method and Description |
---|---|
Collection<IndexerField> |
Field.getIndexerFields() |
Modifier and Type | Method and Description |
---|---|
boolean |
Field.addIndexerField(IndexerField field) |
org.apache.lucene.search.Query |
DefaultQueryCreator.constructQuery(Field field,
IndexerField indexerField,
String query,
SearchType type) |
protected int |
DefaultQueryCreator.countTerms(IndexerField indexerField,
String query) |
protected List<String> |
DefaultIteratorResultSet.highlightField(IndexingContext context,
MatchHighlightRequest hr,
IndexerField field,
String text)
Returns a string that contains match fragment highlighted in style as user requested.
|
boolean |
SearchType.matchesIndexerField(IndexerField field) |
boolean |
Field.removeIndexerField(IndexerField field) |
Modifier and Type | Method and Description |
---|---|
Collection<IndexerField> |
IndexCreator.getIndexerFields()
Returns the indexer fields that this IndexCreator introduces to index.
|
Modifier and Type | Field and Description |
---|---|
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_ARTIFACT_ID |
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_ARTIFACT_ID_KW |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_DESCRIPTION |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_DOCURL |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_EXPORT_PACKAGE |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_EXPORT_SERVIVE
Deprecated.
|
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_FRAGMENT_HOST |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_IMPORT_PACKAGE |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_LICENSE |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_NAME |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_PROVIDE_CAPABILITY |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_REQUIRE_BUNDLE |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_REQUIRE_CAPABILITY |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_REQUIRED_EXECUTION_ENVIRONMENT |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_SYMBOLIC_NAME |
static IndexerField |
OsgiArtifactIndexCreator.FLD_BUNDLE_VERSION |
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_CLASSIFIER |
static IndexerField |
JarFileContentsIndexCreator.FLD_CLASSNAMES |
static IndexerField |
JarFileContentsIndexCreator.FLD_CLASSNAMES_KW
NexusAnalyzer makes exception with this field only, to keep backward compatibility with old consumers of
nexus-indexer.
|
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_DESCRIPTION |
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_EXTENSION |
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_GROUP_ID |
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_GROUP_ID_KW |
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_INFO
Info: packaging, lastModified, size, sourcesExists, javadocExists, signatureExists.
|
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_LAST_MODIFIED |
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_NAME |
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_PACKAGING |
static IndexerField |
MavenPluginArtifactInfoIndexCreator.FLD_PLUGIN_GOALS |
static IndexerField |
MavenPluginArtifactInfoIndexCreator.FLD_PLUGIN_PREFIX |
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_SHA1 |
static IndexerField |
OsgiArtifactIndexCreator.FLD_SHA256 |
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_VERSION |
static IndexerField |
MinimalArtifactInfoIndexCreator.FLD_VERSION_KW |
Modifier and Type | Method and Description |
---|---|
Collection<IndexerField> |
OsgiArtifactIndexCreator.getIndexerFields() |
Collection<IndexerField> |
MinimalArtifactInfoIndexCreator.getIndexerFields() |
Collection<IndexerField> |
MavenPluginArtifactInfoIndexCreator.getIndexerFields() |
Collection<IndexerField> |
MavenArchetypeArtifactInfoIndexCreator.getIndexerFields() |
Collection<IndexerField> |
JarFileContentsIndexCreator.getIndexerFields() |
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.