summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/misc/elasticsearchindex.xml
blob: 7f394b264f835508ff11fa4d9b804154913453ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<samba:parameter name="elasticsearch:index"
                 context="S"
                 type="string"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
  <description>
    <para>
      Specifies the name of the Elasticsearch index to use for Spotlight queries
      when using the Elasticsearch backend. The default value of "_all" is a
      special Elasticsearch value that performs the search operation on all
      indices.
    </para>
  </description>

  <value type="default">_all</value>
  <value type="example">spotlight</value>
</samba:parameter>