Свойство | Type | Description | |
---|---|---|---|
@in |
Méthode | Description | |
---|---|---|
CheckIntegrity ( ) : void | ||
Document ( int docID, Lucene.Net.Index.StoredFieldVisitor visitor ) : void | ||
FilterAtomicReader ( |
Construct a FilterAtomicReader based on the specified base reader. Note that base reader is closed if this FilterAtomicReader is closed.
|
|
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 | ||
ToString ( ) : string | ||
Unwrap ( |
Get the wrapped instance by
|
Méthode | Description | |
---|---|---|
DoClose ( ) : void |
public Document ( int docID, Lucene.Net.Index.StoredFieldVisitor visitor ) : void | ||
docID | int | |
visitor | Lucene.Net.Index.StoredFieldVisitor | |
Résultat | void |
public FilterAtomicReader ( |
||
@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 |
public static Unwrap ( |
||
reader | ||
Résultat |