Interface SearchWithToken
-
- All Superinterfaces:
ISearch
- All Known Implementing Classes:
DefaultSearchWithToken
@Deprecated(since="8.7.0", forRemoval=true) public interface SearchWithToken extends ISearch
Deprecated, for removal: This API element is subject to removal in a future version.A search that additionally specifies a search token. This class should be removed when we switch from Lucene to OpenSearch completely (in a platform release).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description long
getSearchToken()
Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from interface com.atlassian.confluence.search.v2.ISearch
getHighlight, getIndices, getLimit, getQuery, getSearchAfter, getSearchIndexes, getSearchType, getSort, getStartOffset, isExplain, withIndices, withQuery, withSearchAfter
-
-