IQuerySolution interface
Provides methods that retrieve information about the interpretation of a parsed query.
Members
The IQuerySolution interface inherits from IConditionFactory. IQuerySolution also has these types of members:
Methods
The IQuerySolution interface has these methods.
| Method | Description |
|---|---|
| GetErrors |
Identifies parts of the input string that the parser did not recognize or did not use when constructing the IQuerySolution condition tree. |
| GetLexicalData |
Reports the query string, how it was tokenized, and what LCID and word breaker were used to parse it. |
| GetQuery |
Retrieves the condition tree and the semantic type of the solution. |
Remarks
The StructuredQuerySample code sample, available on Code Gallery and the Windows 7 SDK, demonstrates how to read lines from the console, parse them using the system schema, and display the resulting condition trees.
Requirements
|
Minimum supported client |
Windows XP with SP2, Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 with SP1 [desktop apps only] |
|
Redistributable |
Windows Desktop Search (WDS) 3.0 |
|
Header |
|
|
IDL |
|