You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$Helper_Sphinx = new Helper_Sphinx();
$Helper_Sphinx->init();
$Helper_Sphinx->addFilter($filter);
$result = $Helper_Sphinx->query($searchText);
[5:55:38 PM EEST] SVITLA Anton Popov: public function addFilter($wallIds){
$this->_cl->SetFilter( 'wall_ids', $wallIds );
}
[5:55:47 PM EEST] SVITLA Anton Popov: public function init(){
$cl = new SphinxClient ();
Explore delta index.
http://adw0rd.ru/2009/sphinx-delta-index/
$Helper_Sphinx = new Helper_Sphinx();
$Helper_Sphinx->init();
$Helper_Sphinx->addFilter($filter);
$result = $Helper_Sphinx->query($searchText);
[5:55:38 PM EEST] SVITLA Anton Popov: public function addFilter($wallIds){
$this->_cl->SetFilter( 'wall_ids', $wallIds );
}
[5:55:47 PM EEST] SVITLA Anton Popov: public function init(){
$cl = new SphinxClient ();
[5:56:10 PM EEST] SVITLA Anton Popov: public function query($searchText){
$result = $this->_cl->Query ( $searchText , $this::SPHINX_INDEX_NAME);
The text was updated successfully, but these errors were encountered: