Uses of Class
com.atlassian.confluence.internal.search.v2.lucene.LuceneException
-
Packages that use LuceneException Package Description com.atlassian.confluence.impl.search.v2.lucene com.atlassian.confluence.internal.search.v2.lucene com.atlassian.confluence.search.v2.lucene -
-
Uses of LuceneException in com.atlassian.confluence.impl.search.v2.lucene
Methods in com.atlassian.confluence.impl.search.v2.lucene that throw LuceneException Modifier and Type Method Description ObjectMultiReaderBasedConnection. 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.lucene Modifier and Type Class Description classLuceneConnectionClosedExceptionThrown when trying to use a closedILuceneConnection.Methods in com.atlassian.confluence.internal.search.v2.lucene that throw LuceneException Modifier and Type Method Description voidILuceneConnection. 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.voidILuceneConnection. reset(Runnable resetAction)Closes the reader and the writer and create new ones.voidLuceneAccessor. reset(Runnable resetAction)voidLuceneConnection. reset(Runnable resetAction)voidILuceneConnection. truncateIndex()Removes all documents from the index.voidLuceneConnection. truncateIndex()ObjectILuceneConnection. withReader(ILuceneConnection.ReaderAction action)Idempotent operation.ObjectLuceneConnection. withReader(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)method<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. -
Uses of LuceneException in com.atlassian.confluence.search.v2.lucene
Methods in com.atlassian.confluence.search.v2.lucene that throw LuceneException Modifier and Type Method Description ObjectMultiConnection. withReader(EnumSet<SearchIndex> indexes, ILuceneConnection.ReaderAction action)voidMultiConnection. withSearch(EnumSet<SearchIndex> indexes, ILuceneConnection.SearcherAction action)
-