Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.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.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)method -
Uses of ILuceneConnection.SearcherAction in com.atlassian.confluence.search.v2.lucene
Methods in com.atlassian.confluence.search.v2.lucene with parameters of type ILuceneConnection.SearcherAction Modifier and Type Method Description voidMultiConnection. withSearch(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action)
-