Hi,
Yeah, sure but what exactly should i utilize?
Because as i see all of them require to use set or add in json..how can i
perform that from dataimport or posting file from curl? Also we've tried to
use version feature to combine both sources, but nothing at all
13 окт. 2017 г. 17:49 пользовател
Hi,
"And all what we got
only a overwriting doc came first by new one. Ok just put overwrite=false
to params, and dublicating docs appeare."
What is exactly the doc you get ?
Are the fields originally in the first doc before the atomic update stored ?
This is what you need to use :
https://luce
Hi, Rich.
Here what've got:
Solr version 7.0.0
Fields definitions in schema.xml for dataimport datasource (our database)
And batch of edentical fields
url_path
Fields definitions in schema.xml for updateExtract hadler
And other field wich is not important in our case.
So our goal to combine att
Hi
Show us the solr version, field types, the handler definition, and the query
you send. Any log entries?
Cheers -- Rick
On October 13, 2017 5:57:16 AM EDT, "Игорь Абрашин"
wrote:
>Hello, solr community.
>We are getting strugled with updating already existing docs. For
>instance,
>we got inde
Hello, solr community.
We are getting strugled with updating already existing docs. For instance,
we got indexed one jpg with tika parser and got batch of attributes. Then
we want to index database datasource and append those fields to our
document with the same uniquekey, stored at schema.xml. And