Lucene.Net.Index.DocumentsWriterDeleteQueue.Node.Apply C# (CSharp) Method

Apply() private method

private Apply ( BufferedUpdates bufferedDeletes, int docIDUpto ) : void
bufferedDeletes BufferedUpdates
docIDUpto int
return void
            internal virtual void Apply(BufferedUpdates bufferedDeletes, int docIDUpto)
            {
                throw new InvalidOperationException("sentinel item must never be applied");
            }
DocumentsWriterDeleteQueue.Node