[ 
https://issues.apache.org/jira/browse/SOLR-2781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Høydahl closed SOLR-2781.
-----------------------------
    Resolution: Incomplete

Closing ancient issue which most probably has been fixed since 2011. If anyone 
encounters a real bug in this area in a recent version of Solr, feel free to 
open a new JIRA.

> One exception affect the next doc building
> ------------------------------------------
>
>                 Key: SOLR-2781
>                 URL: https://issues.apache.org/jira/browse/SOLR-2781
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.4.1, 3.1, 3.2, 3.3, 3.4
>         Environment: jdk 1.6.0.16/Jboss 4.2
>            Reporter: Luo Jing
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> When DocBuilder catch an exception throwed by its child entity and 
> skip_doc=true, the next doc may contain the front doc's data of parent entity.
> method buildDocument: 
> if (doc == null && entity.isDocRoot) {
>             doc = new DocWrapper();
> ....
> suggestion:
> if (entity.isDocRoot) {
>             doc = new DocWrapper();
> ....



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to