|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.services.dds.toolkit.TermData
public class TermData
Class that holds data about term in one or more fields in the index.
Constructor Summary | |
---|---|
TermData(int termCount,
int docCount)
Constructor for the TermData object |
Method Summary | |
---|---|
int |
getDocCount()
Number of documents (records) in the index in which the term resides in the given field(s). |
int |
getTermCount()
Number of times the term appears in the given field(s). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TermData(int termCount, int docCount)
termCount
- Number of times the term appears in the given field(s)doccount
- Number of documents (records) in the index in which the term resides in the given
field(s)Method Detail |
---|
public int getTermCount()
public int getDocCount()
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |