Class NoMoreDataException
Exception indicating there is no more data.
Thrown by Docs Makers if doc.maker.forever
is false
and docs sources of that maker where exhausted.
This is useful for iterating all document of a source, in case we don't know in advance how many docs there are.
Implements
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Feeds
Assembly: Lucene.Net.Benchmark.dll
Syntax
[Serializable]
public class NoMoreDataException : Exception, ISerializable
Constructors
NoMoreDataException()
Exception indicating there is no more data.
Thrown by Docs Makers if doc.maker.forever
is false
and docs sources of that maker where exhausted.
This is useful for iterating all document of a source, in case we don't know in advance how many docs there are.
Declaration
public NoMoreDataException()