Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Lucene
Net
Index
Sorter
SortingAtomicReader.SortingBinaryDocValues
C# 클래스 Lucene.Net.Index.Sorter.SortingAtomicReader.SortingBinaryDocValues
상속:
BinaryDocValues
파일 보기
프로젝트 열기: apache/lucenenet
공개 메소드들
메소드
설명
Get
(
int
docID
,
BytesRef
result
) :
void
비공개 메소드들
메소드
설명
SortingBinaryDocValues
(
BinaryDocValues
@in
,
Lucene.Net.Util.Sorter
docMap
) :
System
메소드 상세
Get()
공개
메소드
public
Get
(
int
docID
,
BytesRef
result
) :
void
docID
int
result
BytesRef
리턴
void