You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Tharindu Mathew <mc...@gmail.com> on 2010/10/26 22:16:57 UTC

Jars required in classpath to run embedded solr server?

Hi everyone,

Do we need all lucene jars in the class path for this? Seems that the
solr-solrj and solr-core jars are not enough
(http://wiki.apache.org/solr/Solrj). It is asking for lucene jars in
the classpath. Could I know what jars are required to run this?

Thanks in advance.

-- 
Regards,

Tharindu

Re: Jars required in classpath to run embedded solr server?

Posted by Lance Norskog <go...@gmail.com>.
It requires all of the jars that are packed into solr.war. It is a full 
and complete implementation of indexing and searching.

Tharindu Mathew wrote:
> Hi everyone,
>
> Do we need all lucene jars in the class path for this? Seems that the
> solr-solrj and solr-core jars are not enough
> (http://wiki.apache.org/solr/Solrj). It is asking for lucene jars in
> the classpath. Could I know what jars are required to run this?
>
> Thanks in advance.
>
>