Modernize links

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1432937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2013-01-14 14:57:12 +00:00
parent 5d198628bb
commit 00221fd947
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,7 @@ and proximity searches (though sentence identification is not provided by Lucene
create, or a combination of existing and newly created components. Before create, or a combination of existing and newly created components. Before
pursuing this approach, you may find it worthwhile to explore the pursuing this approach, you may find it worthwhile to explore the
<a href="{@docRoot}/../analyzers-common/overview-summary.html">analyzers-common</a> library and/or ask on the <a href="{@docRoot}/../analyzers-common/overview-summary.html">analyzers-common</a> library and/or ask on the
<a href="http://lucene.apache.org/java/docs/mailinglists.html" <a href="http://lucene.apache.org/core/discussion.html"
>java-user@lucene.apache.org mailing list</a> first to see if what you >java-user@lucene.apache.org mailing list</a> first to see if what you
need already exists. If you are still committed to creating your own need already exists. If you are still committed to creating your own
Analyzer, have a look at the source code of any one of the many samples Analyzer, have a look at the source code of any one of the many samples

View File

@ -46,7 +46,7 @@ public class SearchFiles {
/** Simple command-line based search demo. */ /** Simple command-line based search demo. */
public static void main(String[] args) throws Exception { public static void main(String[] args) throws Exception {
String usage = String usage =
"Usage:\tjava org.apache.lucene.demo.SearchFiles [-index dir] [-field f] [-repeat n] [-queries file] [-query string] [-raw] [-paging hitsPerPage]\n\nSee http://lucene.apache.org/java/4_0/demo.html for details."; "Usage:\tjava org.apache.lucene.demo.SearchFiles [-index dir] [-field f] [-repeat n] [-queries file] [-query string] [-raw] [-paging hitsPerPage]\n\nSee http://lucene.apache.org/core/4_1_0/demo/ for details.";
if (args.length > 0 && ("-h".equals(args[0]) || "-help".equals(args[0]))) { if (args.length > 0 && ("-h".equals(args[0]) || "-help".equals(args[0]))) {
System.out.println(usage); System.out.println(usage);
System.exit(0); System.exit(0);