Re: DSE Search : NPE when executing Solr CQL queries using solr_query

2016-05-09 Thread Joseph Tech
hi, I have posted this as the latest "answer" (though it isn't really) with all details on stackoverflow http://stackoverflow.com/questions/27966440/normal-query-on-cassandra-using-datastax-enterprise-works-but-not-solr-query . Hope someone from DS can help. Thanks, Joseph On Tue, Apr 12, 2016 a

Re: DSE Search : NPE when executing Solr CQL queries using solr_query

2016-04-12 Thread Jack Krupansky
You'll have to use StackOverflow or DataStax for support on DSE Search. It looks like you have a Field Output Transformer ( *UserFieldOutputTransformer.java*). The NPE might be related to processing that occurs there - try removing this FOT and see if the NPE still occurs. For example, maybe the F

DSE Search : NPE when executing Solr CQL queries using solr_query

2016-04-12 Thread Joseph Tech
hi, I am facing an issue where Solr queries executed from cqlsh using the solr_query field is throwing an NPE in system.log, while cqlsh shows the following error: Unable to complete request: one or more nodes were unavailable. These queries work fine thru the Solr admin console UI. Below is th