Home
last modified time | relevance | path

Searched refs:needs_indexing (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/action/
H A Dindexing.php46 $this->needs_indexing($ID) ? 'needs indexing' : 'no indexing needed',
49 if ($this->needs_indexing($ID)) {
95 protected function needs_indexing($id) { function in action_plugin_elasticsearch_indexing
/plugin/solr/
H A Dhelper.php170 function needs_indexing($id) { function in helper_plugin_solr
H A Daction.php87 if(!$helper->needs_indexing($ID)){