mirror of https://github.com/apache/lucene.git
Fixed typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644911 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d2fded1df
commit
b1083b2a32
|
@ -286,7 +286,7 @@ public class QueryComponent extends SearchComponent
|
|||
// -1 as flag if not set.
|
||||
long timeAllowed = params.getLong(CommonParams.TIME_ALLOWED, -1L);
|
||||
if (null != rb.getCursorMark() && 0 < timeAllowed) {
|
||||
// fundementally incompatible
|
||||
// fundamentally incompatible
|
||||
throw new SolrException(SolrException.ErrorCode.BAD_REQUEST, "Can not search using both " +
|
||||
CursorMarkParams.CURSOR_MARK_PARAM + " and " + CommonParams.TIME_ALLOWED);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue