| 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,javax.jcr.Value> bindVariableValues,
org.apache.jackrabbit.spi.commons.query.qom.SelectorImpl[] selectors,
LuceneQueryFactory factory,
javax.jcr.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(javax.jcr.Session session,
LuceneQueryFactory lqf,
Map<String,javax.jcr.Value> variables) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.