YiiSolr
YiiSolr copied to clipboard
A wrapper for the pecl solr library that provides common Yii constructs, such as models, data providers etc
I get the following error message when using a AsolrDataProvider in PHP E_STRICT error mode: `Declaration of ASolrSort::getOrderBy() should be compatible with that of CSort::getOrderBy()` I guess adding a parameter...
ASolrDocument.php at line 232 says: if(($c=$this->defaultScope())!==array() || $createIfNull) { $this->_solrCriteria=new ASolrCriteria($c); but ASolrCriteria.php at line 13 says: public function __construct($data = null) { parent::__construct(); if ($data !== null) { foreach($data...
Hello, I'm having some trouble with new instances of objects created with the static ASolrDocument::model(). I created a test to verify what I'm seeing. When I run `testAttributeNamesFromStaticModelMethod()` I get...
The Yii extension page indicates this package is available under the BSD 2 license, but the codebase/this github repo does not verify that. This tends not to put project stakeholders...
Is there any version problem of php or Solr? i am using php 5.5.9-1
Just tried to set up YiiSolr with Solr 4.4, several errors pop up when running the tests, especially this one: Unknown commit parameter 'waitFlush' Upon searching the error on google,...
How can i use solr text highlighting with this ext?