C# Class Lucene.Net.Codecs.Memory.DirectDocValuesProducer

Reader for DirectDocValuesFormat
Inheritance: DocValuesProducer
Mostrar archivo Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
CheckIntegrity ( ) : void
GetBinary ( Lucene.Net.Index.FieldInfo field ) : Lucene.Net.Index.BinaryDocValues
GetDocsWithField ( Lucene.Net.Index.FieldInfo field ) : Bits
GetNumeric ( Lucene.Net.Index.FieldInfo field ) : Lucene.Net.Index.NumericDocValues
GetSorted ( Lucene.Net.Index.FieldInfo field ) : Lucene.Net.Index.SortedDocValues
GetSortedSet ( Lucene.Net.Index.FieldInfo field ) : Lucene.Net.Index.SortedSetDocValues
RamBytesUsed ( ) : long

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DirectDocValuesProducer ( Lucene.Net.Index.SegmentReadState state, string dataCodec, string dataExtension, string metaCodec, string metaExtension ) : System.Diagnostics
GetMissingBits ( int fieldNumber, long offset, long length ) : Bits
LoadBinary ( BinaryEntry entry ) : Lucene.Net.Index.BinaryDocValues
LoadNumeric ( NumericEntry entry ) : Lucene.Net.Index.NumericDocValues
LoadSorted ( Lucene.Net.Index.FieldInfo field ) : Lucene.Net.Index.SortedDocValues
LoadSortedSet ( SortedSetEntry entry ) : SortedSetRawValues
ReadBinaryEntry ( IndexInput meta ) : BinaryEntry
ReadFields ( IndexInput meta ) : void
ReadNumericEntry ( IndexInput meta ) : NumericEntry
ReadSortedEntry ( IndexInput meta ) : SortedEntry
ReadSortedSetEntry ( IndexInput meta ) : SortedSetEntry

Method Details

CheckIntegrity() public method

public CheckIntegrity ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetBinary() public method

public GetBinary ( Lucene.Net.Index.FieldInfo field ) : Lucene.Net.Index.BinaryDocValues
field Lucene.Net.Index.FieldInfo
return Lucene.Net.Index.BinaryDocValues

GetDocsWithField() public method

public GetDocsWithField ( Lucene.Net.Index.FieldInfo field ) : Bits
field Lucene.Net.Index.FieldInfo
return Bits

GetNumeric() public method

public GetNumeric ( Lucene.Net.Index.FieldInfo field ) : Lucene.Net.Index.NumericDocValues
field Lucene.Net.Index.FieldInfo
return Lucene.Net.Index.NumericDocValues

GetSorted() public method

public GetSorted ( Lucene.Net.Index.FieldInfo field ) : Lucene.Net.Index.SortedDocValues
field Lucene.Net.Index.FieldInfo
return Lucene.Net.Index.SortedDocValues

GetSortedSet() public method

public GetSortedSet ( Lucene.Net.Index.FieldInfo field ) : Lucene.Net.Index.SortedSetDocValues
field Lucene.Net.Index.FieldInfo
return Lucene.Net.Index.SortedSetDocValues

RamBytesUsed() public method

public RamBytesUsed ( ) : long
return long