Uses of Class
com.jalios.jcms.search.queryparser.ParseOptions.Engine
-
Packages that use ParseOptions.Engine Package Description com.jalios.jcms.search.queryparser -
-
Uses of ParseOptions.Engine in com.jalios.jcms.search.queryparser
Methods in com.jalios.jcms.search.queryparser that return ParseOptions.Engine Modifier and Type Method Description ParseOptions.Engine
ParseOptions. getEngine()
Retrieve the Engine for which the search operation was requested.static ParseOptions.Engine
ParseOptions.Engine. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParseOptions.Engine[]
ParseOptions.Engine. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.search.queryparser with parameters of type ParseOptions.Engine Modifier and Type Method Description static float
DefaultQueryParser. getFieldBoost(ParseOptions.Engine engine, java.lang.String fieldName)
Return the boost that should be applied to a field at query time for text search.Constructors in com.jalios.jcms.search.queryparser with parameters of type ParseOptions.Engine Constructor Description ParseOptions(java.lang.String[] fields, AbstractQueryHandler<?> qh, ParseOptions.Engine engine)
ParseOptions(java.lang.String[] fields, QueryHandler qh, ParseOptions.Engine engine)
Build a new ParseOptions from the specified QueryHandler
-