프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Execute | SuggestionCollection |
메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
Execute ( string q, SolrNet options ) : SuggestionCollection |
public Execute ( string q ) : SuggestionCollection | ||
q | string | The query string to execute. See
/// |
리턴 | SuggestionCollection |
public Execute ( string q, |
||
q | string | The query string to execute. See
/// |
options | The |
|
리턴 | SuggestionCollection |
public Suggest ( |
||
settings | The |
|
리턴 | System |