Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.SearcherAction
Packages that use ILuceneConnection.SearcherAction
-
Uses of ILuceneConnection.SearcherAction in com.atlassian.confluence.impl.search.v2.lucene
Methods in com.atlassian.confluence.impl.search.v2.lucene with parameters of type ILuceneConnection.SearcherActionModifier and TypeMethodDescriptionvoid
MultiReaderBasedConnection.withSearch
(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action) -
Uses of ILuceneConnection.SearcherAction in com.atlassian.confluence.internal.search.v2.lucene
Methods in com.atlassian.confluence.internal.search.v2.lucene with parameters of type ILuceneConnection.SearcherActionModifier and TypeMethodDescriptionvoid
ILuceneConnection.withSearch
(ILuceneConnection.SearcherAction action) void
LuceneConnection.withSearch
(ILuceneConnection.SearcherAction action) This implementation does not respect the boolean return of the of theperform(IndexSearcher)
methodvoid
MultiConnection.withSearch
(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action)