Uses of Class
org.apache.maven.index.Field
-
Uses of Field in org.apache.maven.index
Modifier and TypeFieldDescriptionstatic final Field
MAVEN.ARTIFACT_ID
static final Field
MAVEN.BASE_VERSION
static final Field
used to hold the Fragment Host header for an OSGI Fragment bundle.static final Field
MAVEN.CLASSIFIER
static final Field
MAVEN.CLASSNAMES
static final Field
NEXUS.DELETED
static final Field
MAVEN.DESCRIPTION
static final Field
OSGI.DESCRIPTION
static final Field
OSGI.DOCURL
static final Field
OSGI.EXPORT_PACKAGE
static final Field
OSGI.EXPORT_SERVICE
Deprecated.static final Field
MAVEN.EXTENSION
static final Field
OSGI.FRAGMENT_HOST
used to hold the Fragment Host header for an OSGI Fragment bundle.static final Field
MAVEN.GROUP_ID
static final Field
OSGI.IMPORT_PACKAGE
static final Field
NEXUS.INFO
static final Field
MAVEN.LAST_MODIFIED
static final Field
OSGI.LICENSE
static final Field
MAVEN.NAME
static final Field
OSGI.NAME
static final Field
MAVEN.PACKAGING
static final Field
MAVEN.PLUGIN_GOALS
static final Field
MAVEN.PLUGIN_PREFIX
static final Field
OSGI.PROVIDE_CAPABILITY
used by OSGI resolvers to determine which bundles / artifacts / environments, etc.static final Field
MAVEN.REPOSITORY_ID
static final Field
OSGI.REQUIRE_BUNDLE
static final Field
OSGI.REQUIRE_CAPABILITY
used by OSGI resolvers to indicate which services, features, etc are required by a given .static final Field
MAVEN.SHA1
static final Field
OSGI.SHA256
used to hold the SHA256 checksum required as identifier for OSGI Content resources.static final Field
OSGI.SYMBOLIC_NAME
static final Field
NEXUS.UINFO
static final Field
MAVEN.VERSION
static final Field
OSGI.VERSION
Modifier and TypeMethodDescriptionMatchHighlight.getField()
MatchHighlightRequest.getField()
IndexerField.getOntology()
Field.getParent()
Modifier and TypeMethodDescriptionvoid
org.apache.lucene.search.Query
DefaultIndexer.constructQuery
(Field field, String expression, SearchType searchType) org.apache.lucene.search.Query
DefaultIndexer.constructQuery
(Field field, SearchExpression expression) org.apache.lucene.search.Query
DefaultNexusIndexer.constructQuery
(Field field, 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, 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, String query, SearchType type) 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
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, String query, SearchType type) Deprecated.org.apache.lucene.search.Query
NexusIndexer.constructQuery
(Field field, SearchExpression expression) Deprecated.UseIndexer
instead.org.apache.lucene.search.Query
QueryCreator.constructQuery
(Field field, 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.ArtifactInfo.getFieldValue
(Field field) This method will disappear, once we drop ArtifactInfo.Deprecated.Deprecated.DefaultQueryCreator.selectIndexerField
(Field field, SearchType type) 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.setFieldValue
(Field field, String value) ModifierConstructorDescriptionIndexerField
(Field ontology, IndexerFieldVersion version, String key, String description, org.apache.lucene.document.FieldType fieldType) MatchHighlight
(Field field, List<String> highlightedMatch) MatchHighlightRequest
(Field field, org.apache.lucene.search.Query query, MatchHighlightMode highlightMode) -
Uses of Field in org.apache.maven.index.treeview
Modifier and TypeMethodDescriptionvoid
TreeViewRequest.addFieldHint
(Field field, String hint) 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) ModifierConstructorDescriptionTreeViewRequest
(TreeNodeFactory factory, String path, Map<Field, String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)
Indexer
instead.