Описание тега solarium
Solarium is an open-source Solr client library and query builder for PHP applications.
Solarium is an open-source solr client library and query builder for php applications.
In some cases, for example, if you want light weight solution to interact with Solr, you may use generic PHP functions such as file_get_contents
to get Solr query results and json_decode
to get result objects. Of course, if you set wt=json
in the query URL supplied to file_get_contents
, you will able to deal with it using json_decode
.