org.cdlib.xtf.textIndexer
Class XMLTextProcessor.MetaField
Object
XMLTextProcessor.MetaField
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- XMLTextProcessor
private class XMLTextProcessor.MetaField
- extends Object
- implements Cloneable
Constructor Summary |
XMLTextProcessor.MetaField(String name,
boolean store,
boolean index,
boolean tokenize,
boolean isFacet,
boolean spell,
float wordBoost,
boolean isInherited)
|
Method Summary |
Object |
clone()
|
Methods inherited from class Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
value
public String value
store
public boolean store
index
public boolean index
tokenize
public boolean tokenize
isFacet
public boolean isFacet
spell
public boolean spell
wordBoost
public float wordBoost
isInherited
public boolean isInherited
XMLTextProcessor.MetaField
public XMLTextProcessor.MetaField(String name,
boolean store,
boolean index,
boolean tokenize,
boolean isFacet,
boolean spell,
float wordBoost,
boolean isInherited)
clone
public Object clone()
- Overrides:
clone
in class Object