: Is it possible to get the matching terms from your query for each document
: returned without using highlighting.
...
: I was told this is possible using Term Vectors. I have not been able to find
I'm not 100% familiar with the TermVectorComponent, but as i understand it
it gives you b
If you query looks like this -
q=(myField:aaa myField:bbb myField:ccc)
you would get the desired results for any tokenized field (e.g. text) called
myField.
Cheers
Avlesh
On Tue, Oct 20, 2009 at 6:28 AM, angry127 wrote:
>
> Hi,
>
> Is it possible to get the matching terms from your query for ea