Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Index.StaleReaderException Class Reference

This exception is thrown when an IndexReader tries to make changes to the index (via IndexReader.DeleteDocument , IndexReader.UndeleteAll or IndexReader.SetNorm(int,string,float)) but changes have already been committed to the index since this reader was instantiated. When this happens you must open a new reader on the current index to make the changes. More...

Inherits IOException.

Public Member Functions

 StaleReaderException (System.String message)
 

Detailed Description

This exception is thrown when an IndexReader tries to make changes to the index (via IndexReader.DeleteDocument , IndexReader.UndeleteAll or IndexReader.SetNorm(int,string,float)) but changes have already been committed to the index since this reader was instantiated. When this happens you must open a new reader on the current index to make the changes.

Definition at line 33 of file StaleReaderException.cs.

Constructor & Destructor Documentation

Lucene.Net.Index.StaleReaderException.StaleReaderException ( System.String  message)

Definition at line 35 of file StaleReaderException.cs.


The documentation for this class was generated from the following file: