Real time indexing
Hi,
I am using thinking-sphinx(ruby gem) which supports realtime indexing. But i guess flying-sphinx doesn't support that. Is there a way to incorporate that.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Pat Allan on 02 Jul, 2014 01:04 PM
Hi Nitin
Real-time indices are supported, though it's not quite as solid as SQL-backed indices: the one thing missing is the backing up of index data.
But certainly the latest flying-sphinx gem supports real-time indices - just use the regenerate task instead of rebuild, and perhaps it's worth running the ts:generate rake task on a daily basis to ensure data's up to date.
Note that ts:generate does not have an fs equivalent, as there's no need to modify behaviour for that task based on the Flying Sphinx infrastructure.
If you have any further questions, do let me know!
Cheers
Pat