Search |
Search for documents in this web
containing specific words or combinations of words.
A brief explanation
of the query language, with examples is available.
Display a weighted list of matching documents, with better matches shown first.
Each list item is a link to a matching document.
The document title (if available) will be shown, otherwise only the document's file name is displayed.
Query Language Return to Search The text search engine allows queries to be formed from arbitrary Boolean expressions containing the keywords AND, OR, and NOT, and grouped with parentheses. For example: |
|
Query |
Finds documents containing |
information retrieval | containing 'information' or 'retrieval' |
information OR retrieval | containing same as above |
information and retrieval | containing 'information' and 'retrieval' |
information not retrieval | containing 'information' but not 'retrieval' |
(information not retrieval) and WAIS | containing 'WAIS', plus 'information' but not 'retrieval' |
web* | words starting with 'web' |