You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Noble Paul (JIRA)" <ji...@apache.org> on 2009/06/04 05:02:07 UTC

[jira] Resolved: (SOLR-1199) [DIH] deltaImportQuery attribute is not used in child entities

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

Noble Paul resolved SOLR-1199.
------------------------------

    Resolution: Duplicate

this is a duplicate of  SOLR-1153 and it is fixed already . thanks Martin

> [DIH] deltaImportQuery attribute is not used in child entities
> --------------------------------------------------------------
>
>                 Key: SOLR-1199
>                 URL: https://issues.apache.org/jira/browse/SOLR-1199
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - DataImportHandler
>    Affects Versions: 1.3
>            Reporter: Martin Davidsson
>
> From a message to solr-users (Noble Paul suggested I create an issue):
> I have a data-config.xml that is structured in the following fashion:
> <document>
>   <entity name="parent" query="fullParentQuery" deltaImportQuery="deltaParentImportQuery" deltaQuery="deltaParentQuery">
>      <entity name="child" query="fullChildQuery" deltaImportQuery="deltaChildImportQuery" />
>   </entity>
> </document>
> Is the deltaImportQuery attribute even allowed on the child entity? The behavior I'm seeing is that when I issue a delta-import command, Solr uses the deltaParentImportQuery and deltaParentQuery from the parent entity but the fullChildQuery from the child entity. I was hoping it would use the deltaChildImportQuery on the child entity, if it exists, to figure out what data to use in the case of a delta-import.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.