Uses of Enum
org.apache.maven.index.SearchType
Packages that use SearchType
-
Uses of SearchType in org.apache.maven.index
Methods in org.apache.maven.index that return SearchTypeModifier and TypeMethodDescriptionstatic SearchTypeReturns 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 SearchTypeModifier and TypeMethodDescriptionorg.apache.lucene.search.QueryDefaultIndexer.constructQuery(Field field, String expression, SearchType searchType) org.apache.lucene.search.QueryDefaultNexusIndexer.constructQuery(Field field, String query, SearchType type) Deprecated.org.apache.lucene.search.QueryDefaultQueryCreator.constructQuery(Field field, String query, SearchType type) 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.QueryNexusIndexer.constructQuery(Field field, String query, SearchType type) Deprecated.org.apache.lucene.search.QueryQueryCreator.constructQuery(Field field, String query, SearchType type) Deprecated.UseQueryCreator.constructQuery(Field, SearchExpression)instead.DefaultQueryCreator.selectIndexerField(Field field, SearchType type) 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
Methods in org.apache.maven.index.expr that return SearchTypeModifier and TypeMethodDescriptionSearchTyped.getSearchType()SearchTypedStringSearchExpression.getSearchType()Constructors in org.apache.maven.index.expr with parameters of type SearchTypeModifierConstructorDescriptionSearchTypedStringSearchExpression(String expression, SearchType searchType)
Indexerinstead.