Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class TermComponentPostings

java.lang.Object
  |
  +--ORG.oclc.z39.TermComponentPostings

public class TermComponentPostings
extends Object

TermComponentPostings returns additional search information by database.


Field Summary
 int count
          the postings for the expression
 DbResults[] dbResults
          the per database breakdown of the results
 int fullResults
          Full/Partial results value
 DataDir queryExpression
          the query expression with use/structure information
 
Constructor Summary
TermComponentPostings()
          Constructs a TermComponentPostings object.
TermComponentPostings(String term, int count)
          Constructs a TermComponentPostings object for the input term and postings count.
 
Method Summary
 Attribute attributes()
          Accessor method to the attributes
 DataDir attributesPlusTerm()
           
 int structure()
          Accessor method to the attributes
 String term()
          Accessor method to the term
 String toString()
          Create TermComponentPostings info string
 int use()
          Accessor method to the attributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fullResults

public int fullResults
Full/Partial results value

queryExpression

public DataDir queryExpression
the query expression with use/structure information

count

public int count
the postings for the expression

dbResults

public DbResults[] dbResults
the per database breakdown of the results
Constructor Detail

TermComponentPostings

public TermComponentPostings()
Constructs a TermComponentPostings object.

TermComponentPostings

public TermComponentPostings(String term,
                             int count)
Constructs a TermComponentPostings object for the input term and postings count.
Parameters:
term - the query term
count - the postings count for the term
Method Detail

attributes

public Attribute attributes()
Accessor method to the attributes

structure

public int structure()
Accessor method to the attributes

use

public int use()
Accessor method to the attributes

term

public String term()
Accessor method to the term
Returns:
String

attributesPlusTerm

public final DataDir attributesPlusTerm()

toString

public String toString()
Create TermComponentPostings info string
Returns:
String
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final