NamedList->SimpleOrderedMap

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@674553 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2008-07-07 16:45:17 +00:00
parent e7b1fff87a
commit 13abbc4516
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class DebugComponent extends SearchComponent
explain = HighlightComponent.removeNulls(new SimpleOrderedMap(Arrays.asList(arr)));
if (info == null) {
info = new NamedList();
info = new SimpleOrderedMap();
}
int idx = info.indexOf("explain",0);
if (idx>=0) {