| Constructor and Description |
|---|
NutchField() |
NutchField(Object value) |
NutchField(Object value,
float weight) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object value) |
NutchField |
clone() |
List<Object> |
getValues() |
float |
getWeight() |
void |
readFields(DataInput in) |
void |
reset() |
void |
setWeight(float weight) |
String |
toString() |
void |
write(DataOutput out) |
public NutchField()
public NutchField(Object value)
public NutchField(Object value, float weight)
public void add(Object value)
public float getWeight()
public void setWeight(float weight)
public void reset()
public NutchField clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic void readFields(DataInput in) throws IOException
readFields in interface WritableIOExceptionpublic void write(DataOutput out) throws IOException
write in interface WritableIOExceptionCopyright © 2021 The Apache Software Foundation