mirror of https://github.com/apache/lucene.git
Correct typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9901f0a29c
commit
798dc16c7b
|
@ -395,7 +395,7 @@ public class DisMaxRequestHandler extends RequestHandlerBase {
|
|||
@Override
|
||||
public String getDescription() {
|
||||
return "DisjunctionMax Request Handler: Does relevancy based queries "
|
||||
+ "accross a variety of fields using configured boosts";
|
||||
+ "across a variety of fields using configured boosts";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue