Uses of Class
org.apache.maven.index.Field
-
Packages that use Field Package Description org.apache.maven.index org.apache.maven.index.treeview -
-
Uses of Field in org.apache.maven.index
Fields in org.apache.maven.index declared as Field Modifier and Type Field 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
Fields in org.apache.maven.index with type parameters of type Field Modifier and Type Field Description private static java.util.List<Field>
ArtifactInfo. DEFAULT_FIELDS
private java.util.List<Field>
ArtifactInfo. fields
private java.util.Set<Field>
UniqueArtifactFilterPostprocessor. uniqueFields
Methods in org.apache.maven.index that return Field Modifier and Type Method Description Field
MatchHighlight. getField()
Field
MatchHighlightRequest. getField()
Field
IndexerField. getOntology()
Field
Field. getParent()
Methods in org.apache.maven.index that return types with arguments of type Field Modifier and Type Method Description java.util.Collection<Field>
ArtifactInfo. getFields()
Methods in org.apache.maven.index with parameters of type Field Modifier and Type Method Description void
UniqueArtifactFilterPostprocessor. addField(Field field)
org.apache.lucene.search.Query
DefaultIndexer. constructQuery(Field field, java.lang.String expression, SearchType searchType)
org.apache.lucene.search.Query
DefaultIndexer. constructQuery(Field field, SearchExpression expression)
org.apache.lucene.search.Query
DefaultNexusIndexer. constructQuery(Field field, java.lang.String query, SearchType type)
Deprecated.org.apache.lucene.search.Query
DefaultNexusIndexer. constructQuery(Field field, SearchExpression expression)
Deprecated.org.apache.lucene.search.Query
DefaultQueryCreator. constructQuery(Field field, java.lang.String query, SearchType type)
org.apache.lucene.search.Query
DefaultQueryCreator. constructQuery(Field field, SearchExpression expression)
org.apache.lucene.search.Query
DefaultQueryCreator. constructQuery(Field field, IndexerField indexerField, 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
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, java.lang.String query, SearchType type)
Deprecated.UseIndexer
instead.org.apache.lucene.search.Query
NexusIndexer. constructQuery(Field field, SearchExpression expression)
Deprecated.UseIndexer
instead.org.apache.lucene.search.Query
QueryCreator. constructQuery(Field field, java.lang.String query, SearchType type)
Deprecated.UseQueryCreator.constructQuery(Field, SearchExpression)
instead.org.apache.lucene.search.Query
QueryCreator. constructQuery(Field field, SearchExpression expression)
Constructs query by parsing the query string, using field as default field.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)
Method parameters in org.apache.maven.index with type arguments of type Field Modifier and Type Method Description void
ArtifactInfo. setFields(java.util.List<Field> fields)
Constructors in org.apache.maven.index with parameters of type Field Constructor 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 parameters in org.apache.maven.index with type arguments of type Field Constructor Description UniqueArtifactFilterPostprocessor(java.util.Set<Field> uniqueFields)
-
Uses of Field in org.apache.maven.index.treeview
Fields in org.apache.maven.index.treeview with type parameters of type Field Modifier and Type Field Description private java.util.Map<Field,java.lang.String>
TreeViewRequest. fieldHints
Methods in org.apache.maven.index.treeview that return types with arguments of type Field Modifier and Type Method Description java.util.Map<Field,java.lang.String>
TreeViewRequest. getFieldHints()
Methods in org.apache.maven.index.treeview with parameters of type Field Modifier and Type Method 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 parameters in org.apache.maven.index.treeview with type arguments of type Field Constructor Description TreeViewRequest(TreeNodeFactory factory, java.lang.String path, java.util.Map<Field,java.lang.String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)
-