: where is a Jar, containing org.apache.solr.client.solrj.embedded? Classes in the embedded package are useless w/o the rest of the Solr internal "core" classes, so they are included directly in the apache-solr-core-1.4.1.jar.
(i know .. the directory structure doesn't make a lot of sense) : Also I can't find any other sources than : >http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/src/webapp/src/org/apache/solr/client/solrj/embedded/ : , which does not fit to Solr 1.4. All the source code for Solr 1.4.1 is included in the 1.4.1 release artifacts (the tgz or zip files) .. if you want to find it in SVN it's located here... https://svn.apache.org/repos/asf/lucene/solr/tags/release-1.4.1/ -Hoss