dsmiley commented on code in PR #3919: URL: https://github.com/apache/solr/pull/3919#discussion_r2614347412
########## solr/modules/language-models/src/test-files/solr/collection1/conf/schema-language-models.xml: ########## @@ -39,6 +40,8 @@ <field name="_version_" type="plong" indexed="true" stored="true" multiValued="false" /> <field name="_text_" type="text_general" indexed="true" stored="false" multiValued="true"/> <copyField source="*" dest="_text_"/> + <field name="vectorised" type="boolean" indexed="true" stored="false" docValues="true" default="false"/> Review Comment: Ah! I overlooked the fact that this configuration is scoped to this module. With that in mind, I don't care much what you do with it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
