Highlighting one set of query strings but not all

Hi, new to ES and having fun. I'm building a search query where I search one field in the index, say "description" with some terms, and another field "ids" with other terms. I highlight description but it highlights the terms queried against ids, not just the terms queried against description. Is there some way around this? Can I give the highlighter which terms to highlight manually in a search?