Reply to thread

Line 50:[php]

$result = XenES_Api::indexBulk($indexName, $contentType, $this->_bulkInserts[$contentType]);[/php]

 

should be

[php]

$result = XenES_Api::indexBulk($this->_indexName, $contentType, $this->_bulkInserts[$contentType]);[/php]

 

 

Edit:

duplicate of http://xenforo.com/community/threads/error-when-rebuilding-search-index-if-per-page-2500.26167/

 

sorry, didn't know there's a separate bug forum for the search add-on


Back
Top Bottom