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 cf9278b..e21021f 100644
--- a/src/engine/VyOSElasticModernFulltextStorageEngine.php
+++ b/src/engine/VyOSElasticModernFulltextStorageEngine.php
@@ -36,6 +36,10 @@ abstract class VyOSElasticModernFulltextStorageEngine
return '/_doc/'.$phid;
}
+ public function getSearchUri(array $types) {
+ return '/_search';
+ }
+
public function getEngineIdentifier() {
return 'elasticsearch-modern';
}