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 |
OSGI.DESCRIPTION |
static Field |
MAVEN.DESCRIPTION |
static Field |
OSGI.DOCURL |
static Field |
OSGI.EXPORT_PACKAGE |
static Field |
OSGI.EXPORT_SERVICE
Deprecated.
|
static Field |
MAVEN.EXTENSION |
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 |
OSGI.NAME |
static Field |
MAVEN.NAME |
static Field |
MAVEN.PACKAGING |
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. can satisfy a given
requirement.
|
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 |
OSGI.VERSION |
static Field |
MAVEN.VERSION |
Modifier and Type | Method and Description |
---|---|
Field |
MatchHighlightRequest.getField() |
Field |
MatchHighlight.getField() |
Field |
IndexerField.getOntology() |
Field |
Field.getParent() |
Modifier and Type | Method and Description |
---|---|
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,
String query,
SearchType type) |
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 |
NexusIndexer.constructQuery(Field field,
SearchExpression expression)
Deprecated.
Use
Indexer instead. |
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 |
DefaultQueryCreator.constructQuery(Field field,
SearchExpression expression) |
org.apache.lucene.search.Query |
DefaultNexusIndexer.constructQuery(Field field,
SearchExpression expression)
Deprecated.
|
org.apache.lucene.search.Query |
DefaultIndexer.constructQuery(Field field,
SearchExpression expression) |
org.apache.lucene.search.Query |
QueryCreator.constructQuery(Field field,
String query,
SearchType type)
Deprecated.
Use
QueryCreator.constructQuery(Field, SearchExpression) instead. |
org.apache.lucene.search.Query |
NexusIndexer.constructQuery(Field field,
String query,
SearchType type)
Deprecated.
Use
Indexer instead. |
org.apache.lucene.search.Query |
Indexer.constructQuery(Field field,
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 |
DefaultQueryCreator.constructQuery(Field field,
String query,
SearchType type) |
org.apache.lucene.search.Query |
DefaultNexusIndexer.constructQuery(Field field,
String query,
SearchType type)
Deprecated.
|
org.apache.lucene.search.Query |
DefaultIndexer.constructQuery(Field field,
String expression,
SearchType searchType) |
String |
ArtifactInfo.getFieldValue(Field field)
This method will disappear, once we drop ArtifactInfo.
|
Collection<ArtifactInfo> |
NexusIndexer.identify(Field field,
String query)
Deprecated.
|
Collection<ArtifactInfo> |
DefaultNexusIndexer.identify(Field field,
String query)
Deprecated.
|
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.
|
ArtifactInfo |
ArtifactInfo.setFieldValue(Field field,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactInfo.setFields(List<Field> fields) |
Constructor and Description |
---|
Field(Field parent,
String namespace,
String name,
String description) |
IndexerField(Field ontology,
IndexerFieldVersion version,
String key,
String description,
org.apache.lucene.document.Field.Store storeMethod,
org.apache.lucene.document.Field.Index indexMethod) |
IndexerField(Field ontology,
IndexerFieldVersion version,
String key,
String description,
org.apache.lucene.document.Field.Store storeMethod,
org.apache.lucene.document.Field.Index indexMethod,
org.apache.lucene.document.Field.TermVector termVector) |
MatchHighlight(Field field,
List<String> highlightedMatch) |
MatchHighlightRequest(Field field,
org.apache.lucene.search.Query query,
MatchHighlightMode highlightMode) |
Constructor and Description |
---|
UniqueArtifactFilterPostprocessor(Set<Field> uniqueFields) |
Modifier and Type | Method and Description |
---|---|
Map<Field,String> |
TreeViewRequest.getFieldHints() |
Modifier and Type | Method and Description |
---|---|
void |
TreeViewRequest.addFieldHint(Field field,
String hint) |
String |
TreeViewRequest.getFieldHint(Field field) |
protected 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,
String path,
Map<Field,String> hints,
ArtifactInfoFilter artifactInfoFilter,
IndexingContext ctx) |
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.