The search engine accesses Foilset files stored on the NPAC server. This is implemented
by an Oracle database which contains an indexed list of all text documents
on the server. Different search pages correspond to different selection of files and different capabilities for selecting options. In the simplest interfaces, the engine looks at text field and selects
all documents that conatain All of the specified (blank separated) words. The search is case insensitive. Note that in default case the blank separated keywords are NOT required
to be adjacent in the document so that a search for Java Virtual Machine will find all documents that that have anywhere in them the words Java, Virtual and Machine in any case. The text below describes how to use the options given in some
of the search interfaces!
There are several file sets which are offered by the different Interfaces
Standard NPAC Web Search Features
NPAC Web Search Help Page
Keyword Expression | Example | Meaning |
---|---|---|
Simple keyword | music | Search for documents containing the typed single keyword |
Keyword Stem Expension | $music | Search for documents containing the typed keyword or any of the words with the same stem or root |
Keyword Fuzzy Expension | ?music | Search for documents containing the typed keyword or any of the words with similar spelling |
Character(s) Wildcard Expension | music% or %music or mus%c | Search for documents containing the typed keyword or its substitutions. For example, music% will match both 'music' and 'musical' |
Multiple Keywords, separated by
one or more operators: space (and), '&' (and), '|' (or), '-' (minus). '(' and ')' can be used to allow combinations of all the logical and other operators | music sports (for 'music' and 'sports') music & sports (for 'music' and 'sports') music | sports (for 'music' or 'sports') music - sports (for 'music' but not 'sports') music-(sports|pop) (for 'music' but neither 'sports' nor 'pop') | Search for documents containing the keyword set defined by the typed keyword expression |