org.activemath.omdocjdom.lucene
Class LuceneConstants

java.lang.Object
  extended by org.activemath.omdocjdom.lucene.LuceneConstants

public class LuceneConstants
extends Object

This class contains the constants for lucene mbase.


Field Summary
static HashSet LUCENEMBASE_ITEMS
          This set mains the list of all omdoc elements,which are considered to be stored as one unit inside the database.
static HashSet RESOLVE_ITEMS
           
 
Constructor Summary
LuceneConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LUCENEMBASE_ITEMS

public static HashSet LUCENEMBASE_ITEMS
This set mains the list of all omdoc elements,which are considered to be stored as one unit inside the database.


RESOLVE_ITEMS

public static HashSet RESOLVE_ITEMS
Constructor Detail

LuceneConstants

public LuceneConstants()