Hacker News new | ask | show | jobs
by nl 5287 days ago
IndexTank is built on Lucene too. I'm not sure if it is the real time branch or not, though.
1 comments

It is not exactly built ON Lucene. It reuses very specific constructs. The main one is the structure that holds the comprised index. And that is only used for the long term index. The realtime part of the index has been written for IndexTank exclusively.