public class TermInfo extends java.lang.Object implements java.io.Serializable, TermInfoI, SecureExternalizable
| Constructor and Description |
|---|
TermInfo() |
TermInfo(float _freq,
java.lang.String _propertyName,
java.lang.String _term) |
| Modifier and Type | Method and Description |
|---|---|
float |
getFreq()
Returns the frequency of the term within the index.
|
java.lang.String |
getPropertyName()
Returns the name of the property the term is associated with.
|
java.lang.String |
getTerm()
Returns the term value.
|
void |
readInstance(SecureObjectInputI s)
Reads an instance of this class from the given SecureObjectInputI without using readObject.
|
void |
setFreq(float $1) |
void |
setPropertyName(java.lang.String $2) |
void |
setTerm(java.lang.String $3) |
void |
writeInstance(SecureObjectOutputI s)
Writes an instance of this class to the given SecureObjectOutputI without using writeObject.
|
public TermInfo(float _freq,
java.lang.String _propertyName,
java.lang.String _term)
public TermInfo()
public void writeInstance(SecureObjectOutputI s) throws java.io.IOException
SecureExternalizablewriteInstance in interface SecureExternalizablejava.io.IOExceptionpublic void readInstance(SecureObjectInputI s) throws java.io.IOException
SecureExternalizablereadInstance in interface SecureExternalizablejava.io.IOExceptionpublic float getFreq()
TermInfoIpublic void setFreq(float $1)
public java.lang.String getPropertyName()
TermInfoIgetPropertyName in interface TermInfoIpublic void setPropertyName(java.lang.String $2)
public java.lang.String getTerm()
TermInfoIpublic void setTerm(java.lang.String $3)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.