When you create a Document by adding Field(s) (http://lucene.apache.org/java/docs/api/org/apache/lucene/document/Field.html) consider the last constructor which allows you to specify if the the field will have its TermVector stored or not stored. Also, Luke has a column in its document view which tells you if the TermVector is stored or not stored by the presence or lack of precence of a + under the T column.

Cheers,
Tricia

On Tue, 24 Oct 2006, Paz Belmonte wrote:

I don't know. How are this vectors stored?
Could you show me an example? (or documentation where I can find it)

2006/10/24, Samir Abdou <[EMAIL PROTECTED]>:

Hi,

You indexed without storing vectors! This is why the term vector is null.

Samir


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

Reply via email to