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>.
|
||||
* <p>
|
||||
* 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"
|
||||
* 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)
|
||||
|
|
|
@ -44,8 +44,8 @@ import org.apache.lucene.util.Version;
|
|||
*
|
||||
* <p>
|
||||
* Examples of appropriately formatted queries can be found in the <a
|
||||
* href="../../../../../../queryparsersyntax.html">query syntax
|
||||
* documentation</a>.
|
||||
* href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
|
||||
* query syntax documentation</a>
|
||||
* </p>
|
||||
*
|
||||
* <p>
|
||||
|
|
|
@ -88,8 +88,8 @@ import org.apache.lucene.search.Query;
|
|||
*
|
||||
* <p>
|
||||
* Examples of appropriately formatted queries can be found in the <a
|
||||
* href="../../../../../../queryparsersyntax.html">query syntax
|
||||
* documentation</a>.
|
||||
* href="{@docRoot}/org/apache/lucene/queryparser/classic/package-summary.html#package_description">
|
||||
* query syntax documentation</a>.
|
||||
* </p>
|
||||
* </ul>
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue