Uses of Interface
com.atlassian.confluence.internal.search.v2.lucene.ILuceneConnection.ReaderAction
-
Packages that use ILuceneConnection.ReaderAction 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.ReaderAction in com.atlassian.confluence.impl.search.v2.lucene
Methods in com.atlassian.confluence.impl.search.v2.lucene with parameters of type ILuceneConnection.ReaderAction Modifier and Type Method Description Object
MultiReaderBasedConnection. withReader(EnumSet<SearchIndex> indexes, ILuceneConnection.ReaderAction action)
-
Uses of ILuceneConnection.ReaderAction in com.atlassian.confluence.internal.search.v2.lucene
Methods in com.atlassian.confluence.internal.search.v2.lucene with parameters of type ILuceneConnection.ReaderAction Modifier and Type Method Description Object
ILuceneConnection. withReader(ILuceneConnection.ReaderAction action)
Idempotent operation.Object
LuceneConnection. withReader(ILuceneConnection.ReaderAction action)
Object
MultiConnection. withReader(EnumSet<SearchIndex> indexes, ILuceneConnection.ReaderAction action)
-