Метод | Описание | |
---|---|---|
CheckIntegrity ( ) : void | ||
Clone ( ) : object | ||
RamBytesUsed ( ) : long | ||
SimpleTextStoredFieldsReader ( Store.Directory directory, Index.SegmentInfo si, Index.FieldInfos fn, Store.IOContext context ) : System | ||
VisitDocument ( int n, Index.StoredFieldVisitor visitor ) : void |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
EqualsAt ( Util.BytesRef a, Util.BytesRef b, int bOffset ) : bool | ||
ParseIntAt ( int offset ) : int | ||
ReadField ( Util.BytesRef type, Index.FieldInfo fieldInfo, Index.StoredFieldVisitor visitor ) : void | ||
ReadIndex ( int size ) : void | we don't actually write a .fdx-like index, instead we read the stored fields file in entirety up-front and save the offsets so we can seek to the documents later. | |
ReadLine ( ) : void | ||
SimpleTextStoredFieldsReader ( long offsets, Store.IndexInput input, Index.FieldInfos fieldInfos ) : System | Used by clone |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public SimpleTextStoredFieldsReader ( Store.Directory directory, Index.SegmentInfo si, Index.FieldInfos fn, Store.IOContext context ) : System | ||
directory | Store.Directory | |
si | Index.SegmentInfo | |
fn | Index.FieldInfos | |
context | Store.IOContext | |
Результат | System |
public VisitDocument ( int n, Index.StoredFieldVisitor visitor ) : void | ||
n | int | |
visitor | Index.StoredFieldVisitor | |
Результат | void |