OptionalcontextContext user for permission filtering and embedding-model lookup.
OptionalentityOverride which EntityDocument to use. Defaults to the active Search-category EntityDocument registered for the entity.
OptionalminDrop results below this final blended score. Default: 0.
OptionalmodeRanking strategy:
'lexical': name-field substring / prefix matching only.'semantic': vector cosine against the EntityDocument-backed index.'hybrid': weighted RRF blend of the two. Default.OptionalrrfRRF smoothing constant. Default: 60 (paper standard).
OptionaltopMaximum results to return after filtering. Default: 10.
OptionalweightsPer-list weights for hybrid mode. Default: { lexical: 1.0, semantic: 1.0 }.
Options for IMetadataProvider.SearchEntity / IMetadataProvider.SearchEntities.