org.carrot2.source.lucene
Class LuceneDocumentSourceDescriptor.Keys

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

public static class LuceneDocumentSourceDescriptor.Keys
extends Object

Constants for all attribute keys of the LuceneDocumentSource component.


Field Summary
static String ANALYZER
          Attribute key for: LuceneDocumentSource.analyzer.
static String DIRECTORY
          Attribute key for: LuceneDocumentSource.directory.
static String DOCUMENTS
          Attribute key for: LuceneDocumentSource.documents.
static String FIELD_MAPPER
          Attribute key for: LuceneDocumentSource.fieldMapper.
static String KEEP_LUCENE_DOCUMENTS
          Attribute key for: LuceneDocumentSource.keepLuceneDocuments.
static String QUERY
          Attribute key for: LuceneDocumentSource.query.
static String RESULTS
          Attribute key for: LuceneDocumentSource.results.
static String RESULTS_TOTAL
          Attribute key for: LuceneDocumentSource.resultsTotal.
 
Constructor Summary
protected LuceneDocumentSourceDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESULTS

public static final String RESULTS
Attribute key for: LuceneDocumentSource.results.

See Also:
Constant Field Values

RESULTS_TOTAL

public static final String RESULTS_TOTAL
Attribute key for: LuceneDocumentSource.resultsTotal.

See Also:
Constant Field Values

DOCUMENTS

public static final String DOCUMENTS
Attribute key for: LuceneDocumentSource.documents.

See Also:
Constant Field Values

DIRECTORY

public static final String DIRECTORY
Attribute key for: LuceneDocumentSource.directory.

See Also:
Constant Field Values

ANALYZER

public static final String ANALYZER
Attribute key for: LuceneDocumentSource.analyzer.

See Also:
Constant Field Values

FIELD_MAPPER

public static final String FIELD_MAPPER
Attribute key for: LuceneDocumentSource.fieldMapper.

See Also:
Constant Field Values

QUERY

public static final String QUERY
Attribute key for: LuceneDocumentSource.query.

See Also:
Constant Field Values

KEEP_LUCENE_DOCUMENTS

public static final String KEEP_LUCENE_DOCUMENTS
Attribute key for: LuceneDocumentSource.keepLuceneDocuments.

See Also:
Constant Field Values
Constructor Detail

LuceneDocumentSourceDescriptor.Keys

protected LuceneDocumentSourceDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski