org.carrot2.core.attribute
Class CommonAttributesDescriptor.Keys

java.lang.Object
  extended by org.carrot2.core.attribute.CommonAttributesDescriptor.Keys
Enclosing class:
CommonAttributesDescriptor

public static class CommonAttributesDescriptor.Keys
extends Object

Constants for all attribute keys of the CommonAttributes component.


Field Summary
static String CLUSTERS
          Attribute key for: CommonAttributes.clusters.
static String DOCUMENTS
          Attribute key for: CommonAttributes.documents.
static String PROCESSING_RESULT_TITLE
          Attribute key for: CommonAttributes.processingResultTitle.
static String PROCESSING_TIME_ALGORITHM
          Attribute key for: CommonAttributes.processingTimeAlgorithm.
static String PROCESSING_TIME_SOURCE
          Attribute key for: CommonAttributes.processingTimeSource.
static String PROCESSING_TIME_TOTAL
          Attribute key for: CommonAttributes.processingTimeTotal.
static String QUERY
          Attribute key for: CommonAttributes.query.
static String RESULTS
          Attribute key for: CommonAttributes.results.
static String RESULTS_TOTAL
          Attribute key for: CommonAttributes.resultsTotal.
static String START
          Attribute key for: CommonAttributes.start.
 
Constructor Summary
protected CommonAttributesDescriptor.Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START

public static final String START
Attribute key for: CommonAttributes.start.

See Also:
Constant Field Values

RESULTS

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

See Also:
Constant Field Values

QUERY

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

See Also:
Constant Field Values

RESULTS_TOTAL

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

See Also:
Constant Field Values

DOCUMENTS

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

See Also:
Constant Field Values

CLUSTERS

public static final String CLUSTERS
Attribute key for: CommonAttributes.clusters.

See Also:
Constant Field Values

PROCESSING_TIME_TOTAL

public static final String PROCESSING_TIME_TOTAL
Attribute key for: CommonAttributes.processingTimeTotal.

See Also:
Constant Field Values

PROCESSING_TIME_SOURCE

public static final String PROCESSING_TIME_SOURCE
Attribute key for: CommonAttributes.processingTimeSource.

See Also:
Constant Field Values

PROCESSING_TIME_ALGORITHM

public static final String PROCESSING_TIME_ALGORITHM
Attribute key for: CommonAttributes.processingTimeAlgorithm.

See Also:
Constant Field Values

PROCESSING_RESULT_TITLE

public static final String PROCESSING_RESULT_TITLE
Attribute key for: CommonAttributes.processingResultTitle.

See Also:
Constant Field Values
Constructor Detail

CommonAttributesDescriptor.Keys

protected CommonAttributesDescriptor.Keys()


Copyright (c) Dawid Weiss, Stanislaw Osinski