Class OrQuery

    • Constructor Detail

      • OrQuery

        public OrQuery​(java.util.List<SrndQuery> queries,
                       boolean infix,
                       java.lang.String opName)
    • Method Detail

      • distanceSubQueryNotAllowed

        public java.lang.String distanceSubQueryNotAllowed()
        Description copied from interface: DistanceSubQuery
        When distanceSubQueryNotAllowed() returns non null, the reason why the subquery is not allowed as a distance subquery is returned.
        When distanceSubQueryNotAllowed() returns null addSpanNearQueries() can be used in the creation of the span near clause for the subquery.
        Specified by:
        distanceSubQueryNotAllowed in interface DistanceSubQuery