Sample Searches of the University of Colorado
Computer Science Department's Broker

The queries below provide some examples of the kinds of searches you can perform with this Broker. By clicking on the "query" links you will perform the listed query strings.

Searchable keywords include textual keys extracted from each document, plus keywords we generated about the author, author's job title, and other information, using a set of scripts that exploit local site document naming and organization conventions.

Note that some of the AND'ed parts need not be explicitly specified if you use the search scoping check boxes available on the query page for this Broker.

In general the following defaults apply to these searches: matching is case insensitive, matching on word boundaries is on, no spelling errors are allowed, up to 100 matched lines will be returned, and indexing data are not displayed.


  1. Search for technical reports about Harvest

    query: Harvest AND (url: "techreports")

  2. Search all CS department information resources (WWW FTP, NetNews, etc.) for documents about parallel processing

    query: "parallel processing"

    Because these words are usually found together, we use quotes to bind them so that we don't match ``parallel'' at some point in the document and ``processing'' at some other point.

  3. Search for Neural Networks

    query: neural AND networks

    By using ``AND'' here we match documents that contain both keywords, but not necessarily together.

  4. Search for HCC (Human Computer Communication)

    query: HCC OR "human.computer"

    Note that the period in ``human.computer'' is a regular expression, so it matches any single character. This allows us to find both ``human computer'' and ``human-computer.''

  5. Search for Optimization

    query: optimization
    Spelling errors: 1

    Here we make use of the Harvest/Glimpse feature to account for spelling errors. By allowing one spelling error, we catch both ``optimization'' and ``optimisation.''

  6. Search for triton in anonymous FTP archives.

    query: triton AND (url: "ftp:")

  7. Find all documents authored by Dirk Grunwald

    query: (human-name: Grunwald)

  8. Find all documents authored by Faculty in the Numerical Computation group.

    query: (group: "numerical computation") and (classification: faculty)

  9. Search for Job Opportunities in CS department newsgroup articles.

    query: job AND opportunity AND (url: news)

    Note: the URL naming scheme for news articles may cause the links in located objects not to work (e.g., if you try to access the link from an outside site, it will go to your local news server and the article may not be present; also news articles expire regularly).


Return to the main Broker query page.