Class Directory.IndexInputSlicer
Allows to create one or more sliced IndexInput instances from a single file handle. Some Directory implementations may be able to efficiently map slices of a file into memory when only certain parts of a file are required.
@lucene.internal @lucene.experimental
Inheritance
System.Object
Directory.IndexInputSlicer
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class IndexInputSlicer : IDisposable
Methods
Name | Description |
---|---|
Dispose() | |
Dispose(Boolean) | |
OpenFullSlice() | Returns an IndexInput slice starting at offset |
OpenSlice(String, Int64, Int64) | Returns an IndexInput slice starting at the given offset with the given length. |