Modifier and Type | Method and Description |
---|---|
static Constraint |
CMISFTSQueryParser.buildFTS(String ftsExpression,
QueryModelFactory factory,
FunctionEvaluationContext functionEvaluationContext,
Selector selector,
Map<String,Column> columnMap,
String defaultField) |
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 | Interface and Description |
---|---|
interface |
Conjunction |
interface |
Disjunction |
interface |
FunctionalConstraint
A constraint defined by a function that returns a boolean value.
|
Modifier and Type | Method and Description |
---|---|
Constraint |
QueryModelFactory.createConjunction(List<Constraint> constraints) |
Constraint |
QueryModelFactory.createDisjunction(List<Constraint> constraints) |
Constraint |
QueryModelFactory.createFunctionalConstraint(Function function,
Map<String,Argument> functionArguments) |
Constraint |
Query.getConstraint()
Get the constraints for the query.
|
Constraint |
Join.getJoinCondition()
Get the join condition.
|
Modifier and Type | Method and Description |
---|---|
List<Constraint> |
Disjunction.getConstraints()
Get the list of constraints for which at least one must be met.
|
List<Constraint> |
Conjunction.getConstraints()
Get the list of constraints which must all be met
|
Modifier and Type | Method and Description |
---|---|
Join |
QueryModelFactory.createJoin(Source left,
Source right,
JoinType joinType,
Constraint joinCondition) |
Query |
QueryModelFactory.createQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Modifier and Type | Method and Description |
---|---|
Constraint |
QueryModelFactory.createConjunction(List<Constraint> constraints) |
Constraint |
QueryModelFactory.createDisjunction(List<Constraint> constraints) |
Modifier and Type | Class and Description |
---|---|
class |
BaseConjunction |
class |
BaseConstraint |
class |
BaseDisjunction |
class |
BaseFunctionalConstraint |
class |
SimpleConstraint |
Modifier and Type | Method and Description |
---|---|
Constraint |
BaseQuery.getConstraint() |
Constraint |
BaseJoin.getJoinCondition() |
Modifier and Type | Method and Description |
---|---|
List<Constraint> |
BaseConjunction.getConstraints() |
List<Constraint> |
BaseDisjunction.getConstraints() |
Constructor and Description |
---|
BaseJoin(Source left,
Source right,
JoinType joinType,
Constraint joinConstraint) |
BaseQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Constructor and Description |
---|
BaseConjunction(List<Constraint> constraints) |
BaseDisjunction(List<Constraint> constraints) |
Modifier and Type | Class and Description |
---|---|
class |
LuceneConjunction<Q,S,E extends Throwable> |
class |
LuceneDisjunction<Q,S,E extends Throwable> |
class |
LuceneFunctionalConstraint<Q,S,E extends Throwable> |
Modifier and Type | Method and Description |
---|---|
Constraint |
LuceneQueryModelFactory.createConjunction(List<Constraint> constraints) |
Constraint |
LuceneQueryModelFactory.createDisjunction(List<Constraint> constraints) |
Constraint |
LuceneQueryModelFactory.createFunctionalConstraint(Function function,
Map<String,Argument> functionArguments) |
Modifier and Type | Method and Description |
---|---|
Join |
LuceneQueryModelFactory.createJoin(Source left,
Source right,
JoinType joinType,
Constraint joinCondition) |
Query |
LuceneQueryModelFactory.createQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Modifier and Type | Method and Description |
---|---|
Constraint |
LuceneQueryModelFactory.createConjunction(List<Constraint> constraints) |
Constraint |
LuceneQueryModelFactory.createDisjunction(List<Constraint> constraints) |
Constructor and Description |
---|
LuceneJoin(Source left,
Source right,
JoinType joinType,
Constraint joinConstraint) |
LuceneQuery(List<Column> columns,
Source source,
Constraint constraint,
List<Ordering> orderings) |
Constructor and Description |
---|
LuceneConjunction(List<Constraint> constraints) |
LuceneDisjunction(List<Constraint> constraints) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.