Not explicitly, this being the requestHandler-section : <requestHandler name="/update" class="solr.UpdateRequestHandler"></requestHandler>
On 2021/05/24 16:15:22, Houston Putman <h...@gmail.com> wrote: > So the backend implementation of the fieldName:[* TO *] query has changed> > as of 8.5 (SOLR-11746 <https://issues.apache.org/jira/browse/SOLR-11746>).> > However I'm not sure that is resulting in the change here.> > > Are you using the RemoveBlankFieldUpdateProcessorFactory?> > > - Houston> > > On Mon, May 24, 2021 at 5:58 AM clemens...@mysign.ch <cl...@mysign.ch>> > wrote:> > > > I have a unit test that tests the "non-emptyness query". As of updating> > > from 7.5.5 to 8.8.2 this very test fails and returns a document that has an> > > empty string ( i.e. "" )> > > The "non-emptyness query" is:> > > fieldName:[* TO *]> > >> > > Has the default "behavior" of the above query changed?> > >> > > Does it possibly have anything to do with> > > RemoveBlankFieldUpdateProcessorFactory?> > >> > > Additional note: so far I haven't made any chages to the solrcofig.xml, so> > > I am still using the same configuration as for 7.5.5> > >> > > Regards> > > Clemens> > >> >