[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 is not available ... Luke populates this screen using Document.getFields(). If a field is unstored then it's not returned in this list, so it's not possible to get its flags.
-- Best regards, Andrzej Bialecki <>< ___. ___ ___ ___ _ _ __________________________________ [__ || __|__/|__||\/| Information Retrieval, Semantic Web ___|||__|| \| || | Embedded Unix, System Integration http://www.sigram.com Contact: info at sigram dot com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
