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

Packages that use SearchType
org.apache.maven.index   
org.apache.maven.index.expr   
 

Uses of SearchType in org.apache.maven.index
 

Methods in org.apache.maven.index that return SearchType
static SearchType SearchType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SearchType[] SearchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.maven.index with parameters of type SearchType
 org.apache.lucene.search.Query DefaultQueryCreator.constructQuery(Field field, IndexerField indexerField, String query, SearchType type)
           
 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. 
 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)
           
 

Uses of SearchType in org.apache.maven.index.expr
 

Methods in org.apache.maven.index.expr that return SearchType
 SearchType SearchTypedStringSearchExpression.getSearchType()
           
 SearchType SearchTyped.getSearchType()
           
 

Constructors in org.apache.maven.index.expr with parameters of type SearchType
SearchTypedStringSearchExpression(String expression, SearchType searchType)
           
 



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