THANK YOU!!!!
Now I just have to get an Alephino Driver :)
Susanne
Von: Demian Katz [mailto:demian.katz@...]
Gesendet: Freitag, 8. Februar 2013 14:23
An: Gill Susanne; vufind-general@...
Cc: solrmarc-tech@...
Betreff: RE: Solr index is offline
Yes, the problem is a port conflict -- the key message is:
java.net.BindException: Address already in use
You can either figure out what else is using port 8080 and turn that off, or else you can change the port used by Solr. Here are instructions for changing the Solr port:
http://vufind.org/wiki/security#changing_the_solr_port_number
Hopefully a nearby port (8081 or 8082, for example) will be available for use.
- Demian
________________________________
From: Gill Susanne [Susanne.Gill@...]
Sent: Friday, February 08, 2013 8:19 AM
To: Demian Katz; vufind-general@...>
Cc: solrmarc-tech@...>
Subject: AW: Solr index is offline
Sure :)
Von: Demian Katz [mailto:demian.katz@...]>
Gesendet: Freitag, 8. Februar 2013 14:16
An: Gill Susanne; vufind-general@...>
Cc: solrmarc-tech@...>
Betreff: RE: Solr index is offline
Could you share the full jetty.log for the failed startup (or at least the last few lines)? I don't think the "JNDI not configured" error is a fatal problem -- there might be a different clue in the log that points to the main problem. (The most common issue is a port conflict -- something else using 8080 -- but there are other possibilities as well).
- Demian
________________________________
From: Gill Susanne [Susanne.Gill@...]
Sent: Friday, February 08, 2013 8:05 AM
To: vufind-general@...>
Cc: solrmarc-tech@...>
Subject: [VuFind-General] Solr index is offline
Hi,
I'm trying to start vufind on a Testsystem. But I get the "Solr index is offline" message. If I try to access url:8080/solr I get a 404<UrlBlockedError.aspx>. In the jetty.log is the following INFO: JNDI not configured for solr (NoInitialContextEx)
Any suggestions?
Susanne
Mit freundlichen Grüßen,
Susanne Gill, BA
Bibliotheksassistentin
Fachhochschule Kufstein Tirol Bildungs GmbH
UNIVERSITY OF APPLIED SCIENCES
Andreas Hofer-Straße 7, A-6330 Kufstein
Tel. + 43 5372 71819 105, Fax -104
susanne.gill@...> http://www.fh-kufstein.ac.at<http://www.fh-kufstein.ac.at>
FN 183013 m Landesgericht Innsbruck
Von: Demian Katz [mailto:demian.katz@...]>
Gesendet: Freitag, 8. Februar 2013 13:51
An: Stephen Hovey; vufind-general@...>
Cc: solrmarc-tech@...>
Betreff: Re: [VuFind-General] marcimport question
The answer for ISBN is easy -- ISBN is in the 020 field, but the default getAllSearchableFields configuration is only looking at fields 100 through 900.
Publish date usually comes from 260c, so I'm not sure why that would be missing... but if your import rules are pulling it from some other place (like 008, which also includes date information), then the missing data would make more sense.
In any case, the easiest solution to the problem, rather than changing the indexing rules, would be to add publishDate and isbn to the AllFields: search definition in searchspecs.yaml.
Let me know if you need more details.
- Demian
________________________________
From: Stephen Hovey [hoveys@...]
Sent: Friday, February 08, 2013 7:44 AM
To: Demian Katz; vufind-general@...>
Cc: solrmarc-tech@...>
Subject: RE: marcimport question
Well the issue I am trying to research is why fields like publish date, and isbn do not seem to be searchable when using the all fields search.
From: Demian Katz [mailto:demian.katz@...]>
Sent: Friday, February 08, 2013 7:11 AM
To: Stephen Hovey; vufind-general@...>
Cc: solrmarc-tech@...>
Subject: RE: marcimport question
I'm copying this thread to the solrmarc-tech list, since it is also relevant there.
This is a built-in function of SolrMarc. You can see the code here:
http://code.google.com/searchframe#2OX9XFxfm0w/trunk/lib/solrmarc/src/org/solrmarc/index/SolrIndexer.java&q=getallsearchablefields%20package:solrmarc%5C.googlecode%5C.com&l=2751
Its purpose is to get all possible searchable text out of the MARC record and dump it into the "allfields" field to make it accessible via Solr.
There's actually a small problem with using this function: since it concatenates all of the text together, it can create false positive phrase searches if you search for a phrase that contains the end of one field and the beginning of another. This problem was solved very recently when I closed the http://vufind.org/jira/browse/VUFIND-680 ticket in JIRA -- as of this week, VuFind 2.0 has a multi-valued allfields field and accepts each searchable field separately via the getAllFieldsAsSet() method.
- Demian
________________________________
From: Stephen Hovey [hoveys@...]
Sent: Friday, February 08, 2013 7:01 AM
To: vufind-general@...>
Subject: [VuFind-General] marcimport question
When I see a line in marc.properties like this:
allfields = custom, getAllSearchableFields(100, 900)
What/where exactly is this custom function?
Stephen Hovey
IT Administrator
Buffalo & Erie County Public Library
716-858-6004
hoveys@...>
________________________________
The Buffalo & Erie County Public Library System has more than 2.6 million materials available for borrowing including books, eBooks, DVDs, music and more. Free library card applications can be downloaded and taken to any of the 37- local public libraries for processing. A valid form of identification and proof of address is necessary. For more information call 716-858-8900 or visit http://www.BuffaloLib.org<http://www.BuffaloLib.org> .
________________________________
The Buffalo & Erie County Public Library System has more than 2.6 million materials available for borrowing including books, eBooks, DVDs, music and more. Free library card applications can be downloaded and taken to any of the 37- local public libraries for processing. A valid form of identification and proof of address is necessary. For more information call 716-858-8900 or visit http://www.BuffaloLib.org<http://www.BuffaloLib.org> .
|