Hoss Man created SOLR-10989: ------------------------------- Summary: Randomize PointFields and general cleanup in schema files that have completley unused Trie fieldTYpes Key: SOLR-10989 URL: https://issues.apache.org/jira/browse/SOLR-10989 Project: Solr Issue Type: Sub-task Security Level: Public (Default Security Level. Issues are Public) Reporter: Hoss Man Assignee: Hoss Man
while working on parent issue i noticed a schema filed that declared some TrieField fieldTypes that were completely unused by and field or dynamicField declarations. so i write a quick little perl script to find more of these, manually cleaned up all the ones that seemed like no brainers, and then added the points randomization to replace the remaining Trie fieldtypes (that are used) in these schemas... * core/src/test-files/solr/collection1/conf/bad-schema-dup-fieldType.xml * core/src/test-files/solr/collection1/conf/schema-binaryfield.xml * core/src/test-files/solr/collection1/conf/schema-copyfield-test.xml * core/src/test-files/solr/collection1/conf/schema-customfield.xml * core/src/test-files/solr/collection1/conf/schema-non-stored-docvalues.xml * core/src/test-files/solr/collection1/conf/schema-not-required-unique-key.xml * core/src/test-files/solr/collection1/conf/schema-replication1.xml * core/src/test-files/solr/collection1/conf/schema-replication2.xml * core/src/test-files/solr/collection1/conf/schema-required-fields.xml * core/src/test-files/solr/collection1/conf/schema-reversed.xml * core/src/test-files/solr/collection1/conf/schema-tokenizer-test.xml * core/src/test-files/solr/collection1/conf/schema-version-dv.xml * core/src/test-files/solr/collection1/conf/schema-version-indexed.xml -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org