Jump to content

IBM STAIRS: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
ArmbrustBot (talk | contribs)
m External links: re-categorisation per Wikipedia:Categories for discussion/Log/2015 March 1, replaced: Category:Software written in assembly language → Category:Software written primarily in assembly language using AWB
History: Re-worded, with explanation of '/VS'.
Line 4: Line 4:


==History==
==History==
STAIRS was introduced as a product in 1973, but was said to have been developed in-house by IBM in support of its [[History of IBM#1969: Antitrust.2C the Unbundling of software and services|antitrust lawsuit]] in 1969. It was discontinued in 1992, and support ceased in 1994.<ref name=ProdAnn>{{cite web|last=IBM Corporation|title=5740-XR1 IBM Storage and Information Retrieval System/Virtual Storage (STAIRS/VS OS/VS and PC)|url=http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=dd&subtype=sm&appname=ShopzSeries&htmlfid=897/ENUS5740-XR1|accessdate=September 26, 2012}}</ref> Originally the product was just called STAIRS, but the name was later changed to STAIRS/VS. STAIRS was succeeded by IBM SearchManager/370 and SearchManager/2 in 1991.<ref name=ProdAnn />
STAIRS was introduced as a product in 1973, but was said to have been developed in-house by IBM in support of its [[History of IBM#1969: Antitrust.2C the Unbundling of software and services|antitrust lawsuit]] in 1969. It was discontinued in 1992, and support ceased in 1994.<ref name=ProdAnn>{{cite web|last=IBM Corporation|title=5740-XR1 IBM Storage and Information Retrieval System/Virtual Storage (STAIRS/VS OS/VS and PC)|url=http://www-01.ibm.com/common/ssi/cgi-bin/ssialias?infotype=dd&subtype=sm&appname=ShopzSeries&htmlfid=897/ENUS5740-XR1|accessdate=September 26, 2012}}</ref> Originally the product was called simply STAIRS but, with the advent of IBM's "[[Virtual memory|/Virtual Storage]]" operating systems (such as [[OS/VS1]]), was later renamed to STAIRS/VS. STAIRS was succeeded by IBM SearchManager/370 and SearchManager/2 in 1991.<ref name=ProdAnn />


==Description==
==Description==

Revision as of 19:34, 24 February 2016

The IBM Storage and Information Retrieval System, better known by the acronym STAIRS was a program providing storage and online free-text search of text data. STAIRS ran under the OS/360 operating system under the CICS or IMS transaction monitors, and supported IBM 3270 display terminals.[1]

History

STAIRS was introduced as a product in 1973, but was said to have been developed in-house by IBM in support of its antitrust lawsuit in 1969. It was discontinued in 1992, and support ceased in 1994.[2] Originally the product was called simply STAIRS but, with the advent of IBM's "/Virtual Storage" operating systems (such as OS/VS1), was later renamed to STAIRS/VS. STAIRS was succeeded by IBM SearchManager/370 and SearchManager/2 in 1991.[2]

Description

STAIRS queries were formulated as boolean expressions of desired terms. In addition to the normal boolean functions of AND, OR, and NOT, STAIRS recognized such modifiers as adjacent to or in the same paragraph as. Plain text documents could also contain so-called formatted fields, which could be used for additional selection. These might contain fixed information such as a date or state name.

A powerful feature was that queries could be saved to be re-executed. Queries could also be extended, for example by specifying the result of previous query five AND an additional search term.

When search results were displayed for the user, 3270 highlighting was used to highlight occurrences of search terms.

Uses

STAIRS was used in-house by organizations such as large corporations and government agencies[3] with large collections of unstructured documents. It was also bundled by database providers as a subscription service.[4]

Technical details

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 was stored in basic direct access method (BDAM) files, which caused upgrade and portability problems later in its life-cycle.

See also

References

  1. ^ IBM Corporation. STAIRS/VS General Information Manual(GH12-5114).
  2. ^ a b IBM Corporation. "5740-XR1 IBM Storage and Information Retrieval System/Virtual Storage (STAIRS/VS OS/VS and PC)". Retrieved September 26, 2012.
  3. ^ "OLIS: A Powerful New Tool for Legislatures". Computerworld. October 31, 1977. Retrieved September 24, 2012.
  4. ^ "STAIRS steps up information retrieval". Computrworld. June 18, 1975. Retrieved September 24, 2012.