org.carrot2.core.attribute
Class AttributeNames

java.lang.Object
  extended by org.carrot2.core.attribute.AttributeNames

public final class AttributeNames
extends Object

Constants for common attribute names, only for the use in Carrot2 core code. When calling Carrot2 APIs, use CommonAttributesDescriptor.Keys.

See Also:
CommonAttributesDescriptor.Keys

Field Summary
static String CLUSTERS
           
static String DOCUMENTS
           
static String PROCESSING_RESULT_TITLE
           
static String PROCESSING_TIME_ALGORITHM
           
static String PROCESSING_TIME_SOURCE
           
static String PROCESSING_TIME_TOTAL
           
static String QUERY
           
static String RESULTS
           
static String RESULTS_TOTAL
           
static String START
           
 
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
See Also:
CommonAttributesDescriptor.Keys.START, Constant Field Values

RESULTS

public static final String RESULTS
See Also:
CommonAttributesDescriptor.Keys.RESULTS, Constant Field Values

QUERY

public static final String QUERY
See Also:
CommonAttributesDescriptor.Keys.QUERY, Constant Field Values

RESULTS_TOTAL

public static final String RESULTS_TOTAL
See Also:
CommonAttributesDescriptor.Keys.RESULTS_TOTAL, Constant Field Values

DOCUMENTS

public static final String DOCUMENTS
See Also:
CommonAttributesDescriptor.Keys.DOCUMENTS, Constant Field Values

CLUSTERS

public static final String CLUSTERS
See Also:
CommonAttributesDescriptor.Keys.CLUSTERS, Constant Field Values

PROCESSING_TIME_TOTAL

public static final String PROCESSING_TIME_TOTAL
See Also:
CommonAttributesDescriptor.Keys.PROCESSING_TIME_TOTAL, Constant Field Values

PROCESSING_TIME_SOURCE

public static final String PROCESSING_TIME_SOURCE
See Also:
CommonAttributesDescriptor.Keys.PROCESSING_TIME_SOURCE, Constant Field Values

PROCESSING_TIME_ALGORITHM

public static final String PROCESSING_TIME_ALGORITHM
See Also:
CommonAttributesDescriptor.Keys.PROCESSING_TIME_ALGORITHM, Constant Field Values

PROCESSING_RESULT_TITLE

public static final String PROCESSING_RESULT_TITLE
See Also:
CommonAttributesDescriptor.Keys.PROCESSING_RESULT_TITLE, Constant Field Values


Copyright (c) Dawid Weiss, Stanislaw Osinski