GoldQuestionRunner class
Stateless runner — owns no bundle reference; each call rebuilds the BM25 index. A later round will let callers pass a shared BmIndex to avoid the rebuild cost when LiveQueryPreview already keeps one warm.
Constructors
- GoldQuestionRunner({BmConfig config = const BmConfig()})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
McpBundle bundle, GoldQuestion q) → Future< GoldVerdict> -
runAll(
McpBundle bundle, List< GoldQuestion> set) → Future<List< GoldVerdict> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited