mirror of https://github.com/apache/lucene.git
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:
parent
06842c6575
commit
c06fe2df68
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue