mirror of https://github.com/apache/lucene.git
SOLR-2640: Error message typo for missing field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143938 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
69009a84cb
commit
7293dc9c95
|
@ -261,7 +261,7 @@ public class Grouping {
|
||||||
|
|
||||||
public void execute() throws IOException {
|
public void execute() throws IOException {
|
||||||
if (commands.isEmpty()) {
|
if (commands.isEmpty()) {
|
||||||
throw new SolrException(SolrException.ErrorCode.BAD_REQUEST, "Specify at least on field, function or query to group by.");
|
throw new SolrException(SolrException.ErrorCode.BAD_REQUEST, "Specify at least one field, function or query to group by.");
|
||||||
}
|
}
|
||||||
|
|
||||||
DocListAndSet out = new DocListAndSet();
|
DocListAndSet out = new DocListAndSet();
|
||||||
|
|
Loading…
Reference in New Issue