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> TMultiReaderBasedConnection. 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> TILuceneConnection. withSearcher(long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)Perform a search with the specified search token.<T> TLuceneConnection. withSearcher(long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)<T> TMultiConnection. withSearcher(EnumSet<SearchIndex> indexes, long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)
-