public class ContentSearch extends AbstractSearch
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_SEARCH |
static String |
CQL_SEARCH |
static String |
SITE_SEARCH |
indexes, limit, query, resultFilter, searchFilter, sort, startOffset| Constructor and Description |
|---|
ContentSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
int startOffset,
int limit) |
ContentSearch(SearchQuery query,
SearchSort sort,
SearchFilter searchFilter,
ResultFilter resultFilter)
Construct a new Search.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getSearchType()
Returns type of search e.g.
|
equals, getLimit, getQuery, getResultFilter, getSearchFilter, getSearchIndexes, getSort, getStartOffset, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetHighlight, isExplainpublic static final String SITE_SEARCH
public static final String CONTENT_SEARCH
public static final String CQL_SEARCH
public ContentSearch(SearchQuery query, SearchSort sort, SearchFilter searchFilter, ResultFilter resultFilter)
query - the query to performsort - how to order the resultssearchFilter - filter that performs filtering during searchresultFilter - filter that performs filtering the results after a search has completepublic ContentSearch(SearchQuery query, SearchSort sort, SearchFilter searchFilter, int startOffset, int limit)
public String getSearchType()
ISearchCopyright © 2003–2020 Atlassian. All rights reserved.