# lucene-7.7.3 **Repository Path**: ydeity/lucene-7.7.3 ## Basic Information - **Project Name**: lucene-7.7.3 - **Description**: lucene-7.7.3 源码 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-04 - **Last Updated**: 2022-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apache Lucene README file ## Introduction Lucene is a Java full-text search engine. Lucene is not a complete application, but rather a code library and API that can easily be used to add search capabilities to applications. * The Lucene web site is at: http://lucene.apache.org/ * Please join the Lucene-User mailing list by sending a message to: java-user-subscribe@lucene.apache.org ## Files in a binary distribution Files are organized by module, for example in core/: * `core/lucene-core-XX.jar`: The compiled core Lucene library. To review the documentation, read the main documentation page, located at: `docs/index.html` To build Lucene or its documentation for a source distribution, see BUILD.txt