Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP library/client for Solr 4.0

Tags:

php

solr

solrj

I wanted to upgrade my Solr engine from 3.5 to 4.0. But my old php library for solr, does not seem to handle Solr 4.0 commits well. Ex waitFlush problem.

Is there a library/client that supports new Solr 4.0 constructs well. Or should I use some Java client etc for handling the commits?

like image 604
Neo Avatar asked Dec 04 '25 06:12

Neo


1 Answers

According to this bug thread, there is an unofficial fork of this PECL extension which can resolve the issue.

like image 115
Clippit Avatar answered Dec 05 '25 19:12

Clippit