Z39.50 Implementor Agreement 1:

Linear Range Searching

December 22, 1997
Linear Range Searching refers to the problem of searching for records where the value of the specified access point is within the interval bounded by the two specified endpoints. (The endpoints must be comparable, in the sense that they are part of a set with an implicit order; examples are integers and dates: if both endpoints are integers, the implied order is normal integer order; if both endpoints are dates, then "date A is less than date B" if date A is "earlier" than date B.)
Note: this implementor agreement does not address, and should not preclude development of implementor agreements which do address, more complex range searching, where the boundaries require specification of more than two points, for example, searching within a polygon.

Examples of linear range searching are "Age greater than 25 and not greater than 49"; and "Publication date greater than 1980 and less than 1984".

A characteristic of linear range searching is that either endpoint may or may not be included. Thus for example when the endpoints are 25 and 49, all four of the following must be expressible:


When constructing an operand for linear searching:


Library of Congress