Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class oclcUserInformation6

java.lang.Object
  |
  +--ORG.oclc.z39.oclcUserInformation3
        |
        +--ORG.oclc.z39.oclcUserInformation6

public class oclcUserInformation6
extends oclcUserInformation3

oclcUserInformation6 is used in Search requests. The client requests the information by sending in an oclcUserInformation6 field. The server responds by returning a filled in oclcUserInformation6 field. The field describes the postings per term in a search. This is compatible only with the OCLC FirstSearch Z39.50 service.


Field Summary
static String OID
          Object identifier for this field
static String responseOID
           
 
Fields inherited from class ORG.oclc.z39.oclcUserInformation3
componentResults, dbResults, OID
 
Constructor Summary
oclcUserInformation6(DataDir userInformationField)
           
 
Method Summary
static DataDir buildDir(TermComponentPostings[] cp)
           
 
Methods inherited from class ORG.oclc.z39.oclcUserInformation3
buildDir, makeSubQueryExpression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OID

public static final String OID
Object identifier for this field

responseOID

public static final String responseOID
Constructor Detail

oclcUserInformation6

public oclcUserInformation6(DataDir userInformationField)
Method Detail

buildDir

public static DataDir buildDir(TermComponentPostings[] cp)
Parameters:
cp - array of term component postings
Returns:
DataDir for an oclcUserInformation6

Open SiteSearch 4.1.1
Final