Hi, I had setup a single-node DSE 4.8.x to start in Search mode to explore some aspects of Solr search with field transformers (FT). Even though the configuration seems fine and Solr admin shows the indexed data, and searches on the actual fields (stored=true) work fine, but the FTs are not being invoked during the indexing and the search using fields managed by the FT don't work , i.e the evaluate(), addFieldToDocument() etc are not invoked. There are no ERRORs or similar indications in system.log, and solrvalidation.log is not having any entries too.
The only warnings are during node startup for the non-stored fields like xyz WARN [SolrSecondaryIndex checkout.cart index initializer.] 2016-03-16 17:24:57,956 CassandraIndexSchema.java:537 - No Cassandra column found for field: xyz The FT configuration was verified by changing the FT's class name in solrconfig.xml and it threw a ClassNotFoundException, which didnt appear with the right classname was given. The data is being inserted and retrieved from the same node. Please suggest any pointers to debug this. Thanks, Joseph