pecl-search_engine-solr
pecl-search_engine-solr copied to clipboard
The Apache Solr PHP extension is an extremely fast, light-weight, feature-rich library that allows PHP applications to communicate easily and efficiently with Apache Solr server instances using an obj...
Using newer methods to check for libcurl. This solves issues with multiarch on debian where easy.h is not found in /usr/include. Then the file is instead in /usr/include/x86_64-linux-gnu/curl/.
This fixes issue #37. But this is a BC break. Before this ie. `setRows()` only accepted strings in strict mode. But the question is should we instead use `Z_PARAM_STR_OR_LONG` and...
I've been sick and been changing countries at the same time, my sincere apologies for being away... I'm planning to pickup the extension again sometime in the next 2 weeks,...
I am getting TypeErrors when calling some methods on a `SolrQuery` object when using strict_types. Methods found with problems: * `setStart()` * `setRows()` * `setTimeAllowed()` * `setGroupOffset()` * `setExpandRows()` All...
Hello, I've been doing some QA work on the php.net docs and I'm wondering how up to date the Solr ones are. The main thing which prompted me to reach...
Hi there, is there any way I could execute a POST query, instead of a GET query? Thanks!
Hello, I'd like to request that the library supported overriding the "hl.q" parameter, as stated on the solr ref. guide: hl.q | (q=) | A query to use for highlighting....
The PHP_CHECK_GCC_ARG M4 macro has been removed since PHP 8.0.