Method IsCurrent
IsCurrent()
Check whether any new changes have occurred to the index since this reader was opened.
If this reader is based on a Directory (ie, was created by calling
If instead this reader is a near real-time reader (ie, obtained by a call
to Get
In any event, if this returns false, you should call Reopen() to get a new reader that sees the changes.
Declaration
public virtual bool IsCurrent()
Returns
Type | Description |
---|---|
System. |