Hello, We're in the process of evaluating what it's going to take to migrate from Verity to Solr in CF9.0.1. It's been fairly straightforward so far, but I've run across something, and I'm wondering if anyone might have some advice...
We are using the custom1 through custom4 CF search fields to store information that we need to not be indexed (so they do not affect search results). Verity seems to do this by default. In the Solr collection directory is the config file schema.xml, and in that file are lines <field name="custom1" type="text" indexed="false" stored="true" required="false" /> (where "indexed is whether or not it's indexed, and stored" is whether or not the data is available with the record for use), and these lines are repeated for each customX field. I have changed "indexed" to be false (default was true) for each of them, but after bouncing the Solr service and re-indexing, cfindex still seems to be indexing the data in those fields. I believe I can verify that by changing data in those fields and then re-indexing, and the change ends up being reflected in the search results. Has anyone ever run across this before and have any idea how to resolve this? Thanks for any help. -- David ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:353221 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

