C# Class Bamboo.Prevalence.Indexing.SearchHit

A single item returned from a search.
Afficher le fichier Open project: bamboo/Bamboo.Prevalence Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Clone() public méthode

Creates a clone from this object.
public Clone ( ) : SearchHit
Résultat SearchHit

Combine() public méthode

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
Résultat void

SearchHit() public méthode

creates a new object for the record passed as argument.
public SearchHit ( IRecord record ) : System
record IRecord a record
Résultat System