CF9/Solr: cfindex custom fields limitation
On CF9, using Solr, I'm trying to index a database query, but, like Verity in this and previous versions of CF, there is a limitation on the number of custom fields I can index. I know the limitation lies with the cfindex tag as Solr is able to index whatever fields are specified in schema.xml.
One workaround I have in mind is to modify the schema.xml file by adding all the custom fields I need and then index my content using Solr (post.jar?) instead of cfindex. The cfsearch tag should then return all the new fields, not just the 4 custom ones. Has anyone tried to do this? What command do I need to invoke to index the content directly through Solr?
Or, does anyone else have any other workaround suggestions?
Thanks,
-Jose
