INamedEntityCollector interface (structuredquery.h)
Provides a method to accumulate named entities as identified by an IConditionGenerator object. When a query parser parses an input string into condition nodes, the parser invokes an IConditionGenerator object that, in turn, invokes this interface to collect possible named entities in the input string.
Inheritance
The INamedEntityCollector interface inherits from the IUnknown interface. INamedEntityCollector also has these types of members:
Methods
The INamedEntityCollector interface has these methods.
INamedEntityCollector::Add Adds a single (potential) named entity to this INamedEntityCollector collection, as identified in a tokenized span of the input string being parsed. |
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 |