...
[Search] Configuration: common.ini setting facet_boosting_values got replaced with project configuration-service setting topic.search.field-boosts
[Search] The steps for custom query processing workflows changes and thus already existing custom query workflows are no longer working. To resolve the issue, recreate the workflow by cloning the default workflow.
[libNLP] Removal of unused steps from lib/nlpsteps:
base: batch_randomizer
analyzer: classification_analyzer, topic_modeling_analyzer
classifiers: cnn_seq2one, rnn_seq2one, seq2one, seq2seq, sequence
clusterers: gmm, kmeans, lda
embedders: dictionary, doc2vec, glove
filters: clear, presence, window
recommenders: user_feature
tokenizers: word_ngram
[libNLP] Marking of steps as deprecated (still working by rerouting to a maintained step):
base: log
embedders: tfidf
tokenizers: sentences
The cacheable option specifying whether to cache a document in the NLP step is no longer valid. Instead, use the new option called cache_document in the workflow configuration.
...