mirror of https://github.com/apache/lucene.git
LUCENE-9448: Move README.txt to README.md; We no lonnger have txt format README on the master.
This commit is contained in:
parent
581e836569
commit
bbd21aa422
|
@ -105,7 +105,7 @@ task standaloneAssemble(type: Sync) {
|
||||||
from configurations.runtimeClasspath
|
from configurations.runtimeClasspath
|
||||||
|
|
||||||
from(file("src/distribution"), {
|
from(file("src/distribution"), {
|
||||||
filesMatching("README.txt", {
|
filesMatching("README.md", {
|
||||||
filteringCharset = 'UTF-8'
|
filteringCharset = 'UTF-8'
|
||||||
filter(ExpandProperties, project: antHelper)
|
filter(ExpandProperties, project: antHelper)
|
||||||
})
|
})
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
|
# Luke
|
||||||
|
|
||||||
This is Luke, Apache Lucene low-level index inspection and repair utility.
|
This is Luke, Apache Lucene low-level index inspection and repair utility.
|
||||||
|
|
||||||
Luke requires Java ${required.java.version}. You can start it with:
|
Luke requires Java ${required.java.version}. You can start it with:
|
||||||
java -jar ${luke.cmd}
|
java -jar ${luke.cmd}
|
||||||
|
|
||||||
Happy index hacking!
|
Happy index hacking!
|
Loading…
Reference in New Issue