Re: ExtractingRequestHandler and SolrRequestHandler issue

2009-04-29 Thread francisco treacy
knows. Couldn't find related info on the wiki, so for now I will go about just creating a soft link to the examples conf dir. Francisco 2009/4/27 francisco treacy : > Thanks for your answers. Still no success. > >>> These need to be in your Solr home lib, not example/lib.  I so

Re: ExtractingRequestHandler and SolrRequestHandler issue

2009-04-27 Thread francisco treacy
a message. Thanks Francisco 2009/4/22 Peter Wolanin : > I had problems with this when trying to set this up with multiple > cores - I had to set the shared lib as: > > > > in example/solr/solr.xml in order for it to find the jars in example/solr/lib > > -Peter

Re: ExtractingRequestHandler and SolrRequestHandler issue

2009-04-20 Thread francisco treacy
s, in order to avoid ClassNotFoundExceptions at startup. These are apache-solr-core-nightly.jar apache-solr-solrj-nightly.jar slf4j-api-1.5.5.jar slf4j-jdk14-1.5.5.jar even while using solr nightly war (in example/webapps). Perhaps something wrong with jar versions? Francisco 2009/4/20 francisco treacy : > Hi

Re: ExtractingRequestHandler and SolrRequestHandler issue

2009-04-20 Thread francisco treacy
org.mortbay.start.Main.start(Main.java:497) at org.mortbay.start.Main.main(Main.java:115) Thanks Francisco 2009/4/20 Grant Ingersoll : > Can you give the full stack trace? > > On Apr 20, 2009, at 6:49 AM, francisco treacy wrote: > >> Hi all, >> >> I am un

ExtractingRequestHandler and SolrRequestHandler issue

2009-04-20 Thread francisco treacy
Hi all, I am unsuccessfully attempting to use the ExtractingRequestHandler (indexing documents via Tika, Solr cell). I start Solr from the example app (start.jar), but point to my own Solr conf, where I have last_modified true Using the nightly builds (2009-04-17).