STAIRS provided good search performance by indexing every word in a document except user-selectable
stop words, usually common words such as "and" or "the." Two levels of index were used, a
dictionary containing one occurrence of each word, and an
inverted text file storing document identification and position information for each occurrence of each word. The actual document text was stored in a third
text file. STAIRS document databases could only be updated
off-line. The data (in the non-CMS implementations) was stored in
basic direct access method (BDAM) files, which caused upgrade and portability problems later in its life-cycle. ==See also==