LUCENE-10163: Remove pointer to no longer exists file (#390)

This commit is contained in:
Tomoko Uchida 2021-10-17 18:55:33 +09:00 committed by GitHub
parent 03e8192674
commit 18c6010e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -37,4 +37,3 @@ Files are organized by module, for example in core/:
To review the documentation, read the main documentation page, located at: To review the documentation, read the main documentation page, located at:
`docs/index.html` `docs/index.html`
To build Lucene or its documentation for a source distribution, see `BUILD.md`

View File

@ -30,6 +30,3 @@ CPU, disk and memory requirements are based on the many choices made in
implementing Lucene (document size, number of documents, and number of implementing Lucene (document size, number of documents, and number of
hits retrieved to name a few). The benchmarks page has some information hits retrieved to name a few). The benchmarks page has some information
related to performance on particular platforms. related to performance on particular platforms.
*To build Apache Lucene from the source, refer to the `BUILD.md` file in
the distribution directory.*