|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectXMLTextProcessor.MetaField
private class XMLTextProcessor.MetaField
Field Summary | |
---|---|
boolean |
index
|
boolean |
isFacet
|
String |
name
|
boolean |
spell
|
boolean |
store
|
boolean |
tokenize
|
String |
value
|
float |
wordBoost
|
Constructor Summary | |
---|---|
XMLTextProcessor.MetaField(String name,
boolean store,
boolean index,
boolean tokenize,
boolean isFacet,
boolean spell,
float wordBoost)
|
Method Summary |
---|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String name
public String value
public boolean store
public boolean index
public boolean tokenize
public boolean isFacet
public boolean spell
public float wordBoost
Constructor Detail |
---|
public XMLTextProcessor.MetaField(String name, boolean store, boolean index, boolean tokenize, boolean isFacet, boolean spell, float wordBoost)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |