[
https://issues.apache.org/jira/browse/SOLR-7404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14497303#comment-14497303
]
Steve Rowe commented on SOLR-7404:
----------------------------------
If I create the cloud example and follow the prompts, rather than using the
{{-noprompt}} option, and accept all the defaults, I get versions on some docs:
{noformat}
$ bin/solr -e cloud
Welcome to the SolrCloud example!
This interactive session will help you launch a SolrCloud cluster on your local
workstation.
...
$ curl -X POST -H 'Content-Type: application/csv' --data-binary
@example/exampledocs/books.csv
"http://localhost:8983/solr/gettingstarted/update?commit=true&versions=true"
<?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int
name="QTime">1098</int></lst><lst name="adds"><long
name="0553573403">0</long><long name="0553579908">0</long><long
name="055357342X">0</long><long name="0553293354">0</long><long
name="0812521390">1498562228791541760</long><long
name="0812550706">0</long><long
name="0441385532">1498562229713240064</long><long
name="0380014300">1498562229715337216</long><long
name="0805080481">1498562229717434368</long><long
name="080508049X">1498562229718482944</long></lst>
</response>
{noformat}
Seems like there's some kind of timing issue here?
> versions=true not working with data_driven_schema_configs ?
> -----------------------------------------------------------
>
> Key: SOLR-7404
> URL: https://issues.apache.org/jira/browse/SOLR-7404
> Project: Solr
> Issue Type: Bug
> Reporter: Hoss Man
>
> i haven't dug into this yet, but i've confirmed (at least with Solr 5.1) that
> something about using the data_driven_schema_configs prevents the
> {{versions=true}} update request param from working -- every doc just returns
> "0" as the new version.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]