Lucene-based universal search framework

Source: Internet
Author: User
Tags configuration settings

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.