Hi James,

> In order to do the copyfield
> technique, I need to store the original full text document
> within Solr, like
> this:
> 
> <field name="truncated_description" indexed="false"
> stored="false">
> <field name=&quot;keyword_description&quot;
> indexed=&quot;true&quot;
> stored=&quot;&lt;b>true*"> 

No, that's not true. You can use copyField with stored="false". In other words, 
source field ( keyword_description in your case) can be marked as 
stored="false". 




Reply via email to