python - How to specify which DIR is to be used by haystack and whoosh during index-building -


i trying index mysql data whoosh using haystack root partition full way specify dir used haystack , whoosh during indexing data. uses /tmp/ dir during process how can change dir else.. know best way increase root partition looking alternative ....

i found setting.. maybe helps you:

whoosh_storage_dir = '/data/whoosh' 

apart that, found a script snippet might change '/tmp/' directory.

i not familiar projects.. thought might share found. ;)


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -