C# 클래스 Bamboo.Prevalence.Indexing.SearchHit

A single item returned from a search.
파일 보기 프로젝트 열기: bamboo/Bamboo.Prevalence 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : SearchHit

Creates a clone from this object.

Combine ( SearchHit other ) : void

combines two search hits that refer to the same record. all the extended properties such as ranking and index specific information should be combined.

SearchHit ( IRecord record ) : System

creates a new object for the record passed as argument.

메소드 상세

Clone() 공개 메소드

Creates a clone from this object.
public Clone ( ) : SearchHit
리턴 SearchHit

Combine() 공개 메소드

combines two search hits that refer to the same record. all the extended properties such as ranking and index specific information should be combined.
public Combine ( SearchHit other ) : void
other SearchHit the SearchHit that /// should be combined to this one
리턴 void

SearchHit() 공개 메소드

creates a new object for the record passed as argument.
public SearchHit ( IRecord record ) : System
record IRecord a record
리턴 System