Uses of Class
org.apache.maven.index.Field

Packages that use Field
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
static Field MAVEN.ARTIFACT_ID
           
static Field MAVEN.BASE_VERSION
           
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
           
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 MAVEN.REPOSITORY_ID
           
static Field OSGI.REQUIRE_BUNDLE
           
static Field MAVEN.SHA1
           
static Field OSGI.SYMBOLIC_NAME
           
static Field NEXUS.UINFO
           
static Field OSGI.VERSION
           
static Field MAVEN.VERSION
           
 

Methods in org.apache.maven.index that return Field
 Field MatchHighlightRequest.getField()
           
 Field MatchHighlight.getField()
           
 Field IndexerField.getOntology()
           
 Field Field.getParent()
           
 

Methods in org.apache.maven.index that return types with arguments of type Field
 Collection<Field> ArtifactInfo.getFields()
           
 

Methods in org.apache.maven.index with parameters of type Field
 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)
          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.
 org.apache.lucene.search.Query DefaultQueryCreator.constructQuery(Field field, SearchExpression expression)
           
 org.apache.lucene.search.Query DefaultNexusIndexer.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 NexusIndexer.constructQuery(Field, SearchExpression) instead.
 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. 
 String ArtifactInfo.getFieldValue(Field field)
          This method will disappear, once we drop ArtifactInfo.
 Collection<ArtifactInfo> NexusIndexer.identify(Field field, String query)
           
 Collection<ArtifactInfo> DefaultNexusIndexer.identify(Field field, String query)
           
 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)
           
 

Constructors in org.apache.maven.index with parameters of type Field
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 parameters in org.apache.maven.index with type arguments of type Field
UniqueArtifactFilterPostprocessor(Set<Field> uniqueFields)
           
 

Uses of Field in org.apache.maven.index.treeview
 

Methods in org.apache.maven.index.treeview that return types with arguments of type Field
 Map<Field,String> TreeViewRequest.getFieldHints()
           
 

Methods in org.apache.maven.index.treeview with parameters of type Field
 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 parameters in org.apache.maven.index.treeview with type arguments of type Field
TreeViewRequest(TreeNodeFactory factory, String path, Map<Field,String> hints, ArtifactInfoFilter artifactInfoFilter, IndexingContext ctx)
           
 



Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.