org.carrot2.source.lucene
Class SimpleFieldMapperDescriptor.Keys

java.lang.Object
  extended by org.carrot2.source.lucene.SimpleFieldMapperDescriptor.Keys
Enclosing class:
SimpleFieldMapperDescriptor

public static class SimpleFieldMapperDescriptor.Keys
extends Object

Constants for all attribute keys of the SimpleFieldMapper component.


Field Summary
static String CONTENT_FIELD
          Attribute key for: SimpleFieldMapper.contentField.
static String CONTEXT_FRAGMENTS
          Attribute key for: SimpleFieldMapper.contextFragments.
static String FORMATTER
          Attribute key for: SimpleFieldMapper.formatter.
static String FRAGMENT_JOIN
          Attribute key for: SimpleFieldMapper.fragmentJoin.
static String SEARCH_FIELDS
          Attribute key for: SimpleFieldMapper.searchFields.
static String TITLE_FIELD
          Attribute key for: SimpleFieldMapper.titleField.
static String URL_FIELD
          Attribute key for: SimpleFieldMapper.urlField.
 
Constructor Summary
protected SimpleFieldMapperDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE_FIELD

public static final String TITLE_FIELD
Attribute key for: SimpleFieldMapper.titleField.

See Also:
Constant Field Values

CONTENT_FIELD

public static final String CONTENT_FIELD
Attribute key for: SimpleFieldMapper.contentField.

See Also:
Constant Field Values

URL_FIELD

public static final String URL_FIELD
Attribute key for: SimpleFieldMapper.urlField.

See Also:
Constant Field Values

SEARCH_FIELDS

public static final String SEARCH_FIELDS
Attribute key for: SimpleFieldMapper.searchFields.

See Also:
Constant Field Values

FORMATTER

public static final String FORMATTER
Attribute key for: SimpleFieldMapper.formatter.

See Also:
Constant Field Values

CONTEXT_FRAGMENTS

public static final String CONTEXT_FRAGMENTS
Attribute key for: SimpleFieldMapper.contextFragments.

See Also:
Constant Field Values

FRAGMENT_JOIN

public static final String FRAGMENT_JOIN
Attribute key for: SimpleFieldMapper.fragmentJoin.

See Also:
Constant Field Values
Constructor Detail

SimpleFieldMapperDescriptor.Keys

protected SimpleFieldMapperDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski