These irritating warnings were fixed with https://issues.apache.org/jira/browse/SOLR-15333 quite a while ago (in Solr 9.0). There's nothing wrong with your field type specification.
Regards Steffen > -----Original Message----- > From: Dmitri Maziuk <dmitri.maz...@gmail.com> > Sent: Mittwoch, 26. Juni 2024 03:33 > To: users@solr.apache.org > Subject: spurious (?) DateRangeField warnings > > Hi all, > > using solr-8.11, with this schema definition: > > <fieldType name="rdate" class="solr.DateRangeField" /> > > I get a bunch of warnings logged: > > AbstractSpatialPrefixTreeFieldType FieldType DateRangeField does not allow > ${foo} to be specified in schema,​ hardcoded behavior is > ${foo}=${bar} > > FVO $foo = (omitNorms, termOfsets, termPositions, omitPositions, > omitTermFreqAndPositins) and $bar = (true, false) > > Anyone know why? > > TIA > Dima