lius - lius - lucene index update and search

来源:百度文库 编辑:神马文学网 时间:2024/04/29 01:35:55
http://www.bibl.ulaval.ca/lius/index.en.html
LIUS - Lucene Index Update and Search
LIUS is an indexing Java framework based on the Jakarta Lucene project. The LIUS framework adds to Lucene many 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 repertory (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.
LIUS has been developed from a range of Java technologies and full open source applications.