mirror of https://github.com/apache/lucene.git
Link from flexible QP to classic one.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1328754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dcdfb15193
commit
629d89721e
|
@ -21,7 +21,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
Contains the implementation of the Lucene query parser using the flexible query parser frameworks
|
||||
Contains the implementation of the {@linkplain org.apache.lucene.queryparser.classic Lucene classic query parser} using the flexible query parser frameworks
|
||||
|
||||
<h2>Lucene Flexible Query Parser Implementation</h2>
|
||||
<p>
|
||||
|
@ -36,7 +36,7 @@ are used to reproduce the same behavior as the old query parser.
|
|||
</p>
|
||||
|
||||
<p>
|
||||
Check <tt>org.apache.lucene.queryparser.flexible.standard.StandardQueryParser</tt> to quick start using the Lucene query parser.
|
||||
Check {@link org.apache.lucene.queryparser.flexible.standard.StandardQueryParser} to quick start using the Lucene query parser.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue