 | SphinxClientBuildKeywords Method |
Builds a list of keywords from the given query, using the settings from the specified index.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic IList<SphinxBuildKeywordResult> BuildKeywords(
string query,
string index,
bool includeStatistics
)
Public Function BuildKeywords (
query As String,
index As String,
includeStatistics As Boolean
) As IList(Of SphinxBuildKeywordResult)
Parameters
- query
- Type: SystemString
The query. - index
- Type: SystemString
The index to use settings from. - includeStatistics
- Type: SystemBoolean
if set to true includes statistics in the result.
Return Value
Type:
IListSphinxBuildKeywordResultA list of
SphinxBuildKeywordResult instances.
Exceptions
See Also