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) voidMultiReaderBasedConnection.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 TypeMethodDescriptionvoidILuceneConnection.close()Closes the reader and the writer.voidLuceneConnection.close()voidILuceneConnection.closeWriter()Deprecated.since 8.1.1 without replacement, there is no real need to close writer while keeping reader openvoidLuceneConnection.closeWriter()voidILuceneConnection.optimize()Perform an optimize on the index.voidLuceneConnection.optimize()Blocks and waits until all write operations to the index complete.voidCloses the reader and the writer and create new ones.voidvoidvoidILuceneConnection.truncateIndex()Removes all documents from the index.voidLuceneConnection.truncateIndex()ILuceneConnection.withReader(ILuceneConnection.ReaderAction action) Idempotent operation.LuceneConnection.withReader(ILuceneConnection.ReaderAction action) MultiConnection.withReader(EnumSet<SearchIndex> indexes, ILuceneConnection.ReaderAction action) voidILuceneConnection.withSearch(ILuceneConnection.SearcherAction action) voidLuceneConnection.withSearch(ILuceneConnection.SearcherAction action) This implementation does not respect the boolean return of the of theILuceneConnection.SearcherAction.perform(IndexSearcher)methodvoidMultiConnection.withSearch(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action) <T> TLuceneConnection.withSearcher(ILuceneConnection.SearcherWithTokenAction<T> action) voidILuceneConnection.withWriter(ILuceneConnection.WriterAction action) Add (write) documents to the indexvoidLuceneConnection.withWriter(ILuceneConnection.WriterAction action) Blocks and waits until all write operations to the index complete.