Apache Lucene.Net 2.4.0 Class Library API

IndexOutput.Seek Method 

Sets current position in this file, where the next write will occur.

public abstract void Seek(
   long pos
);

See Also

IndexOutput Class | Lucene.Net.Store Namespace |