Browse Source

revise comment

pull/2764/head
elee 3 years ago
parent
commit
bf745bdccb
  1. 2
      weed/filer/arangodb/arangodb_store.go

2
weed/filer/arangodb/arangodb_store.go

@ -107,7 +107,7 @@ func (store *ArangodbStore) connection(uris []string, user string, pass string)
return err
}
// fulltext index not required since no prefix search
// user should just make one themselves if they intend on using it
// might change
// if _, _, err = store.collection.EnsureFullTextIndex(ctx, []string{"directory"},
// &driver.EnsureFullTextIndexOptions{Name: "IDX_FULLTEXT_directory", MinLength: 1}); err != nil {
// return err

Loading…
Cancel
Save