Le 14.01.2011 16:28, Jörg Agatz a écrit :
<field name="text" type="text" indexed="true" stored="false"
multiValued="true"/>
If I well understood your problem try:

<field name="text" type="text" indexed="true" stored="true"
multiValued="true"/>


so with stored="true" to get back the content

Arnaud

Reply via email to