summary refs log tree commit diff
path: root/nixos/modules/services/search/solr.nix
Commit message (Collapse)AuthorAge
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* solr: drop 7.x seriesAaron Andersen2020-01-18
|
* treewide: use attrs instead of list for types.loaOf optionsrnhmjoj2020-01-06
|
* cleanup redundant text in modules utilizing mkEnableOptionAaron Andersen2019-04-20
| | | | Closes #59911
* solr: init at 8.0.0Aaron Andersen2019-04-10
|
* solr: 4.10.3 -> 7.5.0, refactor service to reflect major changes in version ↵Aaron Andersen2018-11-03
| | | | bump, NixOS test included
* treewide: get rid of invalid `buildPhases` argumentMaximilian Bosch2017-11-08
| | | | | | | | | I don't know where this comes from (I accidentally did that as well once), but some derivations seem to use `buildPhases` rather than `phases` in their derivations. This kills all improper usages as the lack of a `phases` argument didn't break the build, so this can be safely removed.
* Add missing 'type', 'defaultText' and 'literalExample' in module definitionsThomas Strobel2016-01-17
| | | | | | - add missing types in module definitions - add missing 'defaultText' in module definitions - wrap example with 'literalExample' where necessary in module definitions
* java: More default cleanupsWilliam A. Kennington III2015-01-07
|
* java: Normalize to the default jre / jdkWilliam A. Kennington III2015-01-07
|
* Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra2014-04-14
| | | | | | | | Using pkgs.lib on the spine of module evaluation is problematic because the pkgs argument depends on the result of module evaluation. To prevent an infinite recursion, pkgs and some of the modules are evaluated twice, which is inefficient. Using ‘with lib’ prevents this problem.
* solr: add extraJars optionDomen Kožar2014-04-03
|
* solr module: Activate JSP support in WinstoneRickard Nilsson2014-03-21
| | | | | | Required by older versions of solr. The JSP support in Winstone seems spotty, but at one point we'll switch over to Jetty instead.
* New NixOS module: services.solr, for running a solr serverRickard Nilsson2014-03-13