public class ContentSearch extends AbstractSearch
Modifier and Type | Field and Description |
---|---|
static String |
CONTENT_SEARCH |
static String |
CQL_SEARCH |
static String |
SITE_SEARCH |
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, getSort, getStartOffset, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getHighlight, isExplain
public 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()
ISearch
Copyright © 2003–2019 Atlassian. All rights reserved.