C# Class CrownPeak.SearchG2.Suggest

Class to support a Suggest search on the CrownPeak SearchG2 infrastructure
Afficher le fichier Open project: Crownpeak/Search-Results-Examples Class Usage Examples

Private Properties

Свойство Type Description
Execute SuggestionCollection

Méthodes publiques

Méthode Description
Execute ( string q ) : SuggestionCollection

Execute a Suggest search that returns the results that start with the specified query text, using a default set of query options.

Execute ( string q, QueryOptions options ) : SuggestionCollection

Execute a Suggest search that returns the results that start the specified query text, using a specified set of QueryOptions

Suggest ( Settings settings ) : System

Create a new Suggest object with the specified settings

Private Methods

Méthode Description
Execute ( string q, SolrNet options ) : SuggestionCollection

Method Details

Execute() public méthode

Execute a Suggest search that returns the results that start with the specified query text, using a default set of query options.
public Execute ( string q ) : SuggestionCollection
q string The query string to execute. See /// .
Résultat SuggestionCollection

Execute() public méthode

Execute a Suggest search that returns the results that start the specified query text, using a specified set of QueryOptions
public Execute ( string q, QueryOptions options ) : SuggestionCollection
q string The query string to execute. See /// .
options CrownPeak.SearchG2.Query.QueryOptions The to use for this query.
Résultat SuggestionCollection

Suggest() public méthode

Create a new Suggest object with the specified settings
public Suggest ( Settings settings ) : System
settings CrownPeak.SearchG2.Common.Settings The to be used
Résultat System