- Javadoc correction

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@657183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2008-05-16 19:28:33 +00:00
parent b434a76159
commit bc905bb00d
1 changed files with 1 additions and 2 deletions

View File

@ -180,7 +180,7 @@ public abstract class QParser {
* string itself. For example if defaultType=<code>"dismax"</code>
* and qstr=<code>foo</code>, then the dismax query parser will be used
* to parse and construct the query object. However
* if qstr=<code>&lt;!prefix f=myfield&gt;foo</code>
* if qstr=<code>{!prefix f=myfield}foo</code>
* then the prefix query parser will be used.
*/
public static QParser getParser(String qstr, String defaultType, SolrQueryRequest req) throws ParseException {
@ -202,4 +202,3 @@ public abstract class QParser {
}
}