mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-25 03:29:10 +08:00
revise comment
This commit is contained in:
parent
a0df993cef
commit
bf745bdccb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user