Re: Atomic Update Failure With solr.UUID Field

2018-09-17 Thread Chris Hostetter
solr-user@lucene.apache.org : Subject: Re: Atomic Update Failure With solr.UUID Field : : Hi All, : : Just checking back in. Did anyone have a chance to take a look? Would love : to get some help here. My design requires docs with many UUIDs which should : not need to be updated each time and should be

Re: Atomic Update Failure With solr.UUID Field

2018-08-29 Thread Stephen Lewis Bianamara
Hi All, Just checking back in. Did anyone have a chance to take a look? Would love to get some help here. My design requires docs with many UUIDs which should not need to be updated each time and should be optimally performant for filters. So I think this bug is currently a hard blocker for me to

Re: Atomic Update Failure With solr.UUID Field

2018-08-22 Thread Stephen Lewis Bianamara
Hello again! I found a thread which seems relevant. It looks like someone else found this occurred as well, but did not follow up with repro steps. But I did! :)

Atomic Update Failure With solr.UUID Field

2018-08-21 Thread Stephen Lewis Bianamara
Hello SOLR Community, I'm prototyping a collection on SOLR 6.6.3 with UUID fields, and I'm hitting some trouble with atomic updates. At a high level, here's the problem: suppose you have a schema with an optional field of type solr.UUID field, and a document with a value for that field. Any