Method | Description | |
---|---|---|
AssertingAtomicReader ( |
||
GetBinaryDocValues ( string field ) : Lucene.Net.Index.BinaryDocValues | ||
GetDocsWithField ( string field ) : Bits | ||
GetNormValues ( string field ) : Lucene.Net.Index.NumericDocValues | ||
GetNumericDocValues ( string field ) : Lucene.Net.Index.NumericDocValues | ||
GetSortedDocValues ( string field ) : Lucene.Net.Index.SortedDocValues | ||
GetSortedSetDocValues ( string field ) : Lucene.Net.Index.SortedSetDocValues | ||
GetTermVectors ( int docID ) : Fields |
public AssertingAtomicReader ( |
||
@in | ||
return | System.Collections.Generic |
public GetBinaryDocValues ( string field ) : Lucene.Net.Index.BinaryDocValues | ||
field | string | |
return | Lucene.Net.Index.BinaryDocValues |
public GetDocsWithField ( string field ) : Bits | ||
field | string | |
return | Bits |
public GetNormValues ( string field ) : Lucene.Net.Index.NumericDocValues | ||
field | string | |
return | Lucene.Net.Index.NumericDocValues |
public GetNumericDocValues ( string field ) : Lucene.Net.Index.NumericDocValues | ||
field | string | |
return | Lucene.Net.Index.NumericDocValues |
public GetSortedDocValues ( string field ) : Lucene.Net.Index.SortedDocValues | ||
field | string | |
return | Lucene.Net.Index.SortedDocValues |
public GetSortedSetDocValues ( string field ) : Lucene.Net.Index.SortedSetDocValues | ||
field | string | |
return | Lucene.Net.Index.SortedSetDocValues |