Uses of Class
org.apache.lucene.luke.models.search.QueryParserConfig.Operator
-
Packages that use QueryParserConfig.Operator Package Description org.apache.lucene.luke.models.search Models and APIs for the Search tab -
-
Uses of QueryParserConfig.Operator in org.apache.lucene.luke.models.search
Methods in org.apache.lucene.luke.models.search that return QueryParserConfig.Operator Modifier and Type Method Description QueryParserConfig.OperatorQueryParserConfig. getDefaultOperator()static QueryParserConfig.OperatorQueryParserConfig.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryParserConfig.Operator[]QueryParserConfig.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.luke.models.search with parameters of type QueryParserConfig.Operator Modifier and Type Method Description QueryParserConfig.BuilderQueryParserConfig.Builder. defaultOperator(QueryParserConfig.Operator op)
-