fix broken qp syntax links

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1329000 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-04-22 23:39:26 +00:00
parent 6e9dade5d8
commit 498638cb67
3 changed files with 6 additions and 5 deletions

View File

@ -93,7 +93,8 @@ import org.apache.lucene.util.RamUsageEstimator;
* <a target="_blank" href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Analyzer Intro</a>. * <a target="_blank" href="http://today.java.net/pub/a/today/2003/07/30/LuceneIntro.html">Lucene Analyzer Intro</a>.
* <p> * <p>
* Arbitrary Lucene queries can be run against this class - see <a target="_blank" * Arbitrary Lucene queries can be run against this class - see <a target="_blank"
* href="../../../../../../../queryparsersyntax.html">Lucene Query Syntax</a> * href="{@docRoot}/../queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
* Lucene Query Syntax</a>
* as well as <a target="_blank" * as well as <a target="_blank"
* href="http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html">Query Parser Rules</a>. * href="http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html">Query Parser Rules</a>.
* Note that a Lucene query selects on the field names and associated (indexed) * Note that a Lucene query selects on the field names and associated (indexed)

View File

@ -44,8 +44,8 @@ import org.apache.lucene.util.Version;
* *
* <p> * <p>
* Examples of appropriately formatted queries can be found in the <a * Examples of appropriately formatted queries can be found in the <a
* href="../../../../../../queryparsersyntax.html">query syntax * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
* documentation</a>. * query syntax documentation</a>
* </p> * </p>
* *
* <p> * <p>

View File

@ -88,8 +88,8 @@ import org.apache.lucene.search.Query;
* *
* <p> * <p>
* Examples of appropriately formatted queries can be found in the <a * Examples of appropriately formatted queries can be found in the <a
* href="../../../../../../queryparsersyntax.html">query syntax * href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
* documentation</a>. * query syntax documentation</a>.
* </p> * </p>
* </ul> * </ul>
* <p> * <p>