You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Solr 8.7 Roadmap

ItemDescriptionContributorsThemeJira
SIP-9Advanced Query parser and supporting lucene filtersMike Nibeck (LOC contributor), Gus HeckFeature
Multi-threaded search (SOLR-13350)Multi threaded search across multiple segments at once, using CollectorManagersIshan Chattopadhyaya, Atri SharmaOptimization
CPU Utilisation Based Circuit Breakers
Atri SharmaFeatureSOLR-14615
New Cluster APIStandard set of APIs which consists of only interfaces. We should ensure that They are used wherever possible in server/client code. We should expose these interfaces to our plugins. They should be well -documented and we must always strive to maintain backward compatibility on these interfaces between versionsNoble PaulClean-APISOLR-14680
New Remote Call APIRemote Calls should have simple constructs and they must be public interfaces. This should be used in all inter-node/client-server communicationsNoble PaulClean-APISOLR-14712
Alternate SolrJ APIs without using NamedList/SimpleOrderedMap/MapGet rid of concrete classes such as NamedList,SimpleOrderedMap, Map, etc and build our public APIs with interfacesNoble PaulClean-APISOLR-14730

Solr 9.0 Roadmap

ItemDescriptionContributorsThemeJira
First party packages & Slim Solr distributionSolr should have first party packages, and a slim Solr tarball that doesn't have the first party packagesIshan, Noble, Jan, et. al.Lean Solr Core
V2 API to be the defaultRef guide docs should use V2, where necessary we build V2 APIs, switch SolrJ to use V2 APIs, etc.
Usability
Autoscaling / Replica assignment V2A new pluggable framework replaces current autoscalingAndrzej, Ilan, NobleLean Solr Core
HDFS moved away from Solr-CoreBuild a first party package out of HDFS supportIstvan Farkas, GezapetiLean Solr Core
Remove Ant supportThis is partly done


Index Lifecycle ManagementAutomatically move indices between hot, warm and cold phasesAtri SharmaFeature
POJOs instead of loosely typed objectsStart using POJOs/interfaces wherever possible in public APIs where ever possibleNoble Paul

Solr 10+ Roadmap

  • No labels