Hi,
I want to make search on multiple column families. In the examples of dse, there is only one schema. I have tried writing multiple schema definitions to schema.xml file and writing schema defitinitions to different files and calling them separately.
When I type all schema definitions to one file, I'm getting
----
WARNING: "java.lang.RuntimeException: org.apache.solr.common.SolrException: Schema Parsing Failed: Premature end of file."
Posted solrconfig.xml to http://localhost:8983/solr/resource/keyspace.Badges/solrconfig.xml
WARNING: "java.lang.RuntimeException: org.apache.solr.common.SolrException: Schema Parsing Failed: The markup in the document following the root element must be well-formed."
Posted schema.xml to http://localhost:8983/solr/resource/keyspace.Badges/schema.xml
----
errors.
If I want to post separately I'm getting, schema.xml file is not found.
What is the ideal way of using multiple schema files?
Thanks.
