Home
last modified time | relevance | path

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

/plugin/elasticsearch/_test/
Ddocindex.test.php17 protected $docparser; variable in docindex_elasticsearch_test
23 $this->docparser = new \helper_plugin_elasticsearch_docparser();
59 $this->assertEquals($expected, $this->docparser->parse($file));
/plugin/elasticsearch/action/
Dindexing.php296 $docparser = new \helper_plugin_elasticsearch_docparser();
301 $data = $docparser->parse($file);