ORG.oclc.obi.extverb
Class ThesaurusQuery
java.lang.Object
|
+--ORG.oclc.webz.Verb
|
+--ORG.oclc.webz.ZVerb
|
+--ORG.oclc.webz.ZQueryHandler
|
+--ORG.oclc.webz.QUERY
|
+--ORG.oclc.obi.extverb.ThesaurusQuery
- public class ThesaurusQuery
- extends QUERY
The ThesaurusQuery class is a specialized QUERY Verb for retrieving
results to create the thesaurus tree display. If first gets the
number of postings for the term, then retrieves all the records
in the set.
- See Also:
QUERY
,
DataPairs
,
RequestManager
,
Fields inherited from class ORG.oclc.webz.ZVerb |
bytesIn,
bytesOut,
dbGroupSearch,
dbname,
fmtClass,
format,
inputQueryInfo,
numrecs,
postings,
ranked,
recno,
resultSetName,
sorting,
tempDb,
traceMsgs,
z39session,
zDb,
zQueryTerm,
zServer,
zUserData |
Constructor Summary |
ThesaurusQuery()
Constructs an ThesaurusQuery object. |
Method Summary |
void |
runit(RequestManager rMngr)
Exectues the ThesaurusQuery Verb using the input parameters contained
in the RequestManager object. |
ThesaurusQuery
public ThesaurusQuery()
- Constructs an ThesaurusQuery object.
runit
public void runit(RequestManager rMngr)
- Exectues the ThesaurusQuery Verb using the input parameters contained
in the RequestManager object.
- Overrides:
- runit in class QUERY