Package | Description |
---|---|
com.jalios.jcms.search.queryparser |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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
|
Copyright © 2001-2017 Jalios SA. All Rights Reserved.