Hi all. I have the following code that used to work in 1.3 Document doc = hits.doc(i); String name = doc.get(FieldNames.LABEL); Now with Jackrabbit 1.4 I get a null label. Digging, I saw that when it reads the fields from the index, there's no label. Was there any change between 1.3 and 1.4 regarding the fields in a Lucene QueryHits result? Or do I need to add the label somwhere, so I can later get it? Regards,
Esteban Franqueiro [EMAIL PROTECTED] Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.
