Description
The default configsets used in solr is data_driven_schema_configs, which doesn't work with solr smoke test TestIndexing:testSearch. The reason is in data_driven_schema_configs "name" is treated as StrField, not TextField, so the words will not be tokenized, and lead to unexpected query result.
sample_techproducts_configs should be used.
Attachments
Issue Links
- links to