Author: otis
Date: Fri May 16 12:28:33 2008
New Revision: 657183
URL: http://svn.apache.org/viewvc?rev=657183&view=rev
Log:
- Javadoc correction
Modified:
lucene/solr/trunk/src/java/org/apache/solr/search/QParser.java
Modified: lucene/solr/trunk/src/java/org/apache/solr/search/QParser.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/java/org/apache/solr/search/QParser.java?rev=657183&r1=657182&r2=657183&view=diff
==============================================================================
--- lucene/solr/trunk/src/java/org/apache/solr/search/QParser.java (original)
+++ lucene/solr/trunk/src/java/org/apache/solr/search/QParser.java Fri May 16
12:28:33 2008
@@ -180,7 +180,7 @@
* 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><!prefix f=myfield>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 @@
}
}
-