Uses of Class
org.apache.maven.index.SearchType
-
Packages that use SearchType Package Description 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 Modifier and Type Method Description static SearchType
SearchType. valueOf(java.lang.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 Modifier and Type Method Description org.apache.lucene.search.Query
DefaultIndexer. constructQuery(Field field, java.lang.String expression, SearchType searchType)
org.apache.lucene.search.Query
DefaultNexusIndexer. constructQuery(Field field, java.lang.String query, SearchType type)
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, 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
NexusIndexer. constructQuery(Field field, java.lang.String query, SearchType type)
Deprecated.UseIndexer
instead.org.apache.lucene.search.Query
QueryCreator. constructQuery(Field field, java.lang.String query, SearchType type)
Deprecated.UseQueryCreator.constructQuery(Field, SearchExpression)
instead.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. -
Uses of SearchType in org.apache.maven.index.expr
Fields in org.apache.maven.index.expr declared as SearchType Modifier and Type Field Description private SearchType
SearchTypedStringSearchExpression. searchType
Methods in org.apache.maven.index.expr that return SearchType Modifier and Type Method Description SearchType
SearchTyped. getSearchType()
SearchType
SearchTypedStringSearchExpression. getSearchType()
Constructors in org.apache.maven.index.expr with parameters of type SearchType Constructor Description SearchTypedStringSearchExpression(java.lang.String expression, SearchType searchType)
-