blugelabs / bluge

indexing library for Go
Apache License 2.0
1.9k stars 124 forks source link

offline index writer should setup directory #30

Closed mschoch closed 4 years ago

mschoch commented 4 years ago

previously the offline index writer did not invoke the setup method on the directory. this prevents it from working correctly when the directory needs to be created.