Hmmm, I imagine this is due to the lucene back compat bugs that were in 4.10, and the fact that the last release of heliosearch was branched off of the 4x branch.
I just tried moving an index back and forth between my local heliosearch copy and solr 4.10.1 and things worked fine. Here's the snapshot I just tested that you can use until the next release comes out: https://www.dropbox.com/s/x9rs5yfousvkrnj/solr-hs_0.08snapshot.tgz?dl=0 -Yonik http://heliosearch.org - native code faceting, facet functions, sub-facets, off-heap data On Thu, Oct 9, 2014 at 1:51 AM, Norgorn <lsunnyd...@mail.ru> wrote: > When I try to simple copy index from native SOLR to Heliosearch, i get > exception: > > Caused by: java.lang.IllegalArgumentException: A SPI class of type > org.apache.lu > cene.codecs.Codec with name 'Lucene410' does not exist. You need to add the > corr > esponding JAR file supporting this SPI to your classpath.The current > classpath s > upports the following names: [Lucene40, Lucene3x, Lucene41, Lucene42, > Lucene45, > Lucene46, Lucene49] > > Is there any proper way to add index from native SOLR to Heliosearch? > > The problem with native SOLR is that there are lot of OOM Exceptions (cause > of large index). > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Index-to-Helio-Search-tp4163446.html > Sent from the Solr - User mailing list archive at Nabble.com.