From 18c6010e0f549ecb66a493b9280f2dc9df223c24 Mon Sep 17 00:00:00 2001 From: Tomoko Uchida Date: Sun, 17 Oct 2021 18:55:33 +0900 Subject: [PATCH] LUCENE-10163: Remove pointer to no longer exists file (#390) --- lucene/README.md | 1 - lucene/SYSTEM_REQUIREMENTS.md | 3 --- 2 files changed, 4 deletions(-) diff --git a/lucene/README.md b/lucene/README.md index b2d1620db16..76f8a31b719 100644 --- a/lucene/README.md +++ b/lucene/README.md @@ -37,4 +37,3 @@ Files are organized by module, for example in core/: 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.md` diff --git a/lucene/SYSTEM_REQUIREMENTS.md b/lucene/SYSTEM_REQUIREMENTS.md index 3e442761057..bafcedb3e3a 100644 --- a/lucene/SYSTEM_REQUIREMENTS.md +++ b/lucene/SYSTEM_REQUIREMENTS.md @@ -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 hits retrieved to name a few). The benchmarks page has some information related to performance on particular platforms. - -*To build Apache Lucene from the source, refer to the `BUILD.md` file in -the distribution directory.*