@coveo/headless
    Preparing search index...

    Interface RelevanceInspector

    The RelevanceInspector controller is in charge of allowing displaying various debug information.

    Example: relevance-inspector.fn.tsx

    interface RelevanceInspector {
        state: RelevanceInspectorState;
        disable(): void;
        disableFetchAllFields(): void;
        enable(): void;
        enableFetchAllFields(): void;
        fetchFieldsDescription(): void;
        subscribe(listener: () => void): Unsubscribe;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Properties

    The state of the RelevanceInspector controller.