C# 클래스 Lucene.Net.Index.TestTermsEnum.TermAndState

파일 보기 프로젝트 열기: apache/lucenenet

공개 프로퍼티들

프로퍼티 타입 설명
State Lucene.Net.Index.TermState
Term BytesRef

공개 메소드들

메소드 설명
TermAndState ( BytesRef term, Lucene.Net.Index.TermState state ) : System

메소드 상세

TermAndState() 공개 메소드

public TermAndState ( BytesRef term, Lucene.Net.Index.TermState state ) : System
term BytesRef
state Lucene.Net.Index.TermState
리턴 System

프로퍼티 상세

State 공개적으로 프로퍼티

public TermState,Lucene.Net.Index State
리턴 Lucene.Net.Index.TermState

Term 공개적으로 프로퍼티

public BytesRef Term
리턴 BytesRef