opensearchserver-php-client icon indicating copy to clipboard operation
opensearchserver-php-client copied to clipboard

OpenSearchServer PHP Client

Results 8 opensearchserver-php-client issues
Sort by recently updated
recently updated
newest added

When sending the allowed patterns and the URL list to the instance/index, does not start the crawl process on that list. I had to use the OpenSearchServer\Crawler\Web\Crawl() request to actually...

We'd like to filter results based on the Fetch status listed in the URL browser, but that does not work in our context. Through `$request->negativeFilter('fetch:Gone');` I had expected that no...

On ```composer update```, the dependency ```kriswallsmith/buzz``` is updated to ```0.17.1```. This causes the following fatal error, rending site search entirely broken: ``` PHP Fatal error: Uncaught Error: Call to undefined...

bug

Otherwise, if we try to use count() when $fieldName is not a countable entity, count() will throw an exception in PHP-7.2 or higher.

I came across the problem that the fields are missing in a search response when using a http url of a host that redirects to https. In this case the...

Currently, I'm testing our application for PHP7 compatibility. One of your classes throws an error: in ResponseFactory, line 71, there is a lost break statement

Hi, Is there anyway in getting the number of documents in an Index? Also, once I invoke a function for Build the autocompletion, How can I get the total number...