mirror of https://github.com/apache/lucene.git
- Changed the link to QueryParser from a HREF to a {@link ...}.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dabd5e449f
commit
ef902b7ecd
|
@ -68,7 +68,7 @@ import org.apache.lucene.index.IndexReader;
|
||||||
</ul>
|
</ul>
|
||||||
<p>A parser for queries is contained in:
|
<p>A parser for queries is contained in:
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/lucene/docs/api/org/apache/lucene/queryParser/QueryParser.html">QueryParser</a>
|
<li>{@link org.apache.lucene.queryParser.QueryParser}
|
||||||
</ul>
|
</ul>
|
||||||
*/
|
*/
|
||||||
abstract public class Query implements java.io.Serializable {
|
abstract public class Query implements java.io.Serializable {
|
||||||
|
|
Loading…
Reference in New Issue