C# Класс Bamboo.Prevalence.Indexing.SearchHit

A single item returned from a search.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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