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