Change History
**************

0.4 (2010-02-18)
================

- Some package metadata cleanup.
  [hannosch]

- Added optional java_opts parameter to pass to the Java Virtual
  Machine (JVM) used to run Solr.
  [anguenot]

- Fixed to create the ``solr.log`` file inside the ``log`` folder.
  [deo]

- Made sure to display the invalid index attribute name when raising
  the related error.
  [deo]

- Added support for defining custom field types.
  [deo]

- Added a ``restart`` command to the solr instance control script.
  [deo]


0.3 (2009-09-10)
================

- Added requestParsers-multipartUploadLimitInKB allowing one to
  adjust the request parsers limit.
  [anguenot]

- Added additional-solrconfig allowing one to extend the solrconfig.xml.
  [anguenot]

- Support whitespace in schema index attributes values.
  [anguenot]

- Added default-operator.
  [swampmonkey]

- Added config-template for allowing an alternate template to be used for
  generating the solrconfig.xml file.
  [cguardia]

- Added the ``vardir`` and ``script`` options, making it possible to
  install multiple Solr instances in a single buildout.
  [hathawsh]


0.2 (2008-08-08)
================

- Improved stop command by using SIGTERM instead of SIGHUP.
  [guido_w]

- Made that stdout and stderr get redirected to a log file when daemonizing
  the solr instance.
  [guido_w]

- Added support for setting Solr filters.
  [deo] 


0.1 (2008-07-07)
================

- First public release.
  [dokai]
