mirror of https://github.com/apache/lucene.git
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:
parent
6e9dade5d8
commit
498638cb67
|
@ -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)
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue