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:
Simon Willnauer 2011-07-07 17:54:56 +00:00
parent 69009a84cb
commit 7293dc9c95
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ public class Grouping {
public void execute() throws IOException {
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();