Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In Solr 8.x, there have been some deprecations in Solr. Some of those features will either be available as community supported packages or first party Apache supported packages. Here is the status of some of those efforts:

ComponentStatus in SolrPackage StatusPackage locationRemarks
Data Import HandlerDeprecated in 8.6Community package releasedhttps://github.com/rohitbemax/dataimporthandler
VelocityDeprecated in 8.4Community package releasedhttps://github.com/erikhatcher/solritas
CDCRDeprecated in 8.6No efforts for community package underway yetTBD
HDFS supportDeprecated in 8.6Community package efforts underwayTBDSome volunteers are already working on this.
AutoscalingRedesign underway, current framework maybe deprecatedTBDTBDActive work and discussions underway
Tika / SolrCellDeprecation scheduled for 8.7No efforts for community package underway yetTBD
Solr Admin UINo change in current statusA new admin UI (which can replace current UI, if needed) is being actively worked onhttps://github.com/yasa-org/yasa

This is where user built plugins can be explained and linked to. They do not have to be JIRA issues.

Multi-Part Plugin

This plugin addresses the problem of representing a documents with many parts. These are things like books, journals, collections of stuff that should really be considered as a whole. The files in the issue contains two significant parts:

  1. A Tokenizer for xml content 2. A SearchComponent which gives you xpath information for tokens matched by a given search.

...