Hello, Does ferret support near real time searching? I want to index documents and search them as quickly as possible. Currently I am indexing, then persisting the data and retrieving the results from the disk. I am kind of able to simulate near real time behavior in ferret - I have my index as global instance. The indexer first indexes in the RAM and then persists the data onto disk. In the Searching part I am using multiple readers - one to search in the RAM and one to search on the disk. I am then combining these results. The issue is that multireader is taking very long time to fetch results from RAM and disk and then merge those results. Is there any way near-real time indexing can be implemented in ferret?
on 2012-07-12 23:47
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.