Uses of Class
com.atlassian.confluence.internal.search.v2.lucene.SearchTokenExpiredException
Packages that use SearchTokenExpiredException
-
Uses of SearchTokenExpiredException in com.atlassian.confluence.impl.search.v2.lucene
Methods in com.atlassian.confluence.impl.search.v2.lucene that throw SearchTokenExpiredExceptionModifier and TypeMethodDescription<T> T
MultiReaderBasedConnection.withSearcher
(EnumSet<SearchIndex> indexes, long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action) -
Uses of SearchTokenExpiredException in com.atlassian.confluence.internal.search.v2.lucene
Methods in com.atlassian.confluence.internal.search.v2.lucene that throw SearchTokenExpiredExceptionModifier and TypeMethodDescription<T> T
ILuceneConnection.withSearcher
(long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action) Perform a search with the specified search token.<T> T
LuceneConnection.withSearcher
(long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action) <T> T
MultiConnection.withSearcher
(EnumSet<SearchIndex> indexes, long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)