Page 1 of 1

How to do solr rebuild index on admin?

Posted: Sat May 17, 2014 4:52 pm
by daniel_locious
Hi guys,

I found it is interesting that when a product updated, like if I change its category, the solr search is not going to automatically re-index it. How can I force to rebuild the index without restart the application?

Appreciate your reply

Regards,

Dan

Re: How to do solr rebuild index on admin?

Posted: Mon May 19, 2014 10:57 am
by phillipuniverse
We do not do this explicitly in the core framework, but we have implemented this in Enterprise.

If you wanted to override this yourself you could take a look at how we index in SolrIndexService or you could inject that in the admin itself and just invoke it.

Re: How to do solr rebuild index on admin?

Posted: Mon May 19, 2014 7:13 pm
by daniel_locious
phillipuniverse wrote:We do not do this explicitly in the core framework, but we have implemented this in Enterprise.

If you wanted to override this yourself you could take a look at how we index in SolrIndexService or you could inject that in the admin itself and just invoke it.


Cheers Phillip! I would thought so.... might do injection and adding a page in admin later. I've got enough headache on postgres integration with tomcat right now. Lots of weird things; my business partners are complaining now.:(