C# 클래스 Lucene.Net.Index.TestPositionBasedTermVectorMapper

상속: Lucene.Net.Util.LuceneTestCase
파일 보기 프로젝트 열기: synhershko/lucene.net

보호된 프로퍼티들

프로퍼티 타입 설명
numPositions int
offsets Lucene.Net.Index.TermVectorOffsetInfo[][]
thePositions int[][]
tokens System.String[]

공개 메소드들

메소드 설명
TestPositionBasedTermVectorMapper ( ) : System
TestPositionBasedTermVectorMapper ( System s ) : System

비공개 메소드들

메소드 설명
SetUp ( ) : void
Test ( ) : void

메소드 상세

TestPositionBasedTermVectorMapper() 공개 메소드

public TestPositionBasedTermVectorMapper ( ) : System
리턴 System

TestPositionBasedTermVectorMapper() 공개 메소드

public TestPositionBasedTermVectorMapper ( System s ) : System
s System
리턴 System

프로퍼티 상세

numPositions 보호되어 있는 프로퍼티

protected int numPositions
리턴 int

offsets 보호되어 있는 프로퍼티

protected TermVectorOffsetInfo[][],Lucene.Net.Index offsets
리턴 Lucene.Net.Index.TermVectorOffsetInfo[][]

thePositions 보호되어 있는 프로퍼티

protected int[][] thePositions
리턴 int[][]

tokens 보호되어 있는 프로퍼티

protected String[],System tokens
리턴 System.String[]