public final class SearchResultConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COUNT
name of "count" property of result.
|
static java.lang.String |
FACETS
name of "facets" annotations: map of attribute name to sequence of maps with "value" and "count".
|
static java.lang.String |
GROUPS
GROUPS
|
static java.lang.String |
HIGHLIGHT
name of "_highlight" annotations.
|
static java.lang.String |
HIGHLIGHT_TEXT
name of "text" property of highlight annotations.
|
static java.lang.String |
INDEX_SIZE
name of annotation for number of objects in index.
|
static java.lang.String |
RECORDS
name of "records" sequence in result.
|
static java.lang.String |
RESULTS
RESULTS
|
static java.lang.String |
RUNTIME
name of annotation for execution runtime of workflow.
|
static java.lang.String |
START
name of "start" property of (e.g. highlight) position annotations.
|
static java.lang.String |
VALUE
name of "value" properties, e.g. in "facets" annotation
|
static java.lang.String |
WEIGHT
name of "_weight" annotation in result records.
|
public static final java.lang.String RECORDS
public static final java.lang.String COUNT
public static final java.lang.String INDEX_SIZE
public static final java.lang.String RUNTIME
public static final java.lang.String WEIGHT
public static final java.lang.String HIGHLIGHT
public static final java.lang.String HIGHLIGHT_TEXT
public static final java.lang.String START
public static final java.lang.String FACETS
public static final java.lang.String VALUE
public static final java.lang.String GROUPS
public static final java.lang.String RESULTS