Метод | Описание | |
---|---|---|
FSTDocsEnum ( IndexOptions indexOptions, bool storePayloads ) : System | ||
advance ( int target ) : int | ||
canReuse ( IndexOptions indexOptions, bool storePayloads ) : bool | ||
cost ( ) : long | ||
docID ( ) : int | ||
freq ( ) : int | ||
nextDoc ( ) : int | ||
reset ( BytesRef bufferIn, Bits liveDocs, int numDocs ) : FSTDocsEnum |
Метод | Описание | |
---|---|---|
InitializeInstanceFields ( ) : void |
public FSTDocsEnum ( IndexOptions indexOptions, bool storePayloads ) : System | ||
indexOptions | IndexOptions | |
storePayloads | bool | |
Результат | System |
public canReuse ( IndexOptions indexOptions, bool storePayloads ) : bool | ||
indexOptions | IndexOptions | |
storePayloads | bool | |
Результат | bool |
public reset ( BytesRef bufferIn, Bits liveDocs, int numDocs ) : FSTDocsEnum | ||
bufferIn | BytesRef | |
liveDocs | Bits | |
numDocs | int | |
Результат | FSTDocsEnum |