export interface SearchHighlightSegment { value: string; isHit: boolean; }