Home
last modified time | relevance | path

Searched refs:StaleReaderException (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DStaleReaderException.cs33 public class StaleReaderException:System.IO.IOException class
35 public StaleReaderException(System.String message):base(message) in StaleReaderException() method in Lucene.Net.Index.StaleReaderException
H A DDirectoryReader.cs877 …throw new StaleReaderException("IndexReader out of date and no longer valid for delete, undelete, … in AcquireWriteLock()
897 …throw new StaleReaderException("IndexReader out of date and no longer valid for delete, undelete, … in AcquireWriteLock()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DLuceneException.h94 typedef ExceptionTemplate<IOException, LuceneException::StaleReader> StaleReaderException; typedef
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/util/
H A DLuceneException.cpp81 boost::throw_exception(StaleReaderException(error, type)); in throwException()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DDirectoryReader.cpp611 …boost::throw_exception(StaleReaderException(L"IndexReader out of date and no longer valid for dele… in acquireWriteLock()
627 …boost::throw_exception(StaleReaderException(L"IndexReader out of date and no longer valid for dele… in acquireWriteLock()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/index/
H A DIndexReaderTest.cpp594 } catch (StaleReaderException& e) { in deleteReaderWriterConflict()
859 } catch (StaleReaderException& e) { in deleteReaderReaderConflict()
/dports/lang/mono/mono-5.10.1.57/mcs/class/monodoc/
H A Dmonodoc.dll.sources218 ../../../external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/StaleReaderException.cs
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmonodoc.cs1939 public partial class StaleReaderException : System.IO.IOException class
1941 public StaleReaderException(string message) { } in StaleReaderException() method in Lucene.Net.Index.StaleReaderException