<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I tried the importer just now (just pulled it from svn, too.) and hit a few bumps also. &nbsp;I concur with the index.sh problems ... I just ended up executing the java command directly from the command line.<br><br>I believe the sample data has a record with two 020 subfield a values. &nbsp;From the output of the importer on the sample file:<div><br></div><div>Adding record 8: u89<br>Error indexing<br>org.apache.solr.common.SolrException: ERROR: multiple values encountered for non multiValued field isbn_display: first='0877663637' second='0877663343 (pbk.)'<br><span class="Apple-tab-span" style="white-space:pre">        </span>at org.apache.solr.update.DocumentBuilder.addSingleField(DocumentBuilder.java:67)<br><span class="Apple-tab-span" style="white-space:pre">        </span>at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:88)<br><span class="Apple-tab-span" style="white-space:pre">        </span>at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:118)<br><span class="Apple-tab-span" style="white-space:pre">        </span>at org.apache.solr.update.DocumentBuilder.addField(DocumentBuilder.java:101)<br><span class="Apple-tab-span" style="white-space:pre">        </span>at SolrIndexer.addField(Unknown Source)<br><span class="Apple-tab-span" style="white-space:pre">        </span>at SolrIndexer.addFields(Unknown Source)<br><span class="Apple-tab-span" style="white-space:pre">        </span>at SolrIndexer.indexRecord(Unknown Source)<br><span class="Apple-tab-span" style="white-space:pre">        </span>at MarcImporter.addToIndex(Unknown Source)<br><span class="Apple-tab-span" style="white-space:pre">        </span>at MarcImporter.importRecords(Unknown Source)<br><span class="Apple-tab-span" style="white-space:pre">        </span>at MarcImporter.main(Unknown Source)<br>Adding record 9: u144<br><br></div><div>The SOLR schema.xml file in &nbsp;blacklight/solr-home/conf directory &nbsp;says that all *_display fields are NOT multiValued.</div><div><br></div><div>To get the sample data to index without an error, it's just a matter of changing one line in the blacklight.properties file:</div><div><br></div><div>from:</div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span style="color: #0000e6">field_list_25a</span> <span style="color: #808030">=</span> isbn<span style="color: #808030">_</span>display<span style="color: #808030">,</span> all<span style="color: #808030">,</span> 020a</div><div><font class="Apple-style-span" face="Monaco" size="3"><span class="Apple-style-span" style="font-size: 11px;"><br></span></font></div><div><font class="Apple-style-span" face="Monaco" size="3"><span class="Apple-style-span" style="font-size: 11px;">to</span></font></div><div><font class="Apple-style-span" face="Monaco" size="3"><span class="Apple-style-span" style="font-size: 11px;"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span style="color: #0000e6">field_list_25a</span> <span style="color: #808030">=</span> isbn<span style="color: #808030">_</span>display<span style="color: #808030">,</span>&nbsp;first<span style="color: #808030">,</span> 020a</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">HOWEVER, I am still getting a</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 12px/normal Helvetica; ">java.lang.RuntimeException: org.apache.lucene.index.CorruptIndexException: Unknown format version: -4</div><div><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font></div><div><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px;">when trying to view the index with solr &nbsp;(<a href="http://yer.path:8983/solr/admin">http://yer.path:8983/solr/admin</a> ).</span></font></div><div><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font></div><div><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px;">But I can look at the same index with luke without a problem.</span></font></div><div><font class="Apple-style-span" face="Helvetica" size="3"><span class="Apple-style-span" style="font-size: 12px;"><br></span></font></div><div><br></div></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">- Naomi Dushay</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; ">Stanford University Libraries</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Monaco; "><span class="Apple-style-span" style="font-family: Helvetica; font-size: 12px; "><a href="mailto:ndushay@stanford.edu">ndushay@stanford.edu</a></span></div></span></font></div></div><div><br><br><br></div></body></html>