public static class CommonAttributesDescriptor.Keys extends Object
CommonAttributes component.| Modifier and Type | Field and Description |
|---|---|
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. |
| Modifier | Constructor and Description |
|---|---|
protected |
CommonAttributesDescriptor.Keys() |
public static final String START
CommonAttributes.start.public static final String RESULTS
CommonAttributes.results.public static final String QUERY
CommonAttributes.query.public static final String RESULTS_TOTAL
CommonAttributes.resultsTotal.public static final String DOCUMENTS
CommonAttributes.documents.public static final String CLUSTERS
CommonAttributes.clusters.public static final String PROCESSING_TIME_TOTAL
CommonAttributes.processingTimeTotal.public static final String PROCESSING_TIME_SOURCE
CommonAttributes.processingTimeSource.public static final String PROCESSING_TIME_ALGORITHM
CommonAttributes.processingTimeAlgorithm.public static final String PROCESSING_RESULT_TITLE
CommonAttributes.processingResultTitle.