mirror of https://github.com/apache/lucene.git
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:
parent
e7b1fff87a
commit
13abbc4516
|
@ -132,7 +132,7 @@ public class DebugComponent extends SearchComponent
|
||||||
explain = HighlightComponent.removeNulls(new SimpleOrderedMap(Arrays.asList(arr)));
|
explain = HighlightComponent.removeNulls(new SimpleOrderedMap(Arrays.asList(arr)));
|
||||||
|
|
||||||
if (info == null) {
|
if (info == null) {
|
||||||
info = new NamedList();
|
info = new SimpleOrderedMap();
|
||||||
}
|
}
|
||||||
int idx = info.indexOf("explain",0);
|
int idx = info.indexOf("explain",0);
|
||||||
if (idx>=0) {
|
if (idx>=0) {
|
||||||
|
|
Loading…
Reference in New Issue