Package | Description |
---|---|
org.alfresco.service.cmr.search |
Modifier and Type | Field and Description |
---|---|
static SearchParameters.Operator |
SearchParameters.AND
AND
|
static SearchParameters.Operator |
SearchParameters.OR
OR
|
Modifier and Type | Method and Description |
---|---|
SearchParameters.Operator |
SearchParameters.getDefaultFTSFieldOperator()
As getDefaultFTSConnective() but for field groups
|
SearchParameters.Operator |
SearchParameters.getDefaultFTSOperator()
Get the default connective used when OR and AND are not specified for the FTS contains() function.
|
SearchParameters.Operator |
SearchParameters.getDefaultOperator()
Get the default operator for query elements when they are not explicit in the query.
|
static SearchParameters.Operator |
SearchParameters.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchParameters.Operator[] |
SearchParameters.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SearchService.contains(NodeRef nodeRef,
QName propertyQName,
String googleLikePattern,
SearchParameters.Operator defaultOperator)
Search for string pattern in both the node text (if present) and node
properties
|
void |
SearchParameters.setDefaultFTSFieldConnective(SearchParameters.Operator defaultFTSFieldOperator)
As setDefaultFTSConnective() but for field groups
|
void |
SearchParameters.setDefaultFTSOperator(SearchParameters.Operator defaultFTSOperator)
Set the default connective used when OR and AND are not specified for the FTS contains() function.
|
void |
SearchParameters.setDefaultOperator(SearchParameters.Operator defaultOperator)
Set the default operator for query elements when they are not explicit in the query.
|
Copyright © 2005–2019 Alfresco Software. All rights reserved.