Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit e8b3ecd

Browse files
author
Alexandru Dobre
authored
Merge pull request #1390 from WebTales/#1388
Search refactoring #1388
2 parents dc93c9b + 721f3f2 commit e8b3ecd

17 files changed

+2478
-2534
lines changed

module/Rubedo/src/Rubedo/Elastic/ClickStream.php

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@
2626
*/
2727
class ClickStream extends DataAbstract
2828
{
29-
3029
protected static $_index = 'insights';
3130
protected static $_type = 'clickstream';
3231

33-
/**
32+
/**
3433
* Mapping.
3534
*/
3635
protected static $_mapping = [
@@ -138,7 +137,6 @@ public function __construct()
138137
* Index.
139138
*
140139
* @param obj $data content data
141-
* @param bool $bulk
142140
*
143141
* @return array
144142
*/
@@ -158,7 +156,6 @@ public function index($data)
158156
$this->_client->index($params);
159157

160158
$this->_client->indices()->refresh(['index' => $this->_indexName]);
161-
162159
}
163160

164161
/**

0 commit comments

Comments
 (0)