Page 1 of 1

Solr

Posted: Fri Aug 21, 2015 4:53 am
by Shanky
Hi,

I have setup standalone solr. In index I able to only see ids of sku. What should I do to keep more data stored in solr and access it. It will reduce my data access time for users browsing through categories.

Re: Solr

Posted: Tue Sep 15, 2015 8:04 am
by phillipuniverse
In schema.xml, add stored="true" to all of the <dynamicField> elements.