mirror of https://github.com/apache/lucene.git
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:
parent
b2d254b746
commit
0bd2bf642d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue