ptwobrussell / Mining-the-Social-Web

The official online compendium for Mining the Social Web (O'Reilly, 2011)
http://bit.ly/135dHfs
Other
1.21k stars 491 forks source link

couchdb-lucene "Search Timed Out" #27

Closed tomas-aftalion closed 11 years ago

tomas-aftalion commented 12 years ago

In case anyone is having trouble with "mailboxes__participants_in_conversations.py" due to timeout (and still having the 300000 secs in local.ini of couched) try adding "stale=ok" to the request:

conn.request('GET', '/%s/_fti/_design/lucene/%s?q=%s&limit=50000&stale=ok'

It worked for me. Hope it helps.

ptwobrussell commented 11 years ago

Thanks! (BTW - the 2nd Edition of Mining the Social Web that I'm working on will make a lot of things much simpler. I apologize for the headaches that CouchDB and couchdb-lucene may have caused.)