You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/04/07 01:00:20 UTC

[Solr Wiki] Trivial Update of "Solrj" by GregPendlebury

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "Solrj" page has been changed by GregPendlebury.
http://wiki.apache.org/solr/Solrj?action=diff&rev1=56&rev2=57

--------------------------------------------------

          </dependency>
  }}}
  
- Also, if using !EmbeddedSolrServer, keep in mind that Solr depends on the Servlet API. This may already be present in your we based applications, but even command line will require a depency like so:
+ Also, if using !EmbeddedSolrServer, keep in mind that Solr depends on the Servlet API. This may already be present in your web based applications, but even command line will require a dependency like so:
  {{{
          <dependency>
                 <groupId>javax.servlet</groupId>