Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

2.1.0

Latest
Compare
Choose a tag to compare
@sig-mmiddleton sig-mmiddleton released this 01 Nov 01:18
· 2 commits to 2.x since this release
5ddb9f1

What's Changed

Features

  • Necessary features and fixes required for base Signify functionality by @sig-peggy in #1
  • Improve extension point flexibility: Add a new extension point for SchemaFactory::getCopyFieldsDefinitions() and include $object in existing DocumentFactory::onBeforeAddDoc() extension point
  • Add the ability to set a list of classes to be excluded from being indexed, both via the SolrIndexTask or via the DataObjectExtension
  • Change the tokenizer used on main text type fields from WhitespaceTokenizerFactory to ClassicTokenizerFactory to account for punctuation - see Solr tokenizer options

Fixes

  • Check for null values in json_decode
  • Allow use of additional Solarium addDocuments options overwrite and commitWithin - can be set in config.
  • Combine duplicated 'index' analyzers in the 'text' fieldtype in the Solr 9 types.ss file into one analyzer
  • Remove duplicating setting of config settings in index from yaml config to allow overriding only once - #2
  • change followSpellcheck logic to reflect what variable documentation states - #3
  • fix issue that created duplicate index record when page type was changed - #4
  • fix permissions to correctly use existing permissions and add new permission levels - #5

Full Changelog: 2.0.4...2.1.0