Interface IFacetValueSuggestionRow

Used to define a row returned by an IFacetValueSuggestionsProvider.

Index

Properties

field

The field that was used for the suggestions.

keyword

keyword: IQuerySuggestionKeyword

The keyword that was used in the query to retrieve results.

numberOfResults

numberOfResults: number

The number of results matching the value for the given keyword.

score

score: IFacetValueSuggestionScore

The score computed by the suggestions provider.

A higher score means the results is more relevant.

value

value: string

The field value returned by the suggestion that should be used to filter the results.

Hierarchy

  • IFacetValueSuggestionRow