org.cdlib.xtf.textIndexer
Class XMLTextProcessor.MetaField

Object
  extended by XMLTextProcessor.MetaField
All Implemented Interfaces:
Cloneable
Enclosing class:
XMLTextProcessor

private class XMLTextProcessor.MetaField
extends Object
implements Cloneable


Field Summary
 boolean index
           
 boolean isFacet
           
 boolean isInherited
           
 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, boolean isInherited)
           
 
Method Summary
 Object clone()
           
 
Methods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

XMLTextProcessor.MetaField

public XMLTextProcessor.MetaField(String name,
                                  boolean store,
                                  boolean index,
                                  boolean tokenize,
                                  boolean isFacet,
                                  boolean spell,
                                  float wordBoost,
                                  boolean isInherited)
Method Detail

clone

public Object clone()
Overrides:
clone in class Object