Property | Type | Description | |
---|---|---|---|
_settings |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
Execute ( ) : PlainResultCollection |
Execute a search that returns all of the results in the specified collection.
|
|
Execute ( string q ) : PlainResultCollection |
Execute a search that returns the results that match the specified query text, using a default set of query options.
|
|
Execute ( string q, |
Execute a search that returns the results that match the specified query text, using a specified set of QueryOptions.
|
|
PlainSearch ( |
Create a new PlainSearch object with the specified settings
|
public Execute ( string q ) : PlainResultCollection | ||
q | string | The query string to execute. See
/// |
return | PlainResultCollection |
public Execute ( string q, |
||
q | string | The query string to execute. See
/// |
options | The |
|
return | PlainResultCollection |
public PlainSearch ( |
||
settings | The |
|
return | System |