Property | Type | Description | |
---|---|---|---|
Execute | SuggestionCollection |
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, |
Execute a Suggest search that returns the results that start the specified query text, using a specified set of QueryOptions
|
|
Suggest ( |
Create a new Suggest object with the specified settings
|
Method | Description | |
---|---|---|
Execute ( string q, SolrNet options ) : SuggestionCollection |
public Execute ( string q ) : SuggestionCollection | ||
q | string | The query string to execute. See
/// |
return | SuggestionCollection |
public Execute ( string q, |
||
q | string | The query string to execute. See
/// |
options | The |
|
return | SuggestionCollection |
public Suggest ( |
||
settings | The |
|
return | System |