Re: update operation

2016-12-23 Thread Erick Erickson
an the update script > It produced reams of data but not errors. just a bunch of DEBUG lines > would you like me to post it? > > K > > - Original Message - > > From: "Erick Erickson" > To: "solr-user" > Sent: Friday, December 23, 2016 1:22:37 P

Re: update operation

2016-12-23 Thread KRIS MUSSHORN
2:37 PM Subject: Re: update operation OK, next thing. Find your Solr log and tail -f on it while you send you doc. That answers what Solr actually sees .vs. what you think you're sending it ;). If anything. Best, Erick On Fri, Dec 23, 2016 at 10:15 AM, KRIS MUSSHORN wrote: >

Re: update operation

2016-12-23 Thread Erick Erickson
OK, next thing. Find your Solr log and tail -f on it while you send you doc. That answers what Solr actually sees .vs. what you think you're sending it ;). If anything. Best, Erick On Fri, Dec 23, 2016 at 10:15 AM, KRIS MUSSHORN wrote: > oops wrong thread in subject > > - Original Messag

Re: update operation

2016-12-23 Thread KRIS MUSSHORN
oops wrong thread in subject - Original Message - From: "KRIS MUSSHORN" To: solr-user@lucene.apache.org Sent: Friday, December 23, 2016 1:02:09 PM Subject: Re: copying all fields to one specific single value field Well i guess its still not working.. I'm not getting an error but i

Re: update operation

2016-12-23 Thread Comcast
citly commit? >> Sorry for the silly questions but im pretty fried >> >> - Original Message - >> >> From: "Erick Erickson" >> To: "solr-user" >> Sent: Thursday, December 22, 2016 2:49:05 PM >> Subject: Re: update operation >> &

Re: update operation

2016-12-22 Thread Erick Erickson
ursday, December 22, 2016 2:49:05 PM > Subject: Re: update operation > > Kris: > > Maybe too simple, but did you commit afterwards? > > On Thu, Dec 22, 2016 at 10:45 AM, Shawn Heisey wrote: >> On 12/22/2016 10:18 AM, KRIS MUSSHORN wrote: >>> UPDATE_RESULT=$( curl -s -

Re: update operation

2016-12-22 Thread KRIS MUSSHORN
How would i exp;licitly commit? Sorry for the silly questions but im pretty fried - Original Message - From: "Erick Erickson" To: "solr-user" Sent: Thursday, December 22, 2016 2:49:05 PM Subject: Re: update operation Kris: Maybe too simple, but did you com

Re: update operation

2016-12-22 Thread Erick Erickson
Kris: Maybe too simple, but did you commit afterwards? On Thu, Dec 22, 2016 at 10:45 AM, Shawn Heisey wrote: > On 12/22/2016 10:18 AM, KRIS MUSSHORN wrote: >> UPDATE_RESULT=$( curl -s -X POST -H 'Content-Type: text/json' >> "https://snip/solr/TEST_CORE/update/json/docs"; --data-binary >> '{"id

Re: update operation

2016-12-22 Thread Shawn Heisey
On 12/22/2016 10:18 AM, KRIS MUSSHORN wrote: > UPDATE_RESULT=$( curl -s -X POST -H 'Content-Type: text/json' > "https://snip/solr/TEST_CORE/update/json/docs"; --data-binary > '{"id":"*'$DOC_ID'","metatag.date.single":{"set":"$VAL"}}') > > was the only version that did not throw an error but did

Re: update operation

2016-12-22 Thread KRIS MUSSHORN
was the only version that did not throw an error but did not update the document. It returned: {"responseHeader":{"status":0,"QTime":1}} Where do i go from here? K - Original Message ----- From: "Shawn Heisey" To: solr-user@luce

Re: update operation

2016-12-22 Thread KRIS MUSSHORN
Shawn, Perhaps i misunderstood the documentation but when you included the add clause does it not create an entirely new document? K - Original Message - From: "Shawn Heisey" To: solr-user@lucene.apache.org Sent: Thursday, December 22, 2016 11:00:21 AM Subject:

Re: update operation

2016-12-22 Thread Shawn Heisey
On 12/22/2016 8:45 AM, KRIS MUSSHORN wrote: > Here is the bash line: > > UPDATE_RESULT=$( curl -s "https://snip/solr/TEST_CORE/update?&commit=true"; > --data-binary '{"id":"$DOC_ID","metatag.date.single" :{"set":"$VAL"}}') One thing I know you need for sure with the "/update" handler is the Con

update operation

2016-12-22 Thread KRIS MUSSHORN
Merry Christmas everyone, I'm using solr 5.4.1 and writing a bash script to update the value in a field of a single document in solr. Here is the bash line: UPDATE_RESULT=$( curl -s "https://snip/solr/TEST_CORE/update?&commit=true"; --data-binary '{"id":"$DOC_ID","metatag.date.single" :{"

Re: AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored

2016-06-03 Thread Shawn Heisey
x:documents] > o.a.s.u.p.AtomicUpdateDocumentMerger Unknown operation for the an > atomic update, operation ignored: 3932885930 This happens when you add a document where the value of a field is a key/value construct, but isn't actually an atomic update. In JSON, this is represented with

AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored

2016-06-03 Thread Markus Jelsma
Unknown operation for the an atomic update, operation ignored: 3932885930 2496201 WARN (qtp97730845-17) [ x:documents] o.a.s.u.p.AtomicUpdateDocumentMerger Unknown operation for the an atomic update, operation ignored: 3688877580 2496201 WARN (qtp97730845-17) [ x:documents

Re: Is it possible to have "append" kind update operation?

2008-01-25 Thread Chris Hostetter
: Hi, is it possible to have "append" like updates, where if two records of there is an open Jira issue to deal with the notion of "updating" docs in place, but i think the people who were working on it the most have put it somewhat on hold to focus more on the MultiCore and distributed search

Is it possible to have "append" kind update operation?

2008-01-21 Thread zqzuk
d=198, while one has only field "description" and the other has only field "title". Is it possible to append? Or is my settings "allowDup" incorrect? Many thanks! -- View this message in context: http://www.nabble.com/Is-it-possible-to-have-%22append%22-kind-update