Closed (fixed)
Project:
Apache Solr Common Configurations
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
31 May 2012 at 13:34 UTC
Updated:
18 Oct 2012 at 12:21 UTC
Although the goal of this project is to maintain and discuss common configs across projects, there will be times when people want to customize the configs to fit a certain purpose. This might be something like configuring HA, changing the maxTime directive for development environments, etc. It might be useful for the module to be a "schema customizer", that based on the default config would allow for changing some values via the GUI and spitting out an xml file. There could be drush integration so that people could use it to generate varying configs on the fly to aide in deployment.
Comments
Comment #1
cpliakas commentedAlso, the goal of the module is not to be a dependency of Apache Solr Search Integration / Search API. This project will house the "master" copy of the configs, but the config file generator will be a standalone tool to help with customizations.
Comment #2
nick_vhAnd more importantly : multilanguage...!
If this module could generate the proper multilanguage schema.xml/solrconfig.xml + the proper protwords/stopwords that would be awesome! However, I think some website would be able to do this in a more intuitive way?
Comment #3
drunken monkeyFirst things first, I'd say, but a config file generator / customiser could certainly be useful. Having this online somewhere would be more useful, probably, but also more work to maintain, so I guess having this module do that is more than enough.
Comment #4
drunken monkeyBut by the way, when are we going to tackle the 1.4 configs? Wouldn't this be better done in parallel to the 3.x configs, as the discussion will probably largely be about the same settings?
Comment #5
nick_vhI guess we can finalize the settings for 3.5 and then see how we backport it. Most of it is backwards compatibly since we do not use some of the cutting edge new stuff such as tieredmergepolicy.
I'll take it on me to test the configs regularly in 1.4 and 3.5/3.6
Comment #6
cpliakas commentedGood points, Thomas, and thanks, Nick, for offering to pick up some of this work!
Comment #7
nick_vh