smbd: Plumb SMB2_FIND_POSIX_INFORMATION through the directory reading code.
[Samba.git] / docs-xml / smbdotconf / misc / elasticsearchmappings.xml
blobd2502a6fc3bc4edfc7d191388b91a6cb6f39104a
1 <samba:parameter name="elasticsearch:mappings"
2                  context="G"
3                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5   <description>
6     <para>
7       Path to a file specifying metadata attribute mappings in JSON format. Use
8       by the Elasticsearch backend of the Spotlight RPC service.
9     </para>
10   </description>
12   <value type="default">&pathconfig.SAMBA_DATADIR;/elasticsearch_mappings.json</value>
13   <value type="example">/usr/share/foo/mymappings.json</value>
14 </samba:parameter>