summaryrefslogtreecommitdiff
path: root/src/engine/VyOSElasticModernFulltextStorageEngine.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/VyOSElasticModernFulltextStorageEngine.php')
-rw-r--r--src/engine/VyOSElasticModernFulltextStorageEngine.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine/VyOSElasticModernFulltextStorageEngine.php b/src/engine/VyOSElasticModernFulltextStorageEngine.php
index 2570311..cf9278b 100644
--- a/src/engine/VyOSElasticModernFulltextStorageEngine.php
+++ b/src/engine/VyOSElasticModernFulltextStorageEngine.php
@@ -32,6 +32,10 @@ abstract class VyOSElasticModernFulltextStorageEngine
return $this->version;
}
+ public function getDocumentUri($type, $phid) {
+ return '/_doc/'.$phid;
+ }
+
public function getEngineIdentifier() {
return 'elasticsearch-modern';
}