Class LocalNameRangeQuery

    • Constructor Detail

      • LocalNameRangeQuery

        public LocalNameRangeQuery​(String lowerName,
                                   String upperName,
                                   boolean inclusive,
                                   org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)
        Creates a new LocalNameRangeQuery. The lower or the upper bound may be null, but not both!
        Parameters:
        lowerName - the lower bound or null.
        upperName - the upper bound or null.
        inclusive - if bounds are inclusive.