Home
last modified time | relevance | path

Searched refs:DOCTYPE_PAGE (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/action/
Dindexing.php22 public const DOCTYPE_PAGE = 'page'; define in action_plugin_elasticsearch_indexing
84 $this->deleteEntry($event->data[2], self::DOCTYPE_PAGE);
114 $this->deleteEntry($id, self::DOCTYPE_PAGE);
181 protected function updateIndexstate($id, $doctype = self::DOCTYPE_PAGE)
244 $data['doctype'] = self::DOCTYPE_PAGE;
Dsearch.php455 … empty($doc['doctype']) || $doc['doctype'] === \action_plugin_elasticsearch_indexing::DOCTYPE_PAGE;