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