Dear Wiki user,

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

The following page has been changed by ryan:
http://wiki.apache.org/solr/Solrj

------------------------------------------------------------------------------
  Solrj is a java client to access solr.  It offers a java interface to add, 
update, and query the solr index.
  
  [[TableOfContents]]
+ 
+ /!\ NOTE -- the default solrj update command expects to use a standard 
!RequestHandler, '''not''' the deprecated !SolrUpdateServlet.  Make sure your 
solrconfig.xml includes:
+ {{{
+   <requestHandler name="/update" class="solr.XmlUpdateRequestHandler" />
+ }}}
+ If your are calling the server.commit() and the documents are not getting 
commited, this is most likely your problem.
+ 
  
  = SolrServer =
  

Reply via email to