public class LocalNameRangeQuery extends RangeQuery
LocalNameRangeQuery
implements a range query on the local name
of nodes.TRANSFORM_LOWER_CASE, TRANSFORM_NONE, TRANSFORM_UPPER_CASE
Constructor and Description |
---|
LocalNameRangeQuery(String lowerName,
String upperName,
boolean inclusive,
org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)
Creates a new
LocalNameRangeQuery . |
createWeight, extractTerms, rewrite, setTransformation, toString
public LocalNameRangeQuery(String lowerName, String upperName, boolean inclusive, org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)
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.Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.