Package | Description |
---|---|
org.modeshape.jcr.query.lucene |
The core query engine, which currently uses Lucene for indexing and raw queries, and
the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA)
for updating and querying the Lucene indexes.
|
Modifier and Type | Class and Description |
---|---|
class |
CompareLengthQuery
A Lucene
Query implementation that is used to apply a Length constraint against a string field. |
class |
CompareNameQuery
A Lucene
Query implementation that is used to apply a Comparison constraint against the name of nodes. |
class |
ComparePathQuery
A Lucene
Query implementation that is used to apply a Comparison constraint against the
Path of nodes. |
class |
CompareStringQuery
A Lucene
Query implementation that is used to apply a Comparison constraint against a string field. |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.