Kiran Chitturi
Kiran Chitturi
Thank for the contribution. Code looks good but test cases are missing
Can you try including jetty-client into the classpath? We exclude jetty in the shaded jar
We didn't add this due to the auth being exposed but if the opts are controlled via external variable, then this does make sense. Patches are welcome
You need to have these two in your managed schema ``` ```
We don't support that particular syntax for nested fields right now
sbt seems to be the way to go to support multiple scala versions. We plan to move to Scala 2.12 along with Spark 3 upgrade
If the field list has any text fields, then we do use select handler. I think the issue here is on the Solr server not working with `/select` handler
make sure you jar is not corrupted and include all the dependencies. Add the jar via packages https://github.com/lucidworks/spark-solr#maven-central
Solr 4.10 is really really old. Solr API's have changed significantly and I don't think it will work Spark 2.4 and Solr 7.4 should work already with version 3.5.19
> Does spark-solr support Realtime GET "natively"? Or can I set the request_handler to "/get" and specify "solr.params" -> "ids:12345" in the options? Currently, we don't support real time GET...