I have the same exact problem as the OP and can't seem to figure out why it's not working.
The indexed field to derive suggestions from is "name_auto" which is of type "text_general" in schema.xml. I made some copyFields to have certain fields be put into "name_auto." I can see that "name_auto" is being populated by running the following: http://localhost:8983/solr/select/?q=*:*&fl=name_auto,doc_type However when I do: http://localhost:8983/solr/suggest?q=vng I only get "numFound" = 6 which isn't correct. It should be 2701. One thing I've tried as a troubleshooting method is to only create a copyField to put "gene_name" into "name_auto" and it doesn't get populated. However, if I create a copyField for "gene_function_name" that gets copied into "name_auto" just fine. Both gene_name and gene_function_name are fields of a query in my DIH. Any thoughts on where I'm going wrong or how to better troubleshoot? Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Suggest-component-tp2725438p3573835.html Sent from the Solr - User mailing list archive at Nabble.com.