mirror of https://github.com/apache/lucene.git
fixed incorrect link to xml-query-parser javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1145379 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6ee4b29af6
commit
44fc93e031
|
@ -372,7 +372,7 @@ document.write("Last Published: " + document.lastModified);
|
|||
<a name="N100DE"></a><a name="xml-query-parser"></a>
|
||||
<h3 class="boxed">xml-query-parser</h3>
|
||||
<p>A QueryParser that can read queries written in an XML format.</p>
|
||||
<p>See <a href="../api/contrib-wordnet/index.html">xml-query-parser javadoc</a>
|
||||
<p>See <a href="../api/contrib-xml-query-parser/index.html">xml-query-parser javadoc</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -163,4 +163,4 @@ p {
|
|||
.codefrag {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
font-size: 110%;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -51,4 +51,4 @@ a:link, a:visited {
|
|||
|
||||
acronym {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -172,4 +172,4 @@ a:hover { color:#6587ff}
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -584,4 +584,4 @@ p.instruction {
|
|||
list-style-image: url('../images/instruction_arrow.png');
|
||||
list-style-position: outside;
|
||||
margin-left: 2em;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
|
||||
<section id="xml-query-parser"><title>xml-query-parser</title>
|
||||
<p>A QueryParser that can read queries written in an XML format.</p>
|
||||
<p>See <a href="../api/contrib-wordnet/index.html">xml-query-parser javadoc</a></p>
|
||||
<p>See <a href="../api/contrib-xml-query-parser/index.html">xml-query-parser javadoc</a></p>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue