SOLR-996 followup -- missing set context

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2009-02-19 10:25:09 +00:00
parent fa19dfca0f
commit 7477c06f89
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ public class DocBuilder {
ContextImpl ctx = new ContextImpl(entity, vr, null,
pk == null ? Context.FULL_DUMP : Context.DELTA_DUMP,
session, parentCtx, this);
vr.context = ctx;
entityProcessor.init(ctx);
if (requestParameters.start > 0) {