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