Uses of Class
org.apache.maven.index.Field
Packages that use Field
-
Uses of Field in org.apache.maven.index
Fields in org.apache.maven.index declared as FieldModifier and TypeFieldDescriptionstatic final FieldMAVEN.ARTIFACT_IDstatic final FieldMAVEN.BASE_VERSIONstatic final Fieldused to hold the Fragment Host header for an OSGI Fragment bundle.static final FieldMAVEN.CLASSIFIERstatic final FieldMAVEN.CLASSNAMESstatic final FieldNEXUS.DELETEDstatic final FieldMAVEN.DESCRIPTIONstatic final FieldOSGI.DESCRIPTIONstatic final FieldOSGI.DOCURLstatic final FieldOSGI.EXPORT_PACKAGEstatic final FieldOSGI.EXPORT_SERVICEDeprecated.static final FieldMAVEN.EXTENSIONstatic final FieldOSGI.FRAGMENT_HOSTused to hold the Fragment Host header for an OSGI Fragment bundle.static final FieldMAVEN.GROUP_IDstatic final FieldOSGI.IMPORT_PACKAGEstatic final FieldNEXUS.INFOstatic final FieldMAVEN.LAST_MODIFIEDstatic final FieldOSGI.LICENSEstatic final FieldMAVEN.NAMEstatic final FieldOSGI.NAMEstatic final FieldMAVEN.PACKAGINGstatic final FieldMAVEN.PLUGIN_GOALSstatic final FieldMAVEN.PLUGIN_PREFIXstatic final FieldOSGI.PROVIDE_CAPABILITYused by OSGI resolvers to determine which bundles / artifacts / environments, etc.static final FieldMAVEN.REPOSITORY_IDstatic final FieldOSGI.REQUIRE_BUNDLEstatic final FieldOSGI.REQUIRE_CAPABILITYused by OSGI resolvers to indicate which services, features, etc are required by a given .static final FieldMAVEN.SHA1static final FieldOSGI.SHA256used to hold the SHA256 checksum required as identifier for OSGI Content resources.static final FieldOSGI.SYMBOLIC_NAMEstatic final FieldNEXUS.UINFOstatic final FieldMAVEN.VERSIONstatic final FieldOSGI.VERSIONMethods in org.apache.maven.index that return FieldModifier and TypeMethodDescriptionMatchHighlight.getField()MatchHighlightRequest.getField()IndexerField.getOntology()Field.getParent()Methods in org.apache.maven.index that return types with arguments of type FieldMethods in org.apache.maven.index with parameters of type FieldModifier and TypeMethodDescriptionvoidorg.apache.lucene.search.QueryDefaultIndexer.constructQuery(Field field, String expression, SearchType searchType) org.apache.lucene.search.QueryDefaultIndexer.constructQuery(Field field, SearchExpression expression) org.apache.lucene.search.QueryDefaultNexusIndexer.constructQuery(Field field, String query, SearchType type) Deprecated.org.apache.lucene.search.QueryDefaultNexusIndexer.constructQuery(Field field, SearchExpression expression) Deprecated.org.apache.lucene.search.QueryDefaultQueryCreator.constructQuery(Field field, String query, SearchType type) org.apache.lucene.search.QueryDefaultQueryCreator.constructQuery(Field field, SearchExpression expression) org.apache.lucene.search.QueryDefaultQueryCreator.constructQuery(Field field, IndexerField indexerField, String query, SearchType type) org.apache.lucene.search.QueryIndexer.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.QueryIndexer.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.QueryNexusIndexer.constructQuery(Field field, String query, SearchType type) Deprecated.org.apache.lucene.search.QueryNexusIndexer.constructQuery(Field field, SearchExpression expression) Deprecated.UseIndexerinstead.org.apache.lucene.search.QueryQueryCreator.constructQuery(Field field, String query, SearchType type) Deprecated.UseQueryCreator.constructQuery(Field, SearchExpression)instead.org.apache.lucene.search.QueryQueryCreator.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 IndexerFieldDefaultIteratorResultSet.selectStoredIndexerField(Field field) Select a STORED IndexerField assigned to passed in Field.ArtifactInfo.setFieldValue(Field field, String value) Method parameters in org.apache.maven.index with type arguments of type FieldConstructors in org.apache.maven.index with parameters of type FieldModifierConstructorDescriptionIndexerField(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) Constructor parameters in org.apache.maven.index with type arguments of type Field -
Uses of Field in org.apache.maven.index.treeview
Methods in org.apache.maven.index.treeview that return types with arguments of type FieldMethods in org.apache.maven.index.treeview with parameters of type FieldModifier and TypeMethodDescriptionvoidTreeViewRequest.addFieldHint(Field field, String hint) TreeViewRequest.getFieldHint(Field field) protected StringDefaultIndexTreeView.getPathForAi(ArtifactInfo ai, Field field) Builds a path out from ArtifactInfo.booleanTreeViewRequest.hasFieldHint(Field... fields) voidTreeViewRequest.removeFieldHint(Field field) Constructor parameters in org.apache.maven.index.treeview with type arguments of type FieldModifierConstructorDescriptionTreeViewRequest(TreeNodeFactory factory, String path, Map<Field, String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)
Indexerinstead.