| Package | Description |
|---|---|
| org.apache.jackrabbit.core.query.lucene.constraint | |
| org.apache.jackrabbit.core.query.lucene.join |
| Modifier and Type | Method and Description |
|---|---|
static Constraint |
ConstraintBuilder.create(org.apache.jackrabbit.spi.commons.query.qom.ConstraintImpl constraint,
Map<String,Value> bindVariableValues,
org.apache.jackrabbit.spi.commons.query.qom.SelectorImpl[] selectors,
LuceneQueryFactory factory,
ValueFactory vf)
Creates a
Constraint from a QOM constraint. |
| Constructor and Description |
|---|
FullTextConstraint(org.apache.jackrabbit.spi.commons.query.qom.FullTextSearchImpl fts,
org.apache.jackrabbit.spi.commons.query.qom.SelectorImpl selector,
LuceneQueryFactory factory)
Creates a new full text search constraint.
|
PropertyExistenceConstraint(org.apache.jackrabbit.spi.commons.query.qom.PropertyExistenceImpl prop,
org.apache.jackrabbit.spi.commons.query.qom.SelectorImpl selector,
LuceneQueryFactory factory)
Creates a new property existence constraint.
|
QueryConstraint(org.apache.lucene.search.Query constraint,
org.apache.jackrabbit.spi.commons.query.qom.SelectorImpl selector,
LuceneQueryFactory factory)
Creates a new query constraint using the given lucene query.
|
| Constructor and Description |
|---|
QueryEngine(Session session,
LuceneQueryFactory lqf,
Map<String,Value> variables) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.