Page 1 of 1

Delete item in category doesn't take effect

Posted: Tue Jun 25, 2013 10:26 am
by coy198x
Hi there,

I am new to Broad Leaf Commerce. In the morning today i try to setup the Broad Leaf Commerce solution. Everything may be fine except one thing that is when i try to delete one item in one category (there are 5 items, after delete there are 4 items) from admin site then I refresh front end site, the display in the category which i deleted one item doesn't take effect. It still be 5 items and doesn't disappear.

I don't know what i miss here. Can someone suggest me what i should do?

Thanks in advance!

P/s: sorry for my bad English if there is any incorrect.

Re: Delete item in category doesn't take effect

Posted: Tue Jun 25, 2013 10:32 am
by phillipuniverse
Category results are cached via Solr. You will not see updated results until the Solr index is re-run. I think it defaults to every 6 minutes, configurable in your properties files:

solr.index.start.delay=5000
solr.index.repeat.interval=3600000

That is what common.properties defaults to in the site project. You can lower these values if you wish.

Re: Delete item in category doesn't take effect

Posted: Tue Jun 25, 2013 10:39 am
by coy198x
phillipuniverse wrote:Category results are cached via Solr. You will not see updated results until the Solr index is re-run. I think it defaults to every 6 minutes, configurable in your properties files:

solr.index.start.delay=5000
solr.index.repeat.interval=3600000

That is what common.properties defaults to in the site project. You can lower these values if you wish.


Thank you very much for your help! Now i am staying at home. I will try it as soon as possible when i come to company.

Thank you very much again!