Collective-recipe-solrinstance

Latest version: v5.3.3

Safety actively analyzes 629959 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 8

5.0

================

- Recreate solr config on buildout update if the
directory of the solr-instance was deleted.
[mghh]

- New option 'additionalFieldConfig'.
This option allows for additional configuration options
in <fields>...</fields> section of schema.xml
Use this if you have dynamicFields
[mghh]

- New option 'directoryFactory'.
Use it to define the solr directoryFactory for a Solr instance.
[mghh]

- Allow Buildout to be re-run without breaking a running Solr instance.
Previously, Solr required a restart to restore removed files.
[Jc2k]

- Remove ``apache-`` prefix from artifact filenames (jar files) to handle
naming changes introduced with Solr 4.1. Versions earlier than 4.1 will
see this prefix included within configuration files.
[davidjb]

- Ensure Solr 4 templates do not have two ``autoCommit`` directives, mirroring
how Solr 3 templates operate.

**Backwards incompatibility**: if relying on a default ``autoCommit``
directive in Solr 4, you must configure the ``autoCommitMaxDocs`` and/or
``autoCommitMaxTime`` recipe options. A default is no longer provided.
[davidjb]

- Python 3 support added. Python < 2.6 support dropped. Dropped
dependency on iw.recipe.template as Cheetah does not support Python
3. Replaced with Genshi, as used by collective.recipe.template.

**Backwards incompatibility**: custom templates must be converted to
Genshi format.
[mitchellrj]

4.0.1

==================

- Added additional-solrconfig-query allowing one to extend the solrconfig.xml
query section.
[naro]
- Add ability to specify location of pid file.
[CheeseTheMonkey]

4.0

================

- Add ability to control ``filter``, ``char-filter`` and ``tokenizer`` options
for different analyzers (eg ``query`` and ``index`` analyzers). These
options are named like ``filter-query``.
[davidjb]
- Add ``tokenizer`` option for controlling the tokenizers set for default
field type analyzers.
[davidjb]
- Solr 4.0 support
[silviot]
- Allow comments in index directive
[silviot]
- Allow ``cores`` to be separated by newlines rather than just spaces.
[domruf]
- Add ``char-filter`` as an option for setting CharFilterFactories for
default field types.
[davidjb]

3.8

================

- Support ``default-core-name`` for specifying the name of a core to
use for incoming Solr requests that do not specify a core. See
http://wiki.apache.org/solr/CoreAdmincores
[reinhardt]
- Add ability to add arbitrary configuration to ``schema.xml`` using
``additional-schema-config`` option.
[davidjb]
- Add documentation and tests for ``copyfield`` option for indexes to test
and clarify that this option is available.
[davidjb]

3.7.1

==================

- Fixed package missing files, without a MANIFEST.in we need setuptools-git.
[jod]

3.7

================

- Fixed tests.
[jod]

- added option ``abortOnConfigurationError`` (makes config error diagnostics a lot
easier).
[gweis]

- Add support for field options ``termVectors``, ``termPositions`` and
``termOffsets``.
[gweis]

- Use parts location to find additional jars.
[gweis]

- Copy dist and contrib folder for Multicore setup (just like for Singlecore).
[gweis]

- Diabled elevate.xml`, solar would fail to work if this is enabled.
[gweis]

Page 3 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.