RE: Lukes document hitlist display

2008-02-12 Thread spring
OK, understood. Maybe a little hint in the legend, like "Only for stored fields". > -Original Message- > From: Andrzej Bialecki [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 12. Februar 2008 19:13 > To: java-user@lucene.apache.org > Subject: Re: Lukes document hi

Re: Lukes document hitlist display

2008-02-12 Thread Andrzej Bialecki
[EMAIL PROTECTED] wrote: Hi, using Luke 0.7.1. The document hitlist has a column header ITSVop0LBC. When I add a field like this: new Field("CONTENT", contentReader, TermVector.WITH_OFFSETS) Luke shows only "--". Why? Shouldn't it be "IT-Vo-"? It should, but this information i

Lukes document hitlist display

2008-02-12 Thread spring
Hi, using Luke 0.7.1. The document hitlist has a column header ITSVop0LBC. When I add a field like this: new Field("CONTENT", contentReader, TermVector.WITH_OFFSETS) Luke shows only "--". Why? Shouldn't it be "IT-Vo-"? Thank you -