org.activemath.omdocjdom.index
Interface IndexConstants

All Known Implementing Classes:
AbstractAMIndexQuery, AMAnalyzer, AMIndex, AMIndexQueryList, AMIndexSearcher, IdAMIndexQuery, IndexRunner, ItemTypeQuery, MDAttributeAMIndexQuery, OmobjAMIndexQuery, PhraseAMIndexQuery, PlainTextAMIndexQuery, SearchResultHits

public interface IndexConstants

A pack of constant strings to be used to manipulate the search index.


Field Summary
static String FIELDNAME_id
           
static String FIELDNAME_metadata
           
static String FIELDNAME_type
          The name of the field used to store the type of omdoc-item.
static String LANG_ALL
           
static String LANG_UNIVERSAL
           
static String SUBFIELDNAME_field
           
static String SUBFIELDNAME_learningContext
           
 

Field Detail

FIELDNAME_id

static final String FIELDNAME_id
See Also:
Constant Field Values

FIELDNAME_type

static final String FIELDNAME_type
The name of the field used to store the type of omdoc-item.

See Also:
Constant Field Values

FIELDNAME_metadata

static final String FIELDNAME_metadata
See Also:
Constant Field Values

SUBFIELDNAME_learningContext

static final String SUBFIELDNAME_learningContext
See Also:
Constant Field Values

SUBFIELDNAME_field

static final String SUBFIELDNAME_field
See Also:
Constant Field Values

LANG_UNIVERSAL

static final String LANG_UNIVERSAL
See Also:
Constant Field Values

LANG_ALL

static final String LANG_ALL
See Also:
Constant Field Values