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
SecureExternalizable
writeInstance
in interface SecureExternalizable
java.io.IOException
public void readInstance(SecureObjectInputI s) throws java.io.IOException
SecureExternalizable
readInstance
in interface SecureExternalizable
java.io.IOException
public float getFreq()
TermInfoI
public void setFreq(float $1)
public java.lang.String getPropertyName()
TermInfoI
getPropertyName
in interface TermInfoI
public void setPropertyName(java.lang.String $2)
public java.lang.String getTerm()
TermInfoI
public void setTerm(java.lang.String $3)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.