Yeah I&#39;d do what Jason suggested. I wonder if the script didn&#39;t execute a commit. You should still be able to see some kind of indicator in the solr admin:<br><br><a href="http://localhost:8983/solr/admin/stats.jsp">http://localhost:8983/solr/admin/stats.jsp</a><br>
<br>Matt<br><br><div class="gmail_quote">On Thu, May 1, 2008 at 2:40 PM, Jason Ronallo &lt;<a href="mailto:jronallo@gmail.com">jronallo@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Jonathan,<br>
Have you started up solr?<br>
&gt;From within the trunk/rails directory you can run: rake solr_int:start<br>
to start solr + jetty<br>
Then you can go to <a href="http://localhost:8983/solr/admin" target="_blank">http://localhost:8983/solr/admin</a> (I think that&#39;s<br>
the correct port)<br>
do the query: [* TO *]<br>
and see what your results are.<br>
<br>
At least that&#39;s what I&#39;d try.<br>
<font color="#888888"><br>
Jason<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Thu, May 1, 2008 at 2:32 PM, Jonathan Rochkind &lt;<a href="mailto:rochkind@jhu.edu">rochkind@jhu.edu</a>&gt; wrote:<br>
&gt; 1. On unix, you&#39;ve got to re-save index_file.sh with unix line endings (or<br>
&gt; at least the first line), so it will find the interpreter properly instead<br>
&gt; of saying:<br>
&gt;<br>
&gt; &nbsp;-bash: ./index_file.sh: /bin/sh^M: bad interpreter: No such file or<br>
&gt; directory<br>
&gt;<br>
&gt; &nbsp;2. The sample file name given in GettingStarted.txt is not quite right.<br>
&gt; NOT:<br>
&gt; &nbsp;./index_file.sh sample_records/selected_recs.mrc importSamples.properties<br>
&gt; &nbsp;BUT INSTEAD:<br>
&gt; &nbsp;./index_file.sh sample_records/selectedRecs.mrc importSamples.properties<br>
&gt;<br>
&gt; &nbsp;With that, it SAYS it indexed the files---but they don&#39;t seem to actually<br>
&gt; show up in my blacklight installation. I pointed solr.path in<br>
&gt; importSamples.properties at the solr that&#39;s embedded with blacklight, that&#39;s<br>
&gt; right, right? Hmm, how do I confirm that these 8 records actually ARE in<br>
&gt; blacklight? &nbsp;Blacklight used to show ALL records as it&#39;s default screen, but<br>
&gt; I don&#39;t think it does anymore--nor is it showing ANY facets on the home<br>
&gt; page, like it used to. Does this mean that I for some reason haven&#39;t in fact<br>
&gt; succesfully imported the records?<br>
&gt;<br>
&gt; &nbsp;Thanks all.<br>
&gt;<br>
&gt; &nbsp;Jonathan<br>
&gt;<br>
&gt; &nbsp;--<br>
&gt; &nbsp;Jonathan Rochkind<br>
&gt; &nbsp;Digital Services Software Engineer<br>
&gt; &nbsp;The Sheridan Libraries<br>
&gt; &nbsp;Johns Hopkins University<br>
&gt; &nbsp;410.516.8886 rochkind (at) <a href="http://jhu.edu" target="_blank">jhu.edu</a><br>
&gt;<br>
&gt; &nbsp;_______________________________________________<br>
&gt; &nbsp;Blacklight-development mailing list<br>
&gt; &nbsp;<a href="mailto:Blacklight-development@rubyforge.org">Blacklight-development@rubyforge.org</a><br>
&gt; &nbsp;<a href="http://rubyforge.org/mailman/listinfo/blacklight-development" target="_blank">http://rubyforge.org/mailman/listinfo/blacklight-development</a><br>
&gt;<br>
_______________________________________________<br>
Blacklight-development mailing list<br>
<a href="mailto:Blacklight-development@rubyforge.org">Blacklight-development@rubyforge.org</a><br>
<a href="http://rubyforge.org/mailman/listinfo/blacklight-development" target="_blank">http://rubyforge.org/mailman/listinfo/blacklight-development</a><br>
</div></div></blockquote></div><br>