net.grcomputing.opencms.search.lucene
Interface I_XmlConfigConstants

All Known Implementing Classes:
SearchHelper, SearchParameters

public interface I_XmlConfigConstants

This interface contains String constants for the names of XML elements that are used by the Lucene Search Configuration.

Author:
Matt Butcher mbutcher@grcomputing.net
See Also:
http://grcomputing.net

Field Summary
static java.lang.String ATTR_ENABLED
          enabled attribute
static java.lang.String ATTR_LOCATION
          location attribute.
static java.lang.String ATTR_NAME
          name attribute
static java.lang.String ELE_ANALYZER
          Element to determine analyzer class.
static java.lang.String ELE_CLASS
          class element
static java.lang.String ELE_DIRECTORIES
          directories element
static java.lang.String ELE_DIRECTORY
          directory element
static java.lang.String ELE_DOC_FACTORIES
          docFactory Element
static java.lang.String ELE_EXTENSION
          extension element
static java.lang.String ELE_FILE_TYPE
          fileType element
static java.lang.String ELE_INDEX_DIR
          Element to determine where the Index is.
static java.lang.String ELE_JSP_DOC_FACTORY
          jspDocFactory element
static java.lang.String ELE_MERGE_FACTOR
          Element to determine merge factor.
static java.lang.String ELE_PAGE_DOC_FACTORY
           
static java.lang.String ELE_PERM_CHECK
          Element to determine where the Index is.
static java.lang.String ELE_PLAIN_DOC_FACTORY
          plainDocFactory Element
static java.lang.String ELE_PROJECT
          section element
static java.lang.String ELE_SECTION
          section element
static java.lang.String ELE_SUBSEARCH
          Element to determine if subdirectory searches are enabled.
static java.lang.String ELE_XML_TEMPLATE_DOC_FACTORY
          xmlTemplateDocFactory element
static java.lang.String LUCENE_SEARCH_ELEMENT
          Name of the top config element for Lucene Search parameters.
 

Field Detail

LUCENE_SEARCH_ELEMENT

public static final java.lang.String LUCENE_SEARCH_ELEMENT
Name of the top config element for Lucene Search parameters.

See Also:
Constant Field Values

ELE_SUBSEARCH

public static final java.lang.String ELE_SUBSEARCH
Element to determine if subdirectory searches are enabled.

See Also:
Constant Field Values

ELE_INDEX_DIR

public static final java.lang.String ELE_INDEX_DIR
Element to determine where the Index is.

See Also:
Constant Field Values

ELE_PERM_CHECK

public static final java.lang.String ELE_PERM_CHECK
Element to determine where the Index is.

See Also:
Constant Field Values

ELE_MERGE_FACTOR

public static final java.lang.String ELE_MERGE_FACTOR
Element to determine merge factor.

See Also:
Constant Field Values

ELE_ANALYZER

public static final java.lang.String ELE_ANALYZER
Element to determine analyzer class.

See Also:
Constant Field Values

ELE_DOC_FACTORIES

public static final java.lang.String ELE_DOC_FACTORIES
docFactory Element

See Also:
Constant Field Values

ELE_PAGE_DOC_FACTORY

public static final java.lang.String ELE_PAGE_DOC_FACTORY
See Also:
Constant Field Values

ELE_PLAIN_DOC_FACTORY

public static final java.lang.String ELE_PLAIN_DOC_FACTORY
plainDocFactory Element

See Also:
Constant Field Values

ELE_FILE_TYPE

public static final java.lang.String ELE_FILE_TYPE
fileType element

See Also:
Constant Field Values

ELE_EXTENSION

public static final java.lang.String ELE_EXTENSION
extension element

See Also:
Constant Field Values

ELE_CLASS

public static final java.lang.String ELE_CLASS
class element

See Also:
Constant Field Values

ELE_JSP_DOC_FACTORY

public static final java.lang.String ELE_JSP_DOC_FACTORY
jspDocFactory element

See Also:
Constant Field Values

ELE_XML_TEMPLATE_DOC_FACTORY

public static final java.lang.String ELE_XML_TEMPLATE_DOC_FACTORY
xmlTemplateDocFactory element

See Also:
Constant Field Values

ELE_DIRECTORIES

public static final java.lang.String ELE_DIRECTORIES
directories element

See Also:
Constant Field Values

ELE_DIRECTORY

public static final java.lang.String ELE_DIRECTORY
directory element

See Also:
Constant Field Values

ELE_SECTION

public static final java.lang.String ELE_SECTION
section element

See Also:
Constant Field Values

ELE_PROJECT

public static final java.lang.String ELE_PROJECT
section element

See Also:
Constant Field Values

ATTR_LOCATION

public static final java.lang.String ATTR_LOCATION
location attribute.

See Also:
Constant Field Values

ATTR_ENABLED

public static final java.lang.String ATTR_ENABLED
enabled attribute

See Also:
Constant Field Values

ATTR_NAME

public static final java.lang.String ATTR_NAME
name attribute

See Also:
Constant Field Values


Copyright © 2003 Matt Butcher of Global Resources for Computing. Reporoduction and modification of this documents are allowed as in accordance with the GPL v2. Refer to COPYING.txt for information on acceptible use