Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.SearcherWithTokenAction
Packages that use ILuceneConnection.SearcherWithTokenAction
-
Uses of ILuceneConnection.SearcherWithTokenAction in com.atlassian.confluence.impl.search.v2.lucene
Methods in com.atlassian.confluence.impl.search.v2.lucene with parameters of type ILuceneConnection.SearcherWithTokenActionModifier and TypeMethodDescription<T> T
MultiReaderBasedConnection.withSearcher
(EnumSet<SearchIndex> indexes, long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action) <T> T
MultiReaderBasedConnection.withSearcher
(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherWithTokenAction<T> action) -
Uses of ILuceneConnection.SearcherWithTokenAction in com.atlassian.confluence.internal.search.v2.lucene
Classes in com.atlassian.confluence.internal.search.v2.lucene that implement ILuceneConnection.SearcherWithTokenActionMethods in com.atlassian.confluence.internal.search.v2.lucene with parameters of type ILuceneConnection.SearcherWithTokenActionModifier and TypeMethodDescription<T> T
ILuceneConnection.withSearcher
(long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action) Perform a search with the specified search token.<T> T
ILuceneConnection.withSearcher
(ILuceneConnection.SearcherWithTokenAction<T> action) Perform a search that can be later continued via the search token passed toperform(IndexSearcher, long)
.<T> T
LuceneConnection.withSearcher
(long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action) <T> T
LuceneConnection.withSearcher
(ILuceneConnection.SearcherWithTokenAction<T> action) <T> T
MultiConnection.withSearcher
(EnumSet<SearchIndex> indexes, long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action) <T> T
MultiConnection.withSearcher
(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherWithTokenAction<T> action)