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
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
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
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
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).