Share via


KeywordHybridSearchExtensions Class

Definition

Provides a collection of static methods for extending IKeywordHybridSearchable<TRecord> instances.

public ref class KeywordHybridSearchExtensions abstract sealed
public static class KeywordHybridSearchExtensions
type KeywordHybridSearchExtensions = class
Public Module KeywordHybridSearchExtensions
Inheritance
KeywordHybridSearchExtensions

Methods

GetRequiredService<TRecord>(IKeywordHybridSearchable<TRecord>, Type, Object)

Asks the IKeywordHybridSearchable<TRecord> for an object of the specified type serviceType and throw an exception if one isn't available.

Applies to