Re: Solr 6 fail to index images

2016-06-07 Thread Alexandre Rafalovitch
How do you map all those fields right now to a PointMap? Seems the same issue there, so if you solved it for one, you solved it for another by using a regex to match field names. Specifically, RegexReplaceProcessorFactory inherits from FieldMutatingUpdateProcessorFactory, which means it can match

Re: Solr 6 fail to index images

2016-06-07 Thread Jeferson dos Anjos
The problem with this solution is that I need to know all possible fields that can generate this type of error. For example, TIFF images get different errors. = / 2016-06-06 15:13 GMT-03:00 Shawn Heisey : > On 6/6/2016 10:56 AM, Jeferson dos Anjos wrote: > > I'm trying to index images on SOLR, bu

Re: Solr 6 fail to index images

2016-06-06 Thread Shawn Heisey
On 6/6/2016 10:56 AM, Jeferson dos Anjos wrote: > I'm trying to index images on SOLR, but I get the following error: > ERROR: [doc=5b36cb2b78072e41] Error adding field > 'media_black_point'='(0.012054443, 0.012496948, 0.010314941)' msg=For > input string: "(0.012054443" It looks like it's a problem