Hi, I am using solr 3.5 version. I moved the data import handler files from solr 1.4(which I used previously) to the new solr. When I tried to start the solr 3.5, I got the following message in my log
WARNING: XML parse warning in "solrres:/dataimport.xml", line 2, column 95: Include operation failed, reverting to fallback. Resource error reading file as XML (href='solr/conf/solrconfig_master.xml'). Reason: Can't find resource 'solr/conf/solrconfig_master.xml' in classpath or '/solr/apache-solr-3.5.0/example/multicore/core1/conf/', cwd=/solr/apache-solr-3.5.0/example The partial content of dataimport file that I used in solr1.4 is as follows <xi:include href="solr/conf/solrconfig_master.xml" xmlns:xi="http://www.w3.org/2001/XInclude"> <xi:fallback> <xi:include href="/solr/apache-solr-3.5.0/example/multicore/IncludeFile/File1.xml"/> <xi:include href="/solr/apache-solr-3.5.0/example/multicore/IncludeFile/File2.xml"/> <xi:include href="/solr/apache-solr3.5.0/example/multicore/IncludeFile/File3"/> </xi:fallback> </xi:include> The 3 files given in Fallback tag are present in the location. Does solr 3.5 support fallback? Can someone please suggest a solution? Also, I got the following warnings in my log while starting solr 3.5 WARNING: the luceneMatchVersion is not specified, defaulting to LUCENE_24 emulation. You should at some point declare and reindex to at least 3.0, because 2.4 emulation is deprecated and will be removed in 4.0. This parameter will be mandatory in 4.0. The solution i got after googling is to apply a patch. Is there any other option other than applying this patch to overcome the warnings? Which is the best option. Kindly help me out. Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/Query-in-starting-solr-3-5-tp3725372p3725372.html Sent from the Solr - User mailing list archive at Nabble.com.