mirror of https://github.com/apache/lucene.git
LUCENE-9344: update file names (MIGRATE.txt, BUILD.txt => MIGRATE.md, BUILD.md)
This commit is contained in:
parent
f03e6aac59
commit
13bbe60333
|
@ -51,7 +51,7 @@ API Changes
|
|||
factories to be compatible with Java Module System. This allows to load factories
|
||||
without META-INF/service from a Java module exposing the factory in the module
|
||||
descriptor. This breaks backwards compatibility as custom analysis factories
|
||||
must now also implement the default constructor (see MIGRATE.txt).
|
||||
must now also implement the default constructor (see MIGRATE.md).
|
||||
(Uwe Schindler, Dawid Weiss)
|
||||
|
||||
* LUCENE-9307: BufferedIndexInput#setBufferSize has been removed. (Adrien Grand)
|
||||
|
|
|
@ -20,4 +20,4 @@ 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.txt
|
||||
To build Lucene or its documentation for a source distribution, see `BUILD.md`
|
||||
|
|
|
@ -14,5 +14,5 @@ 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.txt` file in
|
||||
*To build Apache Lucene from the source, refer to the `BUILD.md` file in
|
||||
the distribution directory.*
|
||||
|
|
Loading…
Reference in New Issue