Comments on: Media monitoring with open source search – 20 times faster than before! http://www.flax.co.uk/blog/2012/07/25/media-monitoring-with-open-source-search-20-times-faster-than-before/ The Open Source Search Specialists Tue, 12 Feb 2019 14:44:32 +0000 hourly 1 https://wordpress.org/?v=4.9.8 By: Tom http://www.flax.co.uk/blog/2012/07/25/media-monitoring-with-open-source-search-20-times-faster-than-before/#comment-24961 Thu, 26 Jul 2012 08:43:39 +0000 http://www.flax.co.uk/blog/?p=834#comment-24961 Thanks Shane. Nothing so clever, I’m afraid. It just indexes the incoming document to an in-memory DB and throws queries (cached in memory) at it sequentially. Initial tests on a Macbook demonstrated 50k qps, which was more than fast enough for the current requirements. However, we’re certainly interested in refinements for the next version, so thanks for the link – we’ll look into it.

]]>
By: Shane http://www.flax.co.uk/blog/2012/07/25/media-monitoring-with-open-source-search-20-times-faster-than-before/#comment-24960 Wed, 25 Jul 2012 11:49:04 +0000 http://www.flax.co.uk/blog/?p=834#comment-24960 Congratulations on the successful project!

I’m wondering how you did efficient reverse searches with Lucene. Scale up near real time searches?

fyi, I did this reverse search in python https://github.com/shane42/psearch using an index. Something based on lucene would be great if you did use that approach and were prepared to open source it 🙂

]]>