C# 클래스 Lucene.Net.Spatial.SpatialTestCase.SearchResults

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

공개 프로퍼티들

프로퍼티 타입 설명
numFound int
results List

공개 메소드들

메소드 설명
SearchResults ( int numFound, List results ) : Lucene.Net.Analysis
ToString ( ) : string
toDebugString ( ) : StringBuilder

메소드 상세

SearchResults() 공개 메소드

public SearchResults ( int numFound, List results ) : Lucene.Net.Analysis
numFound int
results List
리턴 Lucene.Net.Analysis

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

toDebugString() 공개 메소드

public toDebugString ( ) : StringBuilder
리턴 StringBuilder

프로퍼티 상세

numFound 공개적으로 프로퍼티

public int numFound
리턴 int

results 공개적으로 프로퍼티

public List results
리턴 List