[jboss-user] [JBoss Cache: Core Edition] - Re: searchable, pull-based cache solution

epbernard do-not-reply at jboss.com
Thu Nov 27 13:43:54 EST 2008


Lucene is using an inverted index technology, not a b-tree nor bitmap technology. It particularly shines at indexing text documents. It's probably not the best technology to index FKs, though it can do it.

At this stage, I would encourage you to write a small proof of concept, that's the only way to see how much memory will be taken by the data structure and if Lucene addresses your needed.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192865#4192865

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192865



More information about the jboss-user mailing list