aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/arangodb
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer/arangodb')
-rw-r--r--weed/filer/arangodb/arangodb_store.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/filer/arangodb/arangodb_store.go b/weed/filer/arangodb/arangodb_store.go
index 9095a96f9..e0f036344 100644
--- a/weed/filer/arangodb/arangodb_store.go
+++ b/weed/filer/arangodb/arangodb_store.go
@@ -106,8 +106,8 @@ func (store *ArangodbStore) connection(uris []string, user string, pass string)
&driver.EnsurePersistentIndexOptions{Name: "IDX_directory"}); err != nil {
return err
}
- // fulltext index not required since no prefix search
- // user should just make one themselves if they intend on using it
+ // fulltext index not required since no prefix search
+ // might change
// if _, _, err = store.collection.EnsureFullTextIndex(ctx, []string{"directory"},
// &driver.EnsureFullTextIndexOptions{Name: "IDX_FULLTEXT_directory", MinLength: 1}); err != nil {
// return err