Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.SearcherWithTokenAction
-
Packages that use ILuceneConnection.SearcherWithTokenAction 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 ILuceneConnection.SearcherWithTokenAction in com.atlassian.confluence.impl.search.v2.lucene
Methods in com.atlassian.confluence.impl.search.v2.lucene with parameters of type ILuceneConnection.SearcherWithTokenAction Modifier and Type Method Description <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.SearcherWithTokenAction Modifier and Type Class Description class
SearcherWithTokenAction
Methods in com.atlassian.confluence.internal.search.v2.lucene with parameters of type ILuceneConnection.SearcherWithTokenAction 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
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)
-