mirror of https://github.com/apache/lucene.git
fix spelling error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678481 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5dd7e5bd9b
commit
9bcace789e
|
@ -100,7 +100,7 @@ public class QueryResponse extends SolrResponseBase
|
||||||
_debugMap.put( info.getKey(), info.getValue() );
|
_debugMap.put( info.getKey(), info.getValue() );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Parse out interisting bits from the debug info
|
// Parse out interesting bits from the debug info
|
||||||
_explainMap = new HashMap<String, String>();
|
_explainMap = new HashMap<String, String>();
|
||||||
NamedList<String> explain = (NamedList<String>)_debugMap.get( "explain" );
|
NamedList<String> explain = (NamedList<String>)_debugMap.get( "explain" );
|
||||||
if( explain != null ) {
|
if( explain != null ) {
|
||||||
|
|
Loading…
Reference in New Issue