Houston Putman created SOLR-14199: ------------------------------------- Summary: Enforce omitNorms for PointFields Key: SOLR-14199 URL: https://issues.apache.org/jira/browse/SOLR-14199 Project: Solr Issue Type: Bug Security Level: Public (Default Security Level. Issues are Public) Affects Versions: master (9.0) Reporter: Houston Putman
Currently numeric PointFields allow users to specify {{omitNorms=false}} when defined in the schema, however these fields do not actually support norms, as pointed out here. Point fields should check on initialization that they are not created with this unsupported option. So that randomized testing of Trie & Point fields continue to work, using norms with Point fields should be allowed when the flag {{TEST_HACK_IGNORE_USELESS_TRIEFIELD_ARGS}} is set to {{true}}. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org