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> TMultiReaderBasedConnection. withSearcher(EnumSet<SearchIndex> indexes, long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)<T> TMultiReaderBasedConnection. 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 classSearcherWithTokenActionMethods in com.atlassian.confluence.internal.search.v2.lucene with parameters of type ILuceneConnection.SearcherWithTokenAction Modifier and Type Method Description <T> TILuceneConnection. withSearcher(long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)Perform a search with the specified search token.<T> TILuceneConnection. withSearcher(ILuceneConnection.SearcherWithTokenAction<T> action)Perform a search that can be later continued via the search token passed toperform(IndexSearcher, long).<T> TLuceneConnection. withSearcher(long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)<T> TLuceneConnection. withSearcher(ILuceneConnection.SearcherWithTokenAction<T> action)<T> TMultiConnection. withSearcher(EnumSet<SearchIndex> indexes, long searchToken, ILuceneConnection.SearcherWithTokenAction<T> action)<T> TMultiConnection. withSearcher(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherWithTokenAction<T> action)
-