Apache Lucene.Net 2.4.0 Class Library API

IndexInput.Seek Method 

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

public abstract void Seek(
   long pos
);

See Also

IndexInput Class | Lucene.Net.Store Namespace |