On Dienstag 16 Mai 2006 18:42, Franz Coriand wrote:

> "private boolean storeTermVector = true;"
> "private boolean storePositionWithTermVector = true;"

Use the optional Field.TermVector parameter in the Field constructor.

> But how can I retrieve this information during my search process???
> I retrieve an object of the Typ Document ... but this object doesn't
> have a "getPosition()" or "getTermVector()" methode?!

IndexReader has the appropriate get... methods.

Regards
 Daniel

-- 
http://www.danielnaber.de

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to