net.sf.mmapps.modules.lucenesearch
Class Constants

java.lang.Object
  extended bynet.sf.mmapps.modules.lucenesearch.Constants

public final class Constants
extends java.lang.Object

Constants for the Lucene module

Version:
$Revision: 1.1 $
Author:
Wouter Heijke

Field Summary
static java.lang.String BUILDER_FIELD
          Document builder field.
static java.lang.String LUCENE_MODULE_NAME
          Name of the MMBase Lucene module.
static java.lang.String NODE_FIELD
          Document node field.
static java.lang.String SEARCH_FIELD_SEPARATOR
          Separator characters for search fields.
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LUCENE_MODULE_NAME

public static final java.lang.String LUCENE_MODULE_NAME
Name of the MMBase Lucene module.

See Also:
Constant Field Values

NODE_FIELD

public static final java.lang.String NODE_FIELD
Document node field.

See Also:
Constant Field Values

BUILDER_FIELD

public static final java.lang.String BUILDER_FIELD
Document builder field.

See Also:
Constant Field Values

SEARCH_FIELD_SEPARATOR

public static final java.lang.String SEARCH_FIELD_SEPARATOR
Separator characters for search fields.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2003-2005 mmapps. All Rights Reserved.