[
https://issues.apache.org/jira/browse/SOLR-12251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859597#comment-16859597
]
Lucene/Solr QA commented on SOLR-12251:
---------------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 5s{color}
| {color:red} SOLR-12251 does not apply to master. Rebase required? Wrong
Branch? See
https://wiki.apache.org/solr/HowToContribute#Creating_the_patch_file for help.
{color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | SOLR-12251 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12920026/SOLR-12251.patch |
| Console output |
https://builds.apache.org/job/PreCommit-SOLR-Build/414/console |
| Powered by | Apache Yetus 0.7.0 http://yetus.apache.org |
This message was automatically generated.
> pk ids not sort when in deltaQuery
> -----------------------------------
>
> Key: SOLR-12251
> URL: https://issues.apache.org/jira/browse/SOLR-12251
> Project: Solr
> Issue Type: Bug
> Components: contrib - DataImportHandler
> Affects Versions: 7.1
> Environment: windows10
> Solr7.1
> JDK8
>
> Reporter: wzhonggo
> Priority: Major
> Attachments: SOLR-12251.patch
>
>
> I use solr and mysql for search.
>
> {code:xml}
> // data-config.xml
> query="select * from score order by create_date asc"
> deltaImportQuery="select * from score where id='${dih.delta.id}'"
> deltaQuery="selectid from score where update_date >
> '${dataimporter.last_index_time}' order by create_date asc "
> {code}
>
> Mysql has three rows data in *score* table
>
> ||id||name||score||create_date||update_date||
> |UUID1|user1|60|2018-04-10|2018-04-10|
> |UUID2|user1|70|2018-04-11 |2018-04-11|
> |UUID3|user1|80|2018-04-12|2018-04-12|
> The expected results In solr doc
> ||Name||Score||CreateDate||UpdateDate||
> |user1|80|2018-04-12|2018-04-12|
>
> Use full import it will correct , but use delta import will wrong.
> In the *org.apache.solr.handler.dataimport.DocBuilder* class , return not
> LinkHashSet in
> *collectDelta* method.
>
> Thanks.
>
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]