org.cdlib.xtf.textIndexer
Class XMLTextProcessor.MetaField

Object
  extended by XMLTextProcessor.MetaField
Enclosing class:
XMLTextProcessor

private class XMLTextProcessor.MetaField
extends Object


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

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

XMLTextProcessor.MetaField

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