Package | Description |
---|---|
org.alfresco.repo.search.impl.parsers | |
org.alfresco.repo.search.impl.querymodel |
Modifier and Type | Method and Description |
---|---|
static Constraint |
FTSQueryParser.buildFTS(String ftsExpression,
QueryModelFactory factory,
FunctionEvaluationContext functionEvaluationContext,
Selector selector,
Map<String,Column> columnMap,
FTSParser.Mode mode,
QueryOptions.Connective defaultFieldConnective,
Map<String,String> templates,
String defaultField,
FTSQueryParser.RerankPhase rerankPhase) |
Modifier and Type | Method and Description |
---|---|
QueryOptions.Connective |
QueryOptions.getDefaultFTSConnective()
Get the default connective used when OR and AND are not specified for the FTS contains() function.
|
QueryOptions.Connective |
QueryOptions.getDefaultFTSFieldConnective()
As getDefaultFTSConnective() but for field groups
|
static QueryOptions.Connective |
QueryOptions.Connective.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOptions.Connective[] |
QueryOptions.Connective.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryOptions.setDefaultFTSConnective(QueryOptions.Connective defaultFTSConnective)
Set the default connective used when OR and AND are not specified for the FTS contains() function.
|
void |
QueryOptions.setDefaultFTSFieldConnective(QueryOptions.Connective defaultFTSFieldConnective)
As setDefaultFTSConnective() but for field groups
|
Copyright © 2005–2019 Alfresco Software. All rights reserved.