mirror of https://github.com/apache/lucene.git
removing unused code
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@800202 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fc335d2e8b
commit
6738cfbe6e
|
@ -364,8 +364,6 @@ public class DocBuilder {
|
|||
handleSpecialCommands(arow, doc);
|
||||
addFields(entity, doc, arow, vr);
|
||||
}
|
||||
if (isRoot)
|
||||
vr.removeNamespace(null);
|
||||
if (entity.entities != null) {
|
||||
vr.addNamespace(entity.name, arow);
|
||||
for (DataConfig.Entity child : entity.entities) {
|
||||
|
|
Loading…
Reference in New Issue