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()
ITermMetadata
termFreq
in interface ITermMetadata
public final double getLocalTermWeight()
ITermMetadata
getLocalTermWeight
in interface ITermMetadata
public final void setLocalTermWeight(double d)
ITermMetadata
setLocalTermWeight
in interface ITermMetadata
public void add()
ITermMetadata
add
in interface ITermMetadata
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.