ANDterms
ANDterms are terms used in conjunction with the AND operator in information retrieval and search query languages to constrain results, ensuring that every included term must appear in the retrieved documents. They form part of Boolean search logic, deriving from the broader concept of Boolean algebra applied to indexing and querying text.
In practice, an ANDterm is combined with other terms using explicit AND operators, or, in some interfaces,
ANDterms are distinct from OR terms, which broaden results by allowing any of the terms to appear,
Historically, ANDterms are part of Boolean retrieval, a formal approach to information retrieval that emerged fromBoolean
See also: Boolean logic, information retrieval, query operators, search syntax.