Re: maxChars no longer working on CopyField as of 7.7

2019-08-15 Thread Chris Troullis
Thanks Erik. I created SOLR-13699. I agree wrt adding a Unit Test, that was my thinking as well. I am currently working on a test, and then I will submit my patch. Thanks, Chris On Thu, Aug 15, 2019 at 1:06 PM Erick Erickson wrote: > Chris: > > I certainly don’t see anything in JIRA about this

Re: maxChars no longer working on CopyField as of 7.7

2019-08-15 Thread Erick Erickson
Chris: I certainly don’t see anything in JIRA about this, so please do raise a JIRA, especially as you already have a patch! It’d be great if you added a test case demonstrating this that fails without your patch and succeeds after. I’d just add a method to one of the existing tests, maybe in so

maxChars no longer working on CopyField as of 7.7

2019-08-15 Thread Chris Troullis
Hi all, We recently upgraded from Solr 7.3 to 8.1, and noticed that the maxChars property on a copy field is no longer functioning as designed. Per the most recent documentation it looks like there have been no intentional changes as to the functionality of this property, so I assume this is a bug