Yes, per-doc. I mentioned TermsComponent but meant TermVectorComponent,
where we get back all the terms in the doc. Just wondering if there was a
way to only get back the terms that matched the query.

Thanks EE,
-Jay


On Sat, Feb 25, 2012 at 2:54 PM, Erick Erickson <erickerick...@gmail.com>wrote:

> Jay:
>
> I've seen the this question go 'round before, but don't remember
> a satisfactory solution. Are you talking on a per-document basis
> here? If so, I vaguely remember it being possible to do something
> with highlighting, just counting the tags returned after highlighting.
>
> Best
> Erick
>
> On Fri, Feb 24, 2012 at 3:31 PM, Jay Hill <jayallenh...@gmail.com> wrote:
> > I have a situation where I want to show the term counts as is done in the
> > TermsComponent, but *only* for terms that are *matched* in a query, so I
> > get something returned like this (pseudo code):
> >
> > q=title:(golf swing)
> >
> > <doc>
> > title: golf legends show how to improve your golf swing on the golf
> course
> > ...other fields
> > </doc>
> >
> > <terms>
> > golf (3)
> > swing (1)
> > </terms>
> >
> > rather than getting back all of the terms in the doc.
> >
> > Thanks,
> > -Jay
>

Reply via email to