C# Class CrownPeak.SearchG2.Suggest

Class to support a Suggest search on the CrownPeak SearchG2 infrastructure
ファイルを表示 Open project: Crownpeak/Search-Results-Examples Class Usage Examples

Private Properties

Property Type Description
Execute SuggestionCollection

Public Methods

Method 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

Method Description
Execute ( string q, SolrNet options ) : SuggestionCollection

Method Details

Execute() public method

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 /// .
return SuggestionCollection

Execute() public method

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.
return SuggestionCollection

Suggest() public method

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