Hi Steve,

> is there a way to access a TermVector containing only matched terms,
> or is my previous approach still the

So you want to access FieldTermStack, I understand.
The way to access it, I wrote it at previous mail:

You cannot access FieldTermStack from FVH, but I think you
can create it by your own. To know how to do it, please refer to
FieldTermStackTest.java. To instantiate FieldTermStack, FieldQuery
object is needed. And FieldQuery object can be obtained from FVH.


Koji

--
http://www.rondhuit.com/en/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to