IDEAFY / ideafy-ios-distrib

A repo to archive distribution versions of Ideafy (past and in-development) for the app store
1 stars 0 forks source link

full text search not working on production server #31

Closed vweyl closed 11 years ago

vweyl commented 11 years ago

this is due to the fact that initial indexation was run after launching the couchdb-lucene indexation manually from the command line with admin:staff privileges. In production couchdb-lucene uses couchdb:couchdb privileges and coucld therefore not access index files for update.

after command sudo chown -R couchdb:couchdb /__lucenedir/indexes the feature seems to be working again.

waiting for more tests before closing issue.

--> make a note to verify file ownerships in couchdb-lucene when adding more servers

vweyl commented 11 years ago

Issue seems to be fixed with the above changes -- giving it 48h observation time

vweyl commented 11 years ago

Full text search is operation - closing as of 1.0.5