Hi Everyone Is there anything I should be taking into consideration if I have a large number of fields in my Solr's schema.xml file?
I will be indexing records into Solr and as I create documents, each document will have between 20-200 fields. However, due to the natural of my data source, the combined flatten list of fields that I need to include in schema.xml will be upward of 2000 and may reach 3000. My questions are as follows, compare a schema with 300 fields vs. 3000: 1) Will indexing be slower? Require more memory? CPU? 2) Will the index size be larger? If so any idea by what factor? 3) Will searches be slower? Require more memory? CPU? 4) Will the field "type" (float, boolean, date, string, etc.) have any factor? 5) Anything else I should know that I didn't ask? I should make it clear that only about 5 fields will be of type "stored" while everything else will be "indexed". Thanks Steve