프로퍼티 | 타입 | 설명 | |
---|---|---|---|
@in |
메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
DoClose ( ) : void |
public Document ( int docID, Lucene.Net.Index.StoredFieldVisitor visitor ) : void | ||
docID | int | |
visitor | Lucene.Net.Index.StoredFieldVisitor | |
리턴 | void |
public FilterAtomicReader ( |
||
@in | ||
리턴 | System.Collections.Generic |
public GetBinaryDocValues ( string field ) : Lucene.Net.Index.BinaryDocValues | ||
field | string | |
리턴 | Lucene.Net.Index.BinaryDocValues |
public GetNormValues ( string field ) : Lucene.Net.Index.NumericDocValues | ||
field | string | |
리턴 | Lucene.Net.Index.NumericDocValues |
public GetNumericDocValues ( string field ) : Lucene.Net.Index.NumericDocValues | ||
field | string | |
리턴 | Lucene.Net.Index.NumericDocValues |
public GetSortedDocValues ( string field ) : Lucene.Net.Index.SortedDocValues | ||
field | string | |
리턴 | Lucene.Net.Index.SortedDocValues |
public GetSortedSetDocValues ( string field ) : Lucene.Net.Index.SortedSetDocValues | ||
field | string | |
리턴 | Lucene.Net.Index.SortedSetDocValues |
public static Unwrap ( |
||
reader | ||
리턴 |