|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.z39.TermComponentPostings
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 |
public int fullResults
public DataDir queryExpression
public int count
public DbResults[] dbResults
Constructor Detail |
public TermComponentPostings()
public TermComponentPostings(String term, int count)
term
- the query termcount
- the postings count for the termMethod Detail |
public Attribute attributes()
public int structure()
public int use()
public String term()
public final DataDir attributesPlusTerm()
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |