lucene/client/java/solrj
Ryan McKinley 6d8ae540e2 SOLR-215 -- extracting multicore config stuff from SOLR-350. This does three key things (that will make SOLR-350 easier to maintain)
1. extract SolrCore from SolrRequestParser -- this lets it be shared across cores
2. go back to the 1.2 interface for XmlUpdateRequestHandler
  public void doLegacyUpdate(Reader input, Writer output)
3. add a constructor to Config that lets you set the instanceDir explicitly (otherwise it forced static and needs to be specified as a property)


git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578507 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 21:44:38 +00:00
..
lib solrj upgrade to commons-httpclient-3.1.jar (API is compatible) 2007-09-11 02:18:18 +00:00
src/org/apache/solr/client/solrj SOLR-215 -- extracting multicore config stuff from SOLR-350. This does three key things (that will make SOLR-350 easier to maintain) 2007-09-22 21:44:38 +00:00
test/org/apache/solr/client/solrj SOLR-360 -- removing static JUnit references 2007-09-19 20:33:03 +00:00
CHANGES.txt SOLR-280 -- changing the SolrDocument/SolrInputDocument implementation so each one as as efficient as it can be. The API changes mostly affect solrj users. 2007-07-02 05:19:22 +00:00
LICENSE.txt removing XPP, jetty, and snowball license info -- they aren't included in solrj 2007-07-05 22:47:59 +00:00