[xwiki-devs] storing lucene index in database
Hello Devs, I want to store lucene index in database.is it possible to store lucene index in database and make search on that index. in short storing index in bd and access it from db. BR, Sayeem
rupok sayeem wrote:
Hello Devs,
I want to store lucene index in database.is it possible to store lucene index in database and make search on that index. in short storing index in bd and access it from db.
Why would you want to do that? The lucene index is a collection of binary files that are not supposed to be used directly. -- Sergiu Dumitriu http://purl.org/net/sergiu/
There is http://static.compassframework.org/docs/latest/jdbcdirectory.html which seems to allow this But it's never been tested with XWiki and it's not clear how this can achieve good performance Ludovic rupok sayeem a écrit :
Hello Devs,
I want to store lucene index in database.is it possible to store lucene index in database and make search on that index. in short storing index in bd and access it from db.
BR, Sayeem _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Ludovic Dubost Blog: http://blog.ludovic.org/ XWiki: http://www.xwiki.com Skype: ldubost GTalk: ldubost
participants (3)
-
Ludovic Dubost -
rupok sayeem -
Sergiu Dumitriu