Lius-Lucene Index Update and search
Http://www.bibl.ulaval.ca/lius/index.en.html
Lius is an indexing Java framework based on the Jakarta Lucene project. the lius framework adds to Lucene program files format indexing fonctionalities as: MS word, MS excel, MS PowerPoint, RTF, PDF, XML, HTML, txt, open office suite and JavaBeans.
Indexing JavaBeans can be really useful when we want to index databases and more precisely when the user is programming the persistence layer (or the database connexion) While Using ORM (object relational mapping) Like hibernate, JDO, torque, toplink, etc.
Lius also makes it possible to carry out a mixed indexing, (indexing) which the purpose is to integrate all the contents of a reperder (directory) under the same occurrence. this is very useful when the user want to index XML Metadata, PDF plain text or in an other format. what makes it possible thereafter, for example, to carry out research on the title, author and the plain text at the same time.
Lius is very easy to use; all the configuration of the indexing (types of files to be indexed, fields, etc ...) as well as research is defined in a XML file, so the user only have to write few lines of code to carry out the indexing or research.
Compass framework
Http://www.compassframework.org/display/SITE/Home
The compass framework is a first class open source Java framework, enabling the power of Search Engine semantics to your application stack decoratively. built on top of the amazing Lucene search engine, compass integrates seamlessly to popular development frameworks like Hibernate and spring. it provides search capability to your application data model and synchronises changes with the datasource. with compass: write less code, find data quicker.
As of version 0.8, compass also provides a Lucene JDBC directory implementation, allowing storing Lucene index within a database for both pure Lucene applications and compass enabled applications. note, when using compass, using a database as the index storage requires only updating configuration settings.