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 ObjectMultiReaderBasedConnection. 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 ObjectILuceneConnection. withReader(ILuceneConnection.ReaderAction action)Idempotent operation.ObjectLuceneConnection. withReader(ILuceneConnection.ReaderAction action)ObjectMultiConnection. withReader(EnumSet<SearchIndex> indexes, ILuceneConnection.ReaderAction action)
-