Hi all,

I'm trying to get highlight snippets for a set of known documents and
I must being doing something wrong because it's only sort of working.

Say my query is "foobar" and I already know that docs 1, 5 and 11 are
matches. Now I want to retrieve the highlight snippets for the term
"foobar" for docs 1, 5 and 11. What I assumed would work was something
like: "...&q=foobar&fq={!q.op=OR}id:1 id:5 id:11...". This returns
numfound=3 in the response, but I only get the highlight snippets for
document id:1. What am I doing wrong?

Thanks,
--jay

Reply via email to