private class XMLTextProcessor.MetaField
extends Object
implements Cloneable
Modifier and Type | Field and Description |
---|---|
boolean |
index |
boolean |
isFacet |
boolean |
isInherited |
String |
name |
boolean |
spell |
boolean |
store |
boolean |
tokenize |
String |
value |
float |
wordBoost |
Constructor and Description |
---|
MetaField(String name,
boolean store,
boolean index,
boolean tokenize,
boolean isFacet,
boolean spell,
float wordBoost,
boolean isInherited) |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
public String name
public String value
public boolean store
public boolean index
public boolean tokenize
public boolean isFacet
public boolean spell
public float wordBoost
public boolean isInherited