Class Directory.IndexInputSlicer
Allows to create one or more sliced Index
@lucene.internal
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
Directory.IndexInputSlicer
Namespace: Lucene.Net.Store
Assembly: Lucene.Net.dll
Syntax
public abstract class IndexInputSlicer : IDisposable
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected abstract void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System. |
disposing |
OpenFullSlice()
Returns an Index0
with a
length equal to the length of the underlying file
Declaration
public abstract IndexInput OpenFullSlice()
Returns
Type | Description |
---|---|
Index |
OpenSlice(String, Int64, Int64)
Returns an Index
Declaration
public abstract IndexInput OpenSlice(string sliceDescription, long offset, long length)
Parameters
Type | Name | Description |
---|---|---|
System. |
sliceDescription | |
System. |
offset | |
System. |
length |
Returns
Type | Description |
---|---|
Index |