Class DefaultSearch
java.lang.Object
com.atlassian.confluence.search.v2.AbstractSearch
com.atlassian.confluence.search.v2.DefaultSearch
- All Implemented Interfaces:
ISearch
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.atlassian.confluence.search.v2.AbstractSearch
AbstractSearch.AbstractBuilder<SELF extends AbstractSearch.AbstractBuilder<SELF>>
-
Field Summary
Fields inherited from class com.atlassian.confluence.search.v2.AbstractSearch
generatesToken, indices, limit, query, sort, startOffset
Fields inherited from interface com.atlassian.confluence.search.v2.ISearch
ENABLE_LUCENE_QUERY_EXPLAIN
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSearch
(List<Index> indices, SearchQuery query, SearchSort sort) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0.DefaultSearch
(List<Index> indices, SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0. -
Method Summary
Methods inherited from class com.atlassian.confluence.search.v2.AbstractSearch
equals, generatesToken, getIndices, getLimit, getQuery, getSearchIndexes, getSort, getStartOffset, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.search.v2.ISearch
getHighlight, getSearchType, isExplain, withIndices, withLimit, withQuery
-
Constructor Details
-
DefaultSearch
@Deprecated(forRemoval=true) public DefaultSearch(List<Index> indices, SearchQuery query, SearchSort sort) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0. Usebuilder()
- Since:
- 8.7.0
-
DefaultSearch
@Deprecated(forRemoval=true) public DefaultSearch(List<Index> indices, SearchQuery query, SearchSort sort, int startOffset, int limit) Deprecated, for removal: This API element is subject to removal in a future version.since 9.0. Usebuilder()
- Since:
- 8.7.0
-
-
Method Details
-
toBuilder
- Returns:
- a builder that's initialised with the values of the current search object
-
builder
-