o19s / trireme

Migration tool providing support for Apache Cassandra, DataStax Enterprise Cassandra, & DataStax Enterprise Solr.
BSD 4-Clause "Original" or "Old" License
37 stars 11 forks source link

Support pushing all files under a solr core to DSE solr #10

Closed bradfordcp closed 9 years ago

bradfordcp commented 9 years ago

For example, I may want a stopwords.txt file uploaded along with my core. Currently only the schema.xml and solrconfig.xml file are pushed.

epugh commented 9 years ago

Out of curiosity, is any of the "restful" schema stuff used in DSE? So instead of pushing up a schema.xml file, you end up just creating those fields. Maybe your migration script could do both C* and Solr at the same time...

https://cwiki.apache.org/confluence/display/solr/Schema+API https://cwiki.apache.org/confluence/display/solr/Managed+Resources