Package | Description |
---|---|
org.apache.maven.index | |
org.apache.maven.index.treeview |
Modifier and Type | Field and Description |
---|---|
static Field |
MAVEN.ARTIFACT_ID |
static Field |
MAVEN.BASE_VERSION |
static Field |
OSGI.BUNDLE_REQUIRED_EXECUTION_ENVIRONMENT
used to hold the Fragment Host header for an OSGI Fragment bundle.
|
static Field |
MAVEN.CLASSIFIER |
static Field |
MAVEN.CLASSNAMES |
static Field |
NEXUS.DELETED |
static Field |
MAVEN.DESCRIPTION |
static Field |
OSGI.DESCRIPTION |
static Field |
OSGI.DOCURL |
static Field |
OSGI.EXPORT_PACKAGE |
static Field |
OSGI.EXPORT_SERVICE
Deprecated.
|
static Field |
MAVEN.EXTENSION |
private Field |
MatchHighlight.field |
private Field |
MatchHighlightRequest.field |
static Field |
OSGI.FRAGMENT_HOST
used to hold the Fragment Host header for an OSGI Fragment bundle.
|
static Field |
MAVEN.GROUP_ID |
static Field |
OSGI.IMPORT_PACKAGE |
static Field |
NEXUS.INFO |
static Field |
MAVEN.LAST_MODIFIED |
static Field |
OSGI.LICENSE |
static Field |
MAVEN.NAME |
static Field |
OSGI.NAME |
private Field |
IndexerField.ontology |
static Field |
MAVEN.PACKAGING |
private Field |
Field.parent |
static Field |
MAVEN.PLUGIN_GOALS |
static Field |
MAVEN.PLUGIN_PREFIX |
static Field |
OSGI.PROVIDE_CAPABILITY
used by OSGI resolvers to determine which bundles / artifacts / environments, etc.
|
static Field |
MAVEN.REPOSITORY_ID |
static Field |
OSGI.REQUIRE_BUNDLE |
static Field |
OSGI.REQUIRE_CAPABILITY
used by OSGI resolvers to indicate which services, features, etc are required by a given .
|
static Field |
MAVEN.SHA1 |
static Field |
OSGI.SHA256
used to hold the SHA256 checksum required as identifier for OSGI Content resources.
|
static Field |
OSGI.SYMBOLIC_NAME |
static Field |
NEXUS.UINFO |
static Field |
MAVEN.VERSION |
static Field |
OSGI.VERSION |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<Field> |
ArtifactInfo.DEFAULT_FIELDS |
private java.util.List<Field> |
ArtifactInfo.fields |
private java.util.Set<Field> |
UniqueArtifactFilterPostprocessor.uniqueFields |
Modifier and Type | Method and Description |
---|---|
Field |
MatchHighlight.getField() |
Field |
MatchHighlightRequest.getField() |
Field |
IndexerField.getOntology() |
Field |
Field.getParent() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Field> |
ArtifactInfo.getFields() |
Modifier and Type | Method and Description |
---|---|
void |
UniqueArtifactFilterPostprocessor.addField(Field field) |
org.apache.lucene.search.Query |
DefaultQueryCreator.constructQuery(Field field,
IndexerField indexerField,
java.lang.String query,
SearchType type) |
org.apache.lucene.search.Query |
DefaultIndexer.constructQuery(Field field,
SearchExpression expression) |
org.apache.lucene.search.Query |
DefaultNexusIndexer.constructQuery(Field field,
SearchExpression expression)
Deprecated.
|
org.apache.lucene.search.Query |
DefaultQueryCreator.constructQuery(Field field,
SearchExpression expression) |
org.apache.lucene.search.Query |
Indexer.constructQuery(Field field,
SearchExpression expression)
Helper method to construct Lucene query for given field without need for knowledge (on caller side) HOW is a
field indexed, and WHAT query is needed to achieve that search.
|
org.apache.lucene.search.Query |
NexusIndexer.constructQuery(Field field,
SearchExpression expression)
Deprecated.
Use
Indexer instead. |
org.apache.lucene.search.Query |
QueryCreator.constructQuery(Field field,
SearchExpression expression)
Constructs query by parsing the query string, using field as default field.
|
org.apache.lucene.search.Query |
DefaultIndexer.constructQuery(Field field,
java.lang.String expression,
SearchType searchType) |
org.apache.lucene.search.Query |
DefaultNexusIndexer.constructQuery(Field field,
java.lang.String query,
SearchType type)
Deprecated.
|
org.apache.lucene.search.Query |
DefaultQueryCreator.constructQuery(Field field,
java.lang.String query,
SearchType type) |
org.apache.lucene.search.Query |
Indexer.constructQuery(Field field,
java.lang.String expression,
SearchType searchType)
Helper method to construct Lucene query for given field without need for knowledge (on caller side) HOW is a
field indexed, and WHAT query is needed to achieve that search.
|
org.apache.lucene.search.Query |
NexusIndexer.constructQuery(Field field,
java.lang.String query,
SearchType type)
Deprecated.
Use
Indexer instead. |
org.apache.lucene.search.Query |
QueryCreator.constructQuery(Field field,
java.lang.String query,
SearchType type)
Deprecated.
Use
QueryCreator.constructQuery(Field, SearchExpression) instead. |
java.lang.String |
ArtifactInfo.getFieldValue(Field field)
This method will disappear, once we drop ArtifactInfo.
|
java.util.Collection<ArtifactInfo> |
DefaultNexusIndexer.identify(Field field,
java.lang.String query)
Deprecated.
|
java.util.Collection<ArtifactInfo> |
NexusIndexer.identify(Field field,
java.lang.String query)
Deprecated.
|
IndexerField |
DefaultQueryCreator.selectIndexerField(Field field,
SearchType type) |
IndexerField |
QueryCreator.selectIndexerField(Field field,
SearchType type)
Performs a selection of the appropriate IndexerField belonging to proper Field.
|
protected IndexerField |
DefaultIteratorResultSet.selectStoredIndexerField(Field field)
Select a STORED IndexerField assigned to passed in Field.
|
ArtifactInfo |
ArtifactInfo.setFieldValue(Field field,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactInfo.setFields(java.util.List<Field> fields) |
Constructor and Description |
---|
Field(Field parent,
java.lang.String namespace,
java.lang.String name,
java.lang.String description) |
IndexerField(Field ontology,
IndexerFieldVersion version,
java.lang.String key,
java.lang.String description,
org.apache.lucene.document.FieldType fieldType) |
MatchHighlight(Field field,
java.util.List<java.lang.String> highlightedMatch) |
MatchHighlightRequest(Field field,
org.apache.lucene.search.Query query,
MatchHighlightMode highlightMode) |
Constructor and Description |
---|
UniqueArtifactFilterPostprocessor(java.util.Set<Field> uniqueFields) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Field,java.lang.String> |
TreeViewRequest.fieldHints |
Modifier and Type | Method and Description |
---|---|
java.util.Map<Field,java.lang.String> |
TreeViewRequest.getFieldHints() |
Modifier and Type | Method and Description |
---|---|
void |
TreeViewRequest.addFieldHint(Field field,
java.lang.String hint) |
java.lang.String |
TreeViewRequest.getFieldHint(Field field) |
protected java.lang.String |
DefaultIndexTreeView.getPathForAi(ArtifactInfo ai,
Field field)
Builds a path out from ArtifactInfo.
|
boolean |
TreeViewRequest.hasFieldHint(Field... fields) |
void |
TreeViewRequest.removeFieldHint(Field field) |
Constructor and Description |
---|
TreeViewRequest(TreeNodeFactory factory,
java.lang.String path,
java.util.Map<Field,java.lang.String> hints,
ArtifactInfoFilter artifactInfoFilter,
IndexingContext ctx) |