|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.search.Query
org.apache.jackrabbit.core.query.lucene.RangeQuery
org.apache.jackrabbit.core.query.lucene.LocalNameRangeQuery
public class LocalNameRangeQuery
LocalNameRangeQuery implements a range query on the local name
of nodes.
| Field Summary |
|---|
| Fields inherited from interface org.apache.jackrabbit.core.query.lucene.TransformConstants |
|---|
TRANSFORM_LOWER_CASE, TRANSFORM_NONE, TRANSFORM_UPPER_CASE |
| Constructor Summary | |
|---|---|
LocalNameRangeQuery(String lowerName,
String upperName,
boolean inclusive)
Creates a new LocalNameRangeQuery. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.jackrabbit.core.query.lucene.RangeQuery |
|---|
createWeight, extractTerms, rewrite, setTransformation, toString |
| Methods inherited from class org.apache.lucene.search.Query |
|---|
clone, combine, getBoost, getSimilarity, mergeBooleanQueries, setBoost, toString, weight |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LocalNameRangeQuery(String lowerName,
String upperName,
boolean inclusive)
LocalNameRangeQuery. The lower or the upper
bound may be null, but not both!
lowerName - the lower bound or null.upperName - the upper bound or null.inclusive - if bounds are inclusive.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||