mirror of
https://github.com/apache/lucene.git
synced 2025-02-22 18:27:21 +00:00
typo 'shoudl' => 'should'
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@993267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aef725ae91
commit
89c6fea889
@ -357,7 +357,7 @@ public class XMLResponseParser extends ResponseParser
|
||||
event = parser.next();
|
||||
if( XMLStreamConstants.START_ELEMENT == event ) {
|
||||
if( !"doc".equals( parser.getLocalName() ) ) {
|
||||
throw new RuntimeException( "shoudl be doc! "+parser.getLocalName() + " :: " + parser.getLocation() );
|
||||
throw new RuntimeException( "should be doc! "+parser.getLocalName() + " :: " + parser.getLocation() );
|
||||
}
|
||||
docs.add( readDocument( parser ) );
|
||||
}
|
||||
|
@ -189,7 +189,7 @@ public class QueryElevationComponentTest extends SolrTestCaseJ4 {
|
||||
);
|
||||
|
||||
// Try normal sort by 'id'
|
||||
// default 'forceBoost' shoudl be false
|
||||
// default 'forceBoost' should be false
|
||||
assertEquals( false, booster.forceElevation );
|
||||
args.put( CommonParams.SORT, "str_s asc" );
|
||||
assertQ( null, req
|
||||
|
Loading…
x
Reference in New Issue
Block a user