Uses of Class
com.atlassian.confluence.internal.search.v2.lucene.LuceneException
Packages that use LuceneException
-
Uses of LuceneException in com.atlassian.confluence.impl.search.v2.lucene
Methods in com.atlassian.confluence.impl.search.v2.lucene that throw LuceneExceptionModifier and TypeMethodDescriptionMultiReaderBasedConnection.withReader
(EnumSet<SearchIndex> indexes, ILuceneConnection.ReaderAction action) void
MultiReaderBasedConnection.withSearch
(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action) -
Uses of LuceneException in com.atlassian.confluence.internal.search.v2.lucene
Subclasses of LuceneException in com.atlassian.confluence.internal.search.v2.luceneMethods in com.atlassian.confluence.internal.search.v2.lucene that throw LuceneExceptionModifier and TypeMethodDescriptionvoid
ILuceneConnection.close()
Closes the reader and the writer.void
LuceneConnection.close()
void
ILuceneConnection.closeWriter()
Deprecated.since 8.1.1 without replacement, there is no real need to close writer while keeping reader openvoid
LuceneConnection.closeWriter()
void
ILuceneConnection.optimize()
Perform an optimize on the index.void
LuceneConnection.optimize()
Blocks and waits until all write operations to the index complete.void
Closes the reader and the writer and create new ones.void
void
void
ILuceneConnection.truncateIndex()
Removes all documents from the index.void
LuceneConnection.truncateIndex()
ILuceneConnection.withReader
(ILuceneConnection.ReaderAction action) Idempotent operation.LuceneConnection.withReader
(ILuceneConnection.ReaderAction action) MultiConnection.withReader
(EnumSet<SearchIndex> indexes, ILuceneConnection.ReaderAction action) void
ILuceneConnection.withSearch
(ILuceneConnection.SearcherAction action) void
LuceneConnection.withSearch
(ILuceneConnection.SearcherAction action) This implementation does not respect the boolean return of the of theILuceneConnection.SearcherAction.perform(IndexSearcher)
methodvoid
MultiConnection.withSearch
(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action) <T> T
LuceneConnection.withSearcher
(ILuceneConnection.SearcherWithTokenAction<T> action) void
ILuceneConnection.withWriter
(ILuceneConnection.WriterAction action) Add (write) documents to the indexvoid
LuceneConnection.withWriter
(ILuceneConnection.WriterAction action) Blocks and waits until all write operations to the index complete.