Hi, the changes file from 2.0.4-dev shows this entry: # SearchGenerator now includes <field name=""/> elements into <hit/> element. These elements contain stored fields of a found Document, making it possible to provide additional info about document in the search result list (only when index created with some stored fields). (VG)
hmm...?? does anyone know what this improvement is about? Does it give you a way to return i.e. a documents title within the hit element? eventually like this... <search:hit rank="2" score="0.18039405" uri="http://localhost/search-generator.html" /> <search:field name="title"/>Search Generator<search:field> </search:hit> If so, how do I set it. Or is there another way to achieve this? thanks, /Leo --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>