The Retrieval Group at NIST has developed a Z39.50-1995 UNIX client and server for use initially with our IR application prototype PRISE but designed to minimize the work of incorporating other IR engines.
The NIST PRISE system treats documents and queries as lists of words and responds to a query with a list of documents ranked in order of their statistical similarity to the query. A basic version of the PRISE search engine (without the interface and without any client/server mechanism) has been available for research use for several years (contact Donna Harman, donna.harman@nist.gov for more information).
The goals of the current work with Z39.50 include the following:
ZPRISE 2.0 provides a basis for experimentation with relevance feedback using positive and/or negative user relevance judgements.
We are particularly interested in the development and testing of the proposed Ranked List Query (Type 102) and in the use of Z39.50 to enable focused comparisons of IR clients and search engines.
ZPRISE 2.0 is a public domain starter set implementation of Z39.50-1995 with the latest version of PRISE for TREC/TIPSTER-sized document collections and contains support for query enhancement by means of relevance feedback.
When using the ZServer default translator, Type-1 queries are accepted but the query is treated as a list of words (terms). Operators are ignored.
When using the ZServer paired with PRISE and its query translation routine, Type-101 is accepted as well with the following attributes:
A small part of the experimental Type-102 query (as of September 1995) has been implemented to support relevance feedback between the ZClient and the ZServer/PRISE when Z39.50 Version 3 is in force.
ZClient and ZServer/PRISE support specification and search by
The ZClient, when used with ZServer/PRISE, will present a list of matching query terms for each document displayed and highlight matching terms when displaying a full document.
PRISE supports the indexing and timely searching of TIPSTER/TREC-sized document collections (about a million documents).
The ZPRISE 2.0 package makes and runs on SunOS 4.1.x but only the version for Solaris will be supported.
ZPRISE 2.0 is in the public domain and is available from NIST at no cost. Contact Darrin Dimmick (darrin.dimmick@nist.gov) with cc to Paul Over (over@nist.gov) for more information.