javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@818281 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-09-23 22:10:41 +00:00
parent b2d254b746
commit 0bd2bf642d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import org.apache.solr.request.SolrQueryRequest;
* Create a dismax query from the input value.
* <br>Other parameters: all main query related parameters from the {@link org.apache.solr.handler.DisMaxRequestHandler} are supported.
* localParams are checked before global request params.
* <br>Example: <code>{!dismax qf=myfield,mytitle^2}foo</code> creates a dismax query across
* <br>Example: <code>{!dismax qf='myfield mytitle^2'}foo</code> creates a dismax query across
* across myfield and mytitle, with a higher weight on mytitle.
*/
public class DisMaxQParserPlugin extends QParserPlugin {