Query Extensions
Last updated
Last updated
Query extensions are methods added to that make easier to create.
To create a search query, use the standard convention for specifying the fields to return. Use the extension methods search
and facet
to specify the search keyword(s) and facets to return.
Once the query is created, execute it against the search service. The results will be returned in a standard .
Use suggestion queries to return search results for type-ahead or auto-complete user interface components. These queries use .
To create suggestion queries, use the suggest
extension method.