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