Click here to Skip to main content
15,894,337 members
Articles / Web Development / Spring

An In-Depth Tutorial on Lucene and Java

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
8 Mar 2024MIT23 min read 3.8K   18  
This is a more in-depth tutorial on integrating Lucene search and index engine in Java applications.
The tutorial revisits Lucene integration after five years, highlighting changes in Lucene SDK releases, addressing differences between StringField and TextField, and introducing new concepts like storing date time as a Long integer for range-based search, Term-based search, document updates, and conducting multi-word searches, while emphasizing the enduring integration approach with Lucene into Java-based console applications.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Team Leader The Judge Group
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions