Search engine construction based on heritrix + Lucene (2) -- index and search framework lucenelucene establishment search learning instance source code Lucene Regular Expression query regenxquerylucene filter query instance open source code

Source: Internet
Author: User

Lucene is a subproject of the Jakarta Project Team of the Apache Software Foundation. It is an openSource codeIs not a complete full-text search engine, but a full-text search engine architecture, provides a complete query engine and index engine, some text analysis engines (two Western languages: English and German ). Lucene aims to provide software developers with a simple and easy-to-use toolkit to conveniently implement full-text retrieval in the target system, or build a complete full-text retrieval engine based on this.

 

Lucene is a full-text search based on Java, not a complete search application, butCodeLibrary and API, which can easily provide the search function for applications. In fact, Lucene's function is to index several strings provided by developers, and then provide a full-text search service. Users can provide search keywords to the search service, the search service tells the user about the strings that appear in the keywords.

For details about Lucene, refer to the official website: http://developere.apache.org /.

Previously, a Lucene website in China gave a detailed introduction to Lucene's principles, structures, and APIs. http://www.e.com.cn/.but it is no longer effective.

There areBluepoint2009Is named 《Lucene3.6 getting startedOfArticleIt is worth your reference.

For some entry-level examples of Lucene, refer to the example code provided by the blogger: "create search and learning instance source code of Lucene", "query regenxquery by Lucene regular expressions", and "Lucene filter query instance ".".

Here, we will not elaborate on Lucene too much. Add an article about Lucene compiled from the Internet :《 Open-source full-text retrieval engine Lucene.

 

 

 

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.