Home
last modified time | relevance | path

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

/plugin/elasticsearch/action/
H A Dindexing.php16 const DOCTYPE_PAGE = 'page'; define in action_plugin_elasticsearch_indexing
75 $this->delete_entry($event->data[2], self::DOCTYPE_PAGE);
104 $this->delete_entry($id, self::DOCTYPE_PAGE);
171 protected function update_indexstate($id, $doctype = self::DOCTYPE_PAGE) {
231 $data['doctype'] = self::DOCTYPE_PAGE;
H A Dsearch.php426 $isPage = empty($doc['doctype']) || $doc['doctype'] === \action_plugin_elasticsearch_indexing::DOCTYPE_PAGE;