Hi everyone !
I've installed tjSolrDoctrineBehaviorPlugin, to manage index with Solr. Everything went fine, when I add an article, Solr create an index ; when I update an article Solr updates his index.
BUT !
When I delete an article, the index isn't deleted ! So that's a huge problem ! I saw in Solr.php that there was a delete of the index in the preDelete, I write an echo and it is on the screen. So when I delete an article, it ran throught the preDelete but don't delete any index ! Do you know is happening ?
PS : Sorry for my mistakes in english, I'm actually french >_<
