public TextFragments QueryHighlight(string search)
 {
     return(QueryFragment.HighlightPrimary(search));
 }