mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
f5510d7db3
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <noel.power@suse.com>
15 lines
551 B
XML
15 lines
551 B
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>
|