|
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.ecat.util.Terms
A class to maintain information about terms
Field Summary | |
int |
nterms
|
Hashtable |
rootTerms
|
int |
stem
|
Vector |
terms
|
String[] |
termsArray
|
Vector |
termsVec
|
Constructor Summary | |
Terms()
|
|
Terms(Vector terms,
int stem)
|
Method Summary | |
String |
highlight(String terms)
|
String |
highlight(String terms,
Vector v)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public Vector terms
public Vector termsVec
public String[] termsArray
public int nterms
public Hashtable rootTerms
public final int stem
Constructor Detail |
public Terms()
public Terms(Vector terms, int stem)
Method Detail |
public String toString()
public String highlight(String terms)
public String highlight(String terms, Vector v)
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |