Méthode | 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 | ||
Résultat | System.Collections.Generic |
public GetBinaryDocValues ( string field ) : Lucene.Net.Index.BinaryDocValues | ||
field | string | |
Résultat | Lucene.Net.Index.BinaryDocValues |
public GetDocsWithField ( string field ) : Bits | ||
field | string | |
Résultat | Bits |
public GetNormValues ( string field ) : Lucene.Net.Index.NumericDocValues | ||
field | string | |
Résultat | Lucene.Net.Index.NumericDocValues |
public GetNumericDocValues ( string field ) : Lucene.Net.Index.NumericDocValues | ||
field | string | |
Résultat | Lucene.Net.Index.NumericDocValues |
public GetSortedDocValues ( string field ) : Lucene.Net.Index.SortedDocValues | ||
field | string | |
Résultat | Lucene.Net.Index.SortedDocValues |
public GetSortedSetDocValues ( string field ) : Lucene.Net.Index.SortedSetDocValues | ||
field | string | |
Résultat | Lucene.Net.Index.SortedSetDocValues |
public GetTermVectors ( int docID ) : Fields | ||
docID | int | |
Résultat | Fields |