Yeah I'd do what Jason suggested. I wonder if the script didn'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 <<a href="mailto:jronallo@gmail.com">jronallo@gmail.com</a>> 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>
>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's<br>
the correct port)<br>
do the query: [* TO *]<br>
and see what your results are.<br>
<br>
At least that's what I'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 <<a href="mailto:rochkind@jhu.edu">rochkind@jhu.edu</a>> wrote:<br>
> 1. On unix, you've got to re-save index_file.sh with unix line endings (or<br>
> at least the first line), so it will find the interpreter properly instead<br>
> of saying:<br>
><br>
> -bash: ./index_file.sh: /bin/sh^M: bad interpreter: No such file or<br>
> directory<br>
><br>
> 2. The sample file name given in GettingStarted.txt is not quite right.<br>
> NOT:<br>
> ./index_file.sh sample_records/selected_recs.mrc importSamples.properties<br>
> BUT INSTEAD:<br>
> ./index_file.sh sample_records/selectedRecs.mrc importSamples.properties<br>
><br>
> With that, it SAYS it indexed the files---but they don't seem to actually<br>
> show up in my blacklight installation. I pointed solr.path in<br>
> importSamples.properties at the solr that's embedded with blacklight, that's<br>
> right, right? Hmm, how do I confirm that these 8 records actually ARE in<br>
> blacklight? Blacklight used to show ALL records as it's default screen, but<br>
> I don't think it does anymore--nor is it showing ANY facets on the home<br>
> page, like it used to. Does this mean that I for some reason haven't in fact<br>
> succesfully imported the records?<br>
><br>
> Thanks all.<br>
><br>
> Jonathan<br>
><br>
> --<br>
> Jonathan Rochkind<br>
> Digital Services Software Engineer<br>
> The Sheridan Libraries<br>
> Johns Hopkins University<br>
> 410.516.8886 rochkind (at) <a href="http://jhu.edu" target="_blank">jhu.edu</a><br>
><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>
><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>