public final class SearchConstants extends Object
Modifier and Type | Field and 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 page
|
static 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 |
STORED_TITLE_FIELD_NAME
Name of title field that stores the value of the title.
|
static String |
UNSTEMMED_TITLE_FIELD_NAME |
Constructor and Description |
---|
SearchConstants() |
public static final int DEFAULT_LIMIT
public static final int MAX_LIMIT
public static final int MAX_START_OFFSET
public static final String STORED_TITLE_FIELD_NAME
public static final String INDEXED_TITLE_FIELD_NAME
public static final String BODY_FIELD_NAME
public static final String UNSTEMMED_TITLE_FIELD_NAME
public static final String HIGHLIGHT_START
public static final String HIGHLIGHT_END
public static final int MAX_NUM_RESULTS
Copyright © 2003–2020 Atlassian. All rights reserved.