s3:tests: let modprinter.pl use $TMPDIR
[Samba.git] / docs-xml / smbdotconf / misc / elasticsearchindex.xml
blob7f394b264f835508ff11fa4d9b804154913453ad
1 <samba:parameter name="elasticsearch:index"
2                  context="S"
3                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5   <description>
6     <para>
7       Specifies the name of the Elasticsearch index to use for Spotlight queries
8       when using the Elasticsearch backend. The default value of "_all" is a
9       special Elasticsearch value that performs the search operation on all
10       indices.
11     </para>
12   </description>
14   <value type="default">_all</value>
15   <value type="example">spotlight</value>
16 </samba:parameter>