fix broken link

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329010 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-23 00:36:26 +00:00
parent 06842c6575
commit c06fe2df68
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public abstract class QueryParserBase {
}
/** Initializes a query parser. Called by the QueryParser constructor
* @param matchVersion Lucene version to match. See <a href="QueryParser#version">here</a>.
* @param matchVersion Lucene version to match. See <a href="QueryParser.html#version">here</a>.
* @param f the default field for query terms.
* @param a used to find terms in the query text.
*/