Class SearchConstants
java.lang.Object
com.atlassian.confluence.search.v2.SearchConstants
Defines search constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final int
static final String
static final String
Placeholders used to decorate highlighted areas of the pagestatic final String
Name of title field that is indexed and is therefore searchable.static final int
To limit heap usage, define limits for page size.static final int
static final int
To limit heap usage, define limits for start offset.static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_LIMIT
public static final int DEFAULT_LIMIT- See Also:
-
MAX_LIMIT
public static final int MAX_LIMITTo limit heap usage, define limits for page size. -
MAX_START_OFFSET
public static final int MAX_START_OFFSETTo limit heap usage, define limits for start offset. -
INDEXED_TITLE_FIELD_NAME
Name of title field that is indexed and is therefore searchable.- See Also:
-
BODY_FIELD_NAME
- See Also:
-
UNSTEMMED_TITLE_FIELD_NAME
- See Also:
-
HIGHLIGHT_START
Placeholders used to decorate highlighted areas of the page- See Also:
-
HIGHLIGHT_END
- See Also:
-
MAX_NUM_RESULTS
public static final int MAX_NUM_RESULTS
-
-
Constructor Details
-
SearchConstants
public SearchConstants()
-