public class TermMetadata extends Object implements ITermMetadata
| Constructor and Description |
|---|
TermMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
add()
Add an occurrence.
|
double |
getLocalTermWeight()
The local term weight, which may be computed by a variety of methods.
|
void |
setLocalTermWeight(double d)
The local term weight, which may be computed by a variety of methods.
|
int |
termFreq()
The term (aka token) frequency count.
|
String |
toString() |
public int termFreq()
ITermMetadatatermFreq in interface ITermMetadatapublic final double getLocalTermWeight()
ITermMetadatagetLocalTermWeight in interface ITermMetadatapublic final void setLocalTermWeight(double d)
ITermMetadatasetLocalTermWeight in interface ITermMetadatapublic void add()
ITermMetadataadd in interface ITermMetadataCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.