Kiran Chitturi
Kiran Chitturi
Which version of the library are you using?
Can you upload a sample dataset for us to reproduce this scenario?
You should be able to. The code only de serializes based on the datatype passed from the Spark dataframe
Please check that spark-solr jar is on the classpath or in your shaded jar
Please check if you have the right zkhost and check the logs
Make sure the jar is present on the driver classpath. Check the logs for driver classpath
Thanks @theoathinas for the contribution. Can you also add a unit test here? This class is the right place to add https://github.com/lucidworks/spark-solr/blob/master/src/test/scala/com/lucidworks/spark/RelationTestSuite.scala
Also, spark-solr only creates fields if they don't exist already. If you don't want spark-solr to not create fields, then pre-create all your fields before starting your index operation
ah, yeah. There is no config option to disable the field additions right now. We should add one :) On Fri, Mar 8, 2019 at 1:32 PM Allan Baliberdin wrote:...
Contributions are welcome ;)