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 voidMultiReaderBasedConnection. 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 voidILuceneConnection. withSearch(ILuceneConnection.SearcherAction action)voidLuceneConnection. withSearch(ILuceneConnection.SearcherAction action)This implementation does not respect the boolean return of the of theperform(IndexSearcher)methodvoidMultiConnection. withSearch(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action)
-