RE: Select streaming expression, add a field to every tuple, replaceor raw not working

2021-02-26 Thread ufuk yılmaz
I tried to debug this to the best of my ability, and it seems the correct name for the “raw” evaluator is “val”. Copied from StreamContext: val=class org.apache.solr.client.solrj.io.eval.RawValueEvaluator I think there’s a small error in stream evaluator documentation of 8.4

Select streaming expression, add a field to every tuple, replace or raw not working

2021-02-26 Thread ufuk yılmaz
Hello all, Solr version 8.4 I have a very simple select expression here. What I’m trying to do is to add a constant value to incoming tuples. My collection has only 1 document. Id_str is of type String. Other fields are Solr generated. { "_version_":1692761378187640832,

Jetty JNDI connection pooling

2021-02-26 Thread Srinivas Kashyap
Hi, Our datasource is oracle db and we are pulling data to solr through JDBC(DIH). I have below entry in jetty.xml jdbc/tss thin :1521:ORCL XXX XXX And we have