org.jafer.interfaces
Interface Scan

All Known Implementing Classes:
AbstractClient, SRWClient, ZClient

public interface Scan

Methods for implementing keyword and term retrieval


Method Summary
 Field[] getTerms(int noOfTerms, int termStep, int termPosition, org.w3c.dom.Node term)
          Get keywords or terms
 Field[] getTerms(int noOfTerms, org.w3c.dom.Node term)
          Get keywords or terms
 

Method Detail

getTerms

Field[] getTerms(int noOfTerms,
                 org.w3c.dom.Node term)
Get keywords or terms

Parameters:
noOfTerms - no of terms to retrieve
term - query to identify first term
Returns:
terms

getTerms

Field[] getTerms(int noOfTerms,
                 int termStep,
                 int termPosition,
                 org.w3c.dom.Node term)
Get keywords or terms

Parameters:
noOfTerms - no of terms to retrieve
termStep - value to step through terms
termPosition - position of identified term in response
term - query to identify first term
Returns:
terms