Files
2012-02-21 01:15:00 -05:00

1 line
1.5 KiB
JSON

[{"user_id": 1081, "stars": [], "topic_id": 34206, "date_created": 1304810352.783901, "message": "What do you guys recommend as backend? I'm thinking woosh is the easiest since its a python package?", "group_id": 2873, "id": 953994}, {"user_id": 8740, "stars": [], "topic_id": 34206, "date_created": 1304845482.5308881, "message": "@rasiel We don't support any of the backends yet, technically; whoosh and xapian both store to disk, and our disk storage has no locking/synchronous mode, so your results may vary.", "group_id": 2873, "id": 957111}, {"user_id": 8740, "stars": [], "topic_id": 34206, "date_created": 1304845540.662272, "message": "We're working on getting Solr working, but it's no small task; in the interim, not sure what to recommend. Whoosh should be safe if you only commit to it from a single thread (i.e. you have a separate indexing process)", "group_id": 2873, "id": 957113}, {"user_id": 8740, "stars": [], "topic_id": 34206, "date_created": 1304895231.8580561, "message": "@rasiel Well, a celery queue could be more than one process in future, but it will be fine for now", "group_id": 2873, "id": 961952}, {"user_id": 1081, "stars": [], "topic_id": 34206, "date_created": 1304894978.1470139, "message": "@andrewgodwin thanks for getting back to me on this ... i've gone ahead and installed whoosh, though i havn't tested fully yet. when you say commit to it from a single thread ... you mean like from a celery queue only? right now i have a RealTimeSearchIndex, since its a relatively small site.", "group_id": 2873, "id": 961936}]