Re: Single node Solr FTs not working

2016-04-12 Thread Joseph Tech
Hi, Fixed this problem finally. The "*name*" attribute for fieldInputTransformer and fieldOutputTransformer in the solrconfig.xml MUST have the value "*dse*" . This was the value given in documentation and the FT blog. I had changed it to a different name to make it more readable, and seems it

Re: Single node Solr FTs not working

2016-03-19 Thread Jack Krupansky
Have you verified that the documented reference example functions as expected on your system? If so, then incrementally morph it towards your own code to discover exactly at which stage the problem occurs. Or just having the reference example side by side with your own code/schema/table will help

Single node Solr FTs not working

2016-03-19 Thread Joseph Tech
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

Re: Single node Solr FTs not working

2016-03-18 Thread Joseph Tech
I had verified that it works on a 2-node cluster where one is setup as online, and the other as search. That's on our customer env where I don't have full access, and this is the only difference I could see so far. On Mar 18, 2016 8:15 PM, "Jack Krupansky" wrote: > Have