Go to file
David Pursehouse ac88c36c5d Solr index URL should be configured under the main "index" section
Configuration of the Solr index URL must currently be done in a
subsection, as follows:

  [index]
    type = SOLR
  [index "solr"]
    url = 127.0.0.1

Subsections are also being used for configuration of specific indexes
like the "changes_open" and "changes_closed" subsections that are used
for Lucene indexes, and are documented as "index.name.xyz".

Having the Solr URL configration under a similar subsection may cause
confusion, and it would be more intuitive to configure the URL under
the main index section, like:

  [index]
    type = SOLR
    url = 127.0.0.1

Subsections are being used for configuration of specific indexes like
the "changes_open" and "changes_closed" settings that can be specified
for Lucene indexes which are documented as "index.name.xyz"

Also add missing documentation of the URL parameter.

Change-Id: I0bd9eabbdbfa29241688c738aa5d213e726c90b0
2014-02-06 14:05:00 +09:00
2013-11-28 22:56:51 -08:00
2013-11-30 01:53:00 -08:00
2014-02-04 14:10:20 -08:00
2013-11-28 22:56:51 -08:00
2014-01-30 20:28:00 +00:00
2014-02-04 14:10:20 -08:00
2014-01-31 18:27:09 +01:00
2013-11-29 10:50:59 -08:00
2013-11-29 10:50:59 -08:00
2013-11-09 07:45:00 +01:00
2008-11-14 16:59:34 -08:00
2009-03-27 20:20:10 -07:00
2014-01-15 11:47:53 +09:00
Description
RETIRED, Gerrit as used by OpenStack
120 MiB