Class NameRangeQuery

    • Constructor Detail

      • NameRangeQuery

        public NameRangeQuery​(Name lowerName,
                              Name upperName,
                              boolean inclusive,
                              IndexFormatVersion version,
                              NamespaceMappings nsMappings,
                              org.apache.jackrabbit.core.query.lucene.PerQueryCache cache)
        Creates a new NameRangeQuery. The lower or the upper name may be null, but not both!
        Parameters:
        lowerName - the lower name of the interval, or null
        upperName - the upper name of the interval, or null.
        inclusive - if true the interval is inclusive.
        version - the index format version.
        nsMappings - the internal namespace mappings.