Skip to content

This repository contains a Java implementation for working with Lucene. The project includes code for creating and searching indexes.

Notifications You must be signed in to change notification settings

michellemashutian/luceneJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

luceneJava

This repository contains a Java implementation for working with Lucene, a powerful search engine library. The project includes code for creating and searching indexes. In the search functionality, MultiFieldQueryParser is utilized to perform queries across multiple fields, enabling more flexible and comprehensive searches.

Feel free to explore the code and adapt it to your own Lucene-based projects!

Functions in TestLucene1.java createIndex function reads text data to build an index searchIndex function retrieves the index countIndex function is a function that retrieves the index for a task

About

This repository contains a Java implementation for working with Lucene. The project includes code for creating and searching indexes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages