Uses of Class
com.atlassian.confluence.internal.search.v2.lucene.SearchTokenExpiredException
-
Packages that use SearchTokenExpiredException Package Description com.atlassian.confluence.impl.search.v2.lucene com.atlassian.confluence.internal.search.v2.lucene Provides a Lucene-backed implementation of theSearchManager
. -
-
Uses of SearchTokenExpiredException in com.atlassian.confluence.impl.search.v2.lucene
Methods in com.atlassian.confluence.impl.search.v2.lucene that throw SearchTokenExpiredException Modifier and Type Method Description <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 SearchTokenExpiredException Modifier and Type Method Description <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)
-