[sugj-tech:8114] miscのelasticsearchmappings.xml と elasticsearchmaxresults.xml

User Ribbon ribbon @ ns.ribbon.or.jp
2020年 3月 3日 (火) 08:51:44 JST


共に、4.12.0 から追加になったのですが、elasticsearchmaxresults.xml は
原文が間違っているような気がするのですが、どうでしょう?
コピペしたあと書き換えミスったかなあ。

elasticsearchmappings.xml

<samba:parameter name="elasticsearch:mappings"
                 context="G"
                 type="string"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
  <description>
    <para>
      Path to a file specifying metadata attribute mappings in JSON format. Use
      by the Elasticsearch backend of the Spotlight RPC service.
    </para>
  </description>

  <value type="default">&pathconfig.SAMBA_DATADIR;/elasticsearch_mappings.json</value>
  <value type="example">/usr/share/foo/mymappings.json</value>
</samba:parameter>


elasticsearchmaxresults.xml

<samba:parameter name="elasticsearch:max results"
                 context="S"
                 type="integer"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
  <description>
    <para>
      Path to a file specifying metadata attribute mappings in JSON format. Used
      by the Elasticsearch backend of the Spotlight RPC service. A value of 0
      means no limit.
    </para>
  </description>

  <value type="default">100</value>
  <value type="example">10</value>
</samba:parameter>

ribbon


sugj-tech メーリングリストの案内