Re: 8.3.0: Invalid UUID String while indexing document with a UUID field

2019-11-14 Thread Boris Chazalet
Last thing to note, that doesn't happen on the standalone 8.3.0 version of solr, as this is where I did my preliminary testing without any problem. On Thu, 14 Nov 2019 at 15:25, Boris Chazalet wrote: > Thanks both for the advice. > > Erick, which message were you referring to when

Re: 8.3.0: Invalid UUID String while indexing document with a UUID field

2019-11-14 Thread Boris Chazalet
language > 3> use a PatternReplaceCharFilter to transform this before it gets to the > indexing process. I’m not totally sure this’ll work, I’m not sure where > this check is done, but it’d be the easiest if it does. > > Best, > Erick > > > > > On No

Re: 8.3.0: Invalid UUID String while indexing document with a UUID field

2019-11-14 Thread Boris Chazalet
; > Am 14.11.2019 um 14:09 schrieb Boris Chazalet < > bchaza...@companywatch.net>: > > > >  > > I dug a little in the dataimport code, and there's a special case for > BigDecimal in the JdbcDataSource class, here exactly: > > > https://github.com/ap

Re: 8.3.0: Invalid UUID String while indexing document with a UUID field

2019-11-14 Thread Boris Chazalet
If that's right, I'd be happy to try to provide a bug fix, although do not know the first about contributing to the solr project. On Thu, 14 Nov 2019 at 14:09, Boris Chazalet wrote: > I dug a little in the dataimport code, and there's a special case for > BigDecimal in the

Re: 8.3.0: Invalid UUID String while indexing document with a UUID field

2019-11-14 Thread Boris Chazalet
mport/JdbcDataSource.java#L403 I believe we might need the same kind of logic for a UUID object coming directly from the jdbc driver. On Thu, 14 Nov 2019 at 13:46, Boris Chazalet wrote: > Thanks for your response Jörn. Yes, I saw the prefix and I suspect this is > the problem. But I'm not doing any

Re: 8.3.0: Invalid UUID String while indexing document with a UUID field

2019-11-14 Thread Boris Chazalet
like this in the database? Is your import > handler maybe receiving a java object java.util.UUID and it is not > converted correctly to string? > > > Am 14.11.2019 um 11:52 schrieb Boris Chazalet < > bchaza...@companywatch.net>: > > > >  > > > > Hi

Re: 8.3.0: Invalid UUID String while indexing document with a UUID field

2019-11-14 Thread Boris Chazalet
Also, if I manually add the document from collection's document tab in the UI (using /update handler with CSV Document Type), I just works. On Thu, 14 Nov 2019 at 12:08, Boris Chazalet wrote: > Few things I forgot to mention: > - I'm running on java 8 > - the collectio

Re: 8.3.0: Invalid UUID String while indexing document with a UUID field

2019-11-14 Thread Boris Chazalet
Few things I forgot to mention: - I'm running on java 8 - the collection where the problem happens is made of 3 shards with 3 NRT replicas each. On Thu, 14 Nov 2019 at 11:52, Boris Chazalet wrote: > > Hi, > > I'm running into an issue with Solr 8.3.0: it fails at indexin

8.3.0: Invalid UUID String while indexing document with a UUID field

2019-11-14 Thread Boris Chazalet
Hi, I'm running into an issue with Solr 8.3.0: it fails at indexing a schema with UUID field. I'm using a SolrCloud setup with 3 instances, and I'm using the DIH to fetch and index the data from a postgres database. In schema.xml I have: The data-config is a simple select, the uuid f