C# Class Lucene.Net.Codecs.SimpleText.SimpleTextFieldsReader

Inheritance: FieldsProducer
Show file Open project: paulirwin/lucene.net Class Usage Examples

Public Methods

Method Description
CheckIntegrity ( ) : void
Dispose ( ) : void
GetEnumerator ( ) : IEnumerator
RamBytesUsed ( ) : long
SimpleTextFieldsReader ( Index.SegmentReadState state ) : System
Terms ( string field ) : Index.Terms

Private Methods

Method Description
ReadFields ( Store.IndexInput @in ) : long?>.SortedDictionary

Method Details

CheckIntegrity() public method

public CheckIntegrity ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

RamBytesUsed() public method

public RamBytesUsed ( ) : long
return long

SimpleTextFieldsReader() public method

public SimpleTextFieldsReader ( Index.SegmentReadState state ) : System
state Index.SegmentReadState
return System

Terms() public method

public Terms ( string field ) : Index.Terms
field string
return Index.Terms